Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504044 | Differences between
and this patch

Collapse All | Expand All

(-)xfce4-session-4.10.1-r1.ebuild (-2 / +9 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1998-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.10.1-r1.ebuild,v 1.2 2014/03/05 11:52:51 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.10.1-r1.ebuild,v 1.2 2014/03/05 11:52:51 ssuominen Exp $
4
4
Lines 41-47 Link Here
41
	virtual/pkgconfig"
41
	virtual/pkgconfig"
42
42
43
pkg_setup() {
43
pkg_setup() {
44
	PATCHES=( "${FILESDIR}"/${P}-alock_support_to_xflock4.patch )
44
	PATCHES=(
45
			"${FILESDIR}"/${P}-alock_support_to_xflock4.patch 
46
			)
47
	if use systemd; then
48
		PATCHES=( "${PATCHES}"
49
			"${FILESDIR}"/${P}-logind-support-for-suspend-hibernate.patch
50
				)
51
	fi
45
52
46
	XFCONF=(
53
	XFCONF=(
47
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
54
		--docdir="${EPREFIX}"/usr/share/doc/${PF}

Return to bug 504044