diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-16 11:33:25 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-16 11:33:25 +0000 |
commit | 7140fcb643785ad633473d243135f92f783f5926 (patch) | |
tree | 04b1834d888463d967df6edcee2d08bb58bf892c /x11-themes | |
parent | Remove old ebuild for real this time (diff) | |
download | gentoo-2-7140fcb643785ad633473d243135f92f783f5926.tar.gz gentoo-2-7140fcb643785ad633473d243135f92f783f5926.tar.bz2 gentoo-2-7140fcb643785ad633473d243135f92f783f5926.zip |
Add more colorized stuff (#499506 by David Abbott)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/light-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/light-themes/light-themes-0.1.93-r4.ebuild (renamed from x11-themes/light-themes/light-themes-0.1.93-r3.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-themes/light-themes/ChangeLog b/x11-themes/light-themes/ChangeLog index 0181d890f49a..b44849bd6db9 100644 --- a/x11-themes/light-themes/ChangeLog +++ b/x11-themes/light-themes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/light-themes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.22 2014/02/02 08:40:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.23 2014/02/16 11:33:25 pacho Exp $ + +*light-themes-0.1.93-r4 (16 Feb 2014) + + 16 Feb 2014; Pacho Ramos <pacho@gentoo.org> +light-themes-0.1.93-r4.ebuild, + -light-themes-0.1.93-r3.ebuild: + Add more colorized stuff (#499506 by David Abbott) *light-themes-0.1.93-r3 (02 Feb 2014) diff --git a/x11-themes/light-themes/light-themes-0.1.93-r3.ebuild b/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild index a204f1ce962c..fc46178388f6 100644 --- a/x11-themes/light-themes/light-themes-0.1.93-r3.ebuild +++ b/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r3.ebuild,v 1.1 2014/02/02 08:40:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild,v 1.1 2014/02/16 11:33:25 pacho Exp $ EAPI=5 inherit eutils @@ -9,7 +9,7 @@ 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 - http://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons.tar.xz + http://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons-r1.tar.xz " LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0" @@ -44,6 +44,8 @@ src_prepare() { cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Ambiance-Gentoo/metacity-1/. || die cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Radiance-Gentoo/metacity-1/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Ambiance-Gentoo/gtk-3.0/assets/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Radiance-Gentoo/gtk-3.0/assets/. || die } src_install() { |