* [gentoo-commits] gentoo-x86 commit in x11-themes/light-themes: light-themes-0.1.93-r1.ebuild ChangeLog light-themes-0.1.11.ebuild
@ 2013-05-09 18:27 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-05-09 18:27 UTC (permalink / raw
To: gentoo-commits
pacho 13/05/09 18:27:38
Modified: ChangeLog
Added: light-themes-0.1.93-r1.ebuild
Removed: light-themes-0.1.11.ebuild
Log:
Fix gtk+-3.8 compat (#469062 by Evgeny Bobkin), and fix colors for Gentoo variants.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.18 x11-themes/light-themes/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 30 Mar 2013 17:26:56 -0000 1.17
+++ ChangeLog 9 May 2013 18:27:38 -0000 1.18
@@ -1,6 +1,15 @@
# ChangeLog for x11-themes/light-themes
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.17 2013/03/30 17:26:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.18 2013/05/09 18:27:38 pacho Exp $
+
+*light-themes-0.1.93-r1 (09 May 2013)
+
+ 09 May 2013; Pacho Ramos <pacho@gentoo.org>
+ +files/light-themes-0.1.93-gtk3.8-1.patch,
+ +files/light-themes-0.1.93-gtk3.8-2.patch, +light-themes-0.1.93-r1.ebuild,
+ -light-themes-0.1.11.ebuild:
+ Fix gtk+-3.8 compat (#469062 by Evgeny Bobkin), and fix colors for Gentoo
+ variants.
30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
-light-themes-0.1.8.29.ebuild, -light-themes-0.1.9.1.ebuild,
@@ -97,4 +106,3 @@
13 Nov 2011; Sebastian Pipping <sping@gentoo.org>
+light-themes-0.1.8.25.ebuild, +metadata.xml:
New package
-
1.1 x11-themes/light-themes/light-themes-0.1.93-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/light-themes-0.1.93-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/light-themes/light-themes-0.1.93-r1.ebuild?rev=1.1&content-type=text/plain
Index: light-themes-0.1.93-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/light-themes-0.1.93-r1.ebuild,v 1.1 2013/05/09 18:27:38 pacho Exp $
EAPI=5
inherit eutils
DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu"
HOMEPAGE="https://launchpad.net/light-themes"
SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk3"
DEPEND=""
RDEPEND="x11-themes/gtk-engines-murrine
gtk3? ( x11-themes/gtk-engines-unico )"
src_prepare() {
# Apply upstream fixes for gtk+-3.8 compat, bug #469062
# upstream: https://bugs.launchpad.net/ubuntu-themes/+bug/1130183
epatch "${FILESDIR}/${P}-gtk3.8-1.patch"
epatch "${FILESDIR}/${P}-gtk3.8-2.patch"
cp -r Ambiance/ Ambiance-Gentoo || die
cp -r Radiance/ Radiance-Gentoo || die
sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \
Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die
sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \
Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die
sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \
Ambiance-Gentoo/gtk-2.0/gtkrc Ambiance-Gentoo/gtk-3.0/settings.ini \
Radiance-Gentoo/gtk-2.0/gtkrc Radiance-Gentoo/gtk-3.0/settings.ini || die
sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \
Ambiance-Gentoo/gtk-3.0/gtk-main.css Radiance-Gentoo/gtk-3.0/gtk-main.css || die
}
src_install() {
insinto /usr/share/themes
doins -r Radiance* Ambiance*
use gtk3 || {
rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-09 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 18:27 [gentoo-commits] gentoo-x86 commit in x11-themes/light-themes: light-themes-0.1.93-r1.ebuild ChangeLog light-themes-0.1.11.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox