Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/light-themes: ChangeLog light-themes-15.04_p20150410.ebuild
Date: Tue, 28 Apr 2015 14:44:31
Message-Id: 20150427213801.4AB0E98E@oystercatcher.gentoo.org
1 sping 15/04/27 21:38:00
2
3 Modified: ChangeLog
4 Added: light-themes-15.04_p20150410.ebuild
5 Log:
6 x11-themes/light-themes: 15.04_p20150410
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
9
10 Revision Changes Path
11 1.29 x11-themes/light-themes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 27 Apr 2014 10:02:55 -0000 1.28
24 +++ ChangeLog 27 Apr 2015 21:38:00 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/light-themes
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.28 2014/04/27 10:02:55 pacho Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.29 2015/04/27 21:38:00 sping Exp $
31 +
32 +*light-themes-15.04_p20150410 (27 Apr 2015)
33 +
34 + 27 Apr 2015; Sebastian Pipping <sping@g.o>
35 + +light-themes-15.04_p20150410.ebuild:
36 + Bump to 15.04_p20150410
37
38 27 Apr 2014; Pacho Ramos <pacho@g.o> -light-themes-0.1.93-r2.ebuild:
39 drop old
40
41
42
43 1.1 x11-themes/light-themes/light-themes-15.04_p20150410.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild?rev=1.1&content-type=text/plain
47
48 Index: light-themes-15.04_p20150410.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild,v 1.1 2015/04/27 21:38:00 sping Exp $
53
54 EAPI=5
55 inherit eutils
56
57 MY_PN=ubuntu-themes
58 MY_PV=14.04+15.04.20150410
59
60 DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu"
61 HOMEPAGE="https://launchpad.net/light-themes"
62 SRC_URI="
63 mirror://ubuntu/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.orig.tar.gz
64 http://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons-r1.tar.xz
65 "
66
67 LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="gtk3"
71
72 DEPEND="app-arch/xz-utils"
73 RDEPEND="
74 x11-themes/gtk-engines-murrine
75 gtk3? ( x11-themes/gtk-engines-unico )
76 "
77
78 S="${WORKDIR}"/${MY_PN}-${MY_PV}
79
80 src_prepare() {
81 cp -r Ambiance/ Ambiance-Gentoo || die
82 cp -r Radiance/ Radiance-Gentoo || die
83 sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \
84 Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die
85 sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \
86 Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die
87 sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \
88 Ambiance-Gentoo/gtk-2.0/gtkrc Ambiance-Gentoo/gtk-3.0/settings.ini \
89 Radiance-Gentoo/gtk-2.0/gtkrc Radiance-Gentoo/gtk-3.0/settings.ini || die
90 sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \
91 Ambiance-Gentoo/gtk-3.0/gtk-main.css \
92 Radiance-Gentoo/gtk-3.0/gtk-main.css || die
93
94 cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Ambiance-Gentoo/metacity-1/. || die
95 cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Radiance-Gentoo/metacity-1/. || die
96 cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Ambiance-Gentoo/gtk-3.0/assets/. || die
97 cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Radiance-Gentoo/gtk-3.0/assets/. || die
98 }
99
100 src_compile() {
101 :
102 }
103
104 src_install() {
105 insinto /usr/share/themes
106 doins -r Radiance* Ambiance*
107
108 use gtk3 || {
109 rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die
110 }
111 }