Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/xfce4-icon-theme: ChangeLog xfce4-icon-theme-4.4.3.ebuild
Date: Sun, 30 Jan 2011 18:32:53
Message-Id: 20110130183244.05E0C20054@flycatcher.gentoo.org
1 ssuominen 11/01/30 18:32:43
2
3 Modified: ChangeLog xfce4-icon-theme-4.4.3.ebuild
4 Log:
5 USE="minimal" to control Inherits from index.theme because of missing icons in the Xfce desktop environment.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 x11-themes/xfce4-icon-theme/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 1 Dec 2009 18:00:30 -0000 1.9
23 +++ ChangeLog 30 Jan 2011 18:32:43 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-themes/xfce4-icon-theme
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog,v 1.9 2009/12/01 18:00:30 darkside Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog,v 1.10 2011/01/30 18:32:43 ssuominen Exp $
30 +
31 + 30 Jan 2011; Samuli Suominen <ssuominen@g.o>
32 + xfce4-icon-theme-4.4.3.ebuild:
33 + USE="minimal" to control Inherits from index.theme because of missing icons
34 + in the Xfce desktop environment.
35
36 01 Dec 2009; Jeremy Olexa <darkside@g.o>
37 xfce4-icon-theme-4.4.3.ebuild:
38
39
40
41 1.8 x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild?r1=1.7&r2=1.8
46
47 Index: xfce4-icon-theme-4.4.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- xfce4-icon-theme-4.4.3.ebuild 1 Dec 2009 18:00:30 -0000 1.7
54 +++ xfce4-icon-theme-4.4.3.ebuild 30 Jan 2011 18:32:43 -0000 1.8
55 @@ -1,38 +1,32 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v 1.7 2009/12/01 18:00:30 darkside Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v 1.8 2011/01/30 18:32:43 ssuominen Exp $
61
62 +EAPI=3
63 inherit gnome2-utils
64
65 -DESCRIPTION="Default icon theme for Xfce4, called Rodent."
66 -HOMEPAGE="http://www.xfce.org"
67 -SRC_URI="mirror://xfce/xfce-${PV}/src/${P}.tar.bz2"
68 +DESCRIPTION="Icon theme called Rodent"
69 +HOMEPAGE="http://www.xfce.org/"
70 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
71
72 LICENSE="GPL-2"
73 SLOT="0"
74 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
75 -IUSE=""
76 +IUSE="minimal"
77
78 -RESTRICT="binchecks strip"
79 -
80 -RDEPEND="x11-themes/hicolor-icon-theme"
81 +RDEPEND="x11-themes/hicolor-icon-theme
82 + minimal? ( || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme ) )"
83 DEPEND="dev-util/pkgconfig
84 dev-util/intltool
85 sys-devel/gettext"
86
87 -pkg_preinst() {
88 - gnome2_icon_savelist
89 -}
90 +RESTRICT="binchecks strip"
91
92 src_install() {
93 - emake DESTDIR="${D}" install || die "emake install failed"
94 + emake DESTDIR="${D}" install || die
95 dodoc AUTHORS ChangeLog NEWS README TODO
96 }
97
98 -pkg_postinst() {
99 - gnome2_icon_cache_update
100 -}
101 -
102 -pkg_postrm() {
103 - gnome2_icon_cache_update
104 -}
105 +pkg_preinst() { gnome2_icon_savelist; }
106 +pkg_postinst() { gnome2_icon_cache_update; }
107 +pkg_postrm() { gnome2_icon_cache_update; }