Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285230
Collapse All | Expand All

(-)/usr/portage/gnome-extra/gnome-screensaver/gnome-screensaver-2.26.1.ebuild (-1 / +10 lines)
Lines 6-17 Link Here
6
6
7
DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
7
DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
8
HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
8
HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
9
SRC_URI="${SRC_URI}
10
	branding? ( http://www.gentoo.org/images/gentoo-logo.svg )"
9
11
10
LICENSE="GPL-2"
12
LICENSE="GPL-2"
11
SLOT="0"
13
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
KERNEL_IUSE="kernel_linux"
15
KERNEL_IUSE="kernel_linux"
14
IUSE="debug doc libnotify opengl pam $KERNEL_IUSE"
16
IUSE="branding debug doc libnotify opengl pam $KERNEL_IUSE"
15
17
16
RDEPEND=">=gnome-base/gconf-2.6.1
18
RDEPEND=">=gnome-base/gconf-2.6.1
17
	>=x11-libs/gtk+-2.14.0
19
	>=x11-libs/gtk+-2.14.0
Lines 79-84 Link Here
79
	if ! use pam ; then
81
	if ! use pam ; then
80
		fperms u+s /usr/libexec/gnome-screensaver-dialog
82
		fperms u+s /usr/libexec/gnome-screensaver-dialog
81
	fi
83
	fi
84
85
	if use branding ; then
86
		insinto /usr/share/pixmaps/
87
		doins "${DISTDIR}/gentoo-logo.svg" || die "doins failed"
88
		insinto /usr/share/applications/screensavers/
89
		doins "${FILESDIR}/gentoologo-floaters.desktop"
90
	fi
82
}
91
}
83
92
84
pkg_postinst() {
93
pkg_postinst() {

Return to bug 285230