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

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +17 lines)
Line  Link Here
0
-- wally-2.4.2.ebuild
0
++ wally-2.4.4.ebuild
Lines 1-9 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2012 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/media-gfx/wally/wally-2.4.2.ebuild,v 1.3 2011/10/25 16:38:30 phajdan.jr Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.2.ebuild,v 1.3 2011/10/25 16:38:30 phajdan.jr Exp $
4
4
5
EAPI=3
5
EAPI=4
6
KDE_REQUIRED="optional"
6
KDE_REQUIRED="optional"
7
7
inherit eutils kde4-base
8
inherit eutils kde4-base
8
9
9
DESCRIPTION="A Qt4/KDE4 wallpaper changer"
10
DESCRIPTION="A Qt4/KDE4 wallpaper changer"
Lines 12-30 Link Here
12
13
13
LICENSE="GPL-2"
14
LICENSE="GPL-2"
14
SLOT="4"
15
SLOT="4"
15
KEYWORDS="amd64 x86"
16
KEYWORDS="~amd64 ~x86"
16
IUSE="debug kde"
17
IUSE="debug kde"
17
18
18
DEPEND="
19
DEPEND="
19
	media-libs/libexif
20
	media-libs/libexif
20
	x11-libs/qt-svg:4
21
	x11-libs/libX11
22
	x11-libs/qt-core:4
21
	x11-libs/qt-dbus:4
23
	x11-libs/qt-dbus:4
24
	x11-libs/qt-gui:4
22
	x11-libs/qt-sql:4
25
	x11-libs/qt-sql:4
26
	x11-libs/qt-svg:4
23
	kde? ( $(add_kdebase_dep kdelibs) )
27
	kde? ( $(add_kdebase_dep kdelibs) )
24
"
28
"
25
RDEPEND="${DEPEND}"
29
RDEPEND="${DEPEND}"
26
30
31
DOCS=(
32
	"AUTHORS" "ChangeLog" "README" "README.XFCE4"
33
	"README.shortcuts" "TODO"
34
)
27
PATCHES=(
35
PATCHES=(
36
	"${FILESDIR}/${P}-gold.patch"
28
	"${FILESDIR}/${PN}-2.2.0-disable_popup.patch"
37
	"${FILESDIR}/${PN}-2.2.0-disable_popup.patch"
29
)
38
)
30
39
Lines 42-53 Link Here
42
51
43
src_install() {
52
src_install() {
44
	cmake-utils_src_install
53
	cmake-utils_src_install
45
	newicon "${S}"/res/images/idle.png wally.png || die
54
	newicon "${S}"/res/images/idle.png wally.png
46
	make_desktop_entry wally Wally wally "Graphics;Qt" || die
55
	make_desktop_entry wally Wally wally "Graphics;Qt"
47
}
56
}
48
57
49
pkg_postinst() {
58
pkg_postinst() {
50
	if use kde; then
59
	if use kde ; then
51
		elog
60
		elog
52
		elog "In order to use wallyplugin you need to"
61
		elog "In order to use wallyplugin you need to"
53
		elog "restart plasma in your KDE4 enviroment."
62
		elog "restart plasma in your KDE4 enviroment."

Return to bug 406405