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/gtk-engines-nimbus: ChangeLog gtk-engines-nimbus-0.1.7.ebuild
Date: Sat, 12 Nov 2011 22:50:21
Message-Id: 20111112225009.BE1E92004B@flycatcher.gentoo.org
1 ssuominen 11/11/12 22:50:09
2
3 Modified: ChangeLog
4 Added: gtk-engines-nimbus-0.1.7.ebuild
5 Log:
6 Version bump wrt #387529 by José Romildo Malaquias
7
8 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.27 x11-themes/gtk-engines-nimbus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 6 Apr 2010 05:42:41 -0000 1.26
24 +++ ChangeLog 12 Nov 2011 22:50:09 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gtk-engines-nimbus
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v 1.26 2010/04/06 05:42:41 abcd Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v 1.27 2011/11/12 22:50:09 ssuominen Exp $
31 +
32 +*gtk-engines-nimbus-0.1.7 (12 Nov 2011)
33 +
34 + 12 Nov 2011; Samuli Suominen <ssuominen@g.o>
35 + +gtk-engines-nimbus-0.1.7.ebuild:
36 + Version bump wrt #387529 by José Romildo Malaquias
37
38 06 Apr 2010; Jonathan Callen <abcd@g.o>
39 gtk-engines-nimbus-0.1.4.ebuild:
40
41
42
43 1.1 x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtk-engines-nimbus-0.1.7.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild,v 1.1 2011/11/12 22:50:09 ssuominen Exp $
53
54 EAPI=4
55 AUTOTOOLS_AUTO_DEPEND=no
56 MY_P=nimbus-${PV}
57
58 inherit autotools gnome2-utils
59
60 DESCRIPTION="A GTK+-2 engine, icon and metacity themes from Sun JDS"
61 HOMEPAGE="http://dlc.sun.com/osol/jds/downloads/extras/nimbus/"
62 SRC_URI="http://dlc.sun.com/osol/jds/downloads/extras/nimbus/${MY_P}.tar.bz2"
63
64 LICENSE="LGPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
67 IUSE=""
68
69 RDEPEND="x11-libs/gtk+:2"
70 DEPEND="${RDEPEND}
71 >=x11-misc/icon-naming-utils-0.8.1
72 dev-util/pkgconfig
73 dev-util/intltool
74 kernel_Interix? ( ${AUTOTOOLS_DEPEND} )"
75
76 S=${WORKDIR}/${MY_P}
77
78 DOCS=( AUTHORS ChangeLog )
79
80 src_prepare() {
81 # echo light-index.theme.in >> po/POTFILES.skip
82 # echo dark-index.theme.in >> po/POTFILES.skip
83
84 # Interix needs a full eautoreconf, but don't bother for other archs
85 [[ ${CHOST} == *-interix* ]] && eautoreconf
86 }
87
88 src_configure() {
89 econf --disable-static
90 }
91
92 src_install() {
93 default
94 find "${ED}"usr -name 'libnimbus.la' -exec rm -f {} +
95 }
96
97 pkg_preinst() { gnome2_icon_savelist; }
98 pkg_postinst() { gnome2_icon_cache_update; }
99 pkg_postrm() { gnome2_icon_cache_update; }