diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-17 13:45:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-17 13:45:39 +0000 |
commit | 6455732a51b2b04a1bf0b563f6adca55ab064c26 (patch) | |
tree | eacf2d79ad017290138b5f749428ebef414a7971 /x11-themes | |
parent | ia64/s390/sh/sparc stable wrt #480084 (diff) | |
download | gentoo-2-6455732a51b2b04a1bf0b563f6adca55ab064c26.tar.gz gentoo-2-6455732a51b2b04a1bf0b563f6adca55ab064c26.tar.bz2 gentoo-2-6455732a51b2b04a1bf0b563f6adca55ab064c26.zip |
x11-themes/zukitwo: Version Bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/zukitwo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/zukitwo/zukitwo-2013.12.10.ebuild | 39 |
2 files changed, 45 insertions, 1 deletions
diff --git a/x11-themes/zukitwo/ChangeLog b/x11-themes/zukitwo/ChangeLog index 3a35049ce0ad..2b9c08dcb9f2 100644 --- a/x11-themes/zukitwo/ChangeLog +++ b/x11-themes/zukitwo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/zukitwo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v 1.18 2013/12/08 19:54:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v 1.19 2013/12/17 13:45:39 jlec Exp $ + +*zukitwo-2013.12.10 (17 Dec 2013) + + 17 Dec 2013; Justin Lecher <jlec@gentoo.org> +zukitwo-2013.12.10.ebuild: + Version Bump 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> zukitwo-2013.04.24.ebuild: x86 stable, bug #478252 diff --git a/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild b/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild new file mode 100644 index 000000000000..639049a03a97 --- /dev/null +++ b/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild,v 1.1 2013/12/17 13:45:39 jlec Exp $ + +EAPI="5" + +DESCRIPTION="Theme for GNOME 2 and 3" +HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562" +# Upstream download URI updates file contents without changing the filename +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnome-shell" + +RDEPEND=">=x11-libs/gtk+-2.10:2 + >=x11-libs/gtk+-3.6:3 + >=x11-themes/gnome-themes-standard-3.6 + >=x11-themes/gtk-engines-murrine-0.98.1.1 + gnome-shell? ( x11-themes/zukitwo-shell )" +DEPEND="app-arch/xz-utils" + +# INSTALL file contains useful information for the end user +DOCS=( INSTALL README ) + +src_prepare() { + # Gentoo uses normal nautilus, not nautilus-elementary + sed -e 's:apps/nautilus-e.rc:apps/nautilus.rc:' \ + -i Zukitwo/gtk-2.0/gtkrc || die +} + +src_install() { + insinto /usr/share/themes + doins -r Zukitwo + insinto /usr/share/themes/Zukitwo + doins panelbg.png + default +} |