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/faenza-icon-theme: faenza-icon-theme-1.3.1.ebuild ChangeLog
Date: Tue, 03 Jun 2014 10:27:30
Message-Id: 20140603102725.4E0862004E@flycatcher.gentoo.org
1 ssuominen 14/06/03 10:27:25
2
3 Modified: ChangeLog
4 Added: faenza-icon-theme-1.3.1.ebuild
5 Log:
6 Version bump. Punt some bogus directories as /usr/share/icons is meant for complete icon themes with index.theme file.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.22 x11-themes/faenza-icon-theme/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 25 Dec 2013 09:36:08 -0000 1.21
24 +++ ChangeLog 3 Jun 2014 10:27:25 -0000 1.22
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-themes/faenza-icon-theme
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.21 2013/12/25 09:36:08 maekke Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.22 2014/06/03 10:27:25 ssuominen Exp $
31 +
32 +*faenza-icon-theme-1.3.1 (03 Jun 2014)
33 +
34 + 03 Jun 2014; Samuli Suominen <ssuominen@g.o>
35 + +faenza-icon-theme-1.3.1.ebuild:
36 + Version bump. Punt some bogus directories as /usr/share/icons is meant for
37 + complete icon themes with index.theme file.
38
39 25 Dec 2013; Markus Meier <maekke@g.o> faenza-icon-theme-1.3.ebuild:
40 add ~arm, bug #488582
41
42
43
44 1.1 x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: faenza-icon-theme-1.3.1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild,v 1.1 2014/06/03 10:27:25 ssuominen Exp $
54
55 EAPI=5
56 inherit gnome2-utils
57
58 MY_P=${PN}_${PV}
59
60 DESCRIPTION="A scalable icon theme called Faenza"
61 HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
62 # Use Ubuntu repo which has a proper faenza-icon-theme tarball
63 #SRC_URI="http://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz"
64 SRC_URI="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
65
66 RESTRICT="binchecks strip"
67
68 LICENSE="GPL-3"
69 SLOT="0"
70 KEYWORDS="~amd64 ~arm ~x86"
71 IUSE="minimal"
72
73 RDEPEND="!minimal? ( x11-themes/gnome-icon-theme )
74 x11-themes/hicolor-icon-theme"
75
76 S=${WORKDIR}/${PN}-${PV%.*}
77
78 src_prepare() {
79 local res x
80 for x in Faenza Faenza-Dark; do
81 for res in 22 24 32 48 64 96; do
82 cp "${x}"/places/${res}/start-here-gentoo.png \
83 "${x}"/places/${res}/start-here.png || die
84 done
85 cp "${x}"/places/scalable/start-here-gentoo.svg \
86 "${x}"/places/scalable/start-here.svg || die
87 done
88 }
89
90 src_install() {
91 insinto /usr/share/icons
92 doins -r Faenza{,-Ambiance,-Dark,-Darker,-Darkest,-Radiance}
93
94 # TODO: Install to directories where the apps can find them
95 # insinto ${somewhere}
96 # doins -r emesene dockmanager rhythmbox
97 }
98
99 pkg_preinst() { gnome2_icon_savelist; }
100 pkg_postinst() { gnome2_icon_cache_update; }
101 pkg_postrm() { gnome2_icon_cache_update; }