summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-30 08:39:38 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-30 08:39:38 +0000
commit4c7c6edf86d28fa5e8196f17da08e4c175173654 (patch)
tree005807e384222719602842d69c24a1182feb8016 /x11-themes/zukitwo/zukitwo-2011.12.29.ebuild
parentVersion bump. Removed old. (bug #395975 and bug #396495) (diff)
downloadhistorical-4c7c6edf86d28fa5e8196f17da08e4c175173654.tar.gz
historical-4c7c6edf86d28fa5e8196f17da08e4c175173654.tar.bz2
historical-4c7c6edf86d28fa5e8196f17da08e4c175173654.zip
Version bump, now includes themes for xfwm4. Drop old.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/zukitwo/zukitwo-2011.12.29.ebuild')
-rw-r--r--x11-themes/zukitwo/zukitwo-2011.12.29.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/zukitwo/zukitwo-2011.12.29.ebuild b/x11-themes/zukitwo/zukitwo-2011.12.29.ebuild
new file mode 100644
index 000000000000..725e115831f0
--- /dev/null
+++ b/x11-themes/zukitwo/zukitwo-2011.12.29.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/zukitwo-2011.12.29.ebuild,v 1.1 2011/12/30 08:39:38 tetromino Exp $
+
+EAPI="4"
+
+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/~tetromino/distfiles/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-fonts/ubuntu-font-family
+ >=x11-libs/gtk+-2.10:2
+ >=x11-libs/gtk+-3.2:3
+ >=x11-themes/gtk-engines-murrine-0.98.1.1
+ >=x11-themes/gtk-engines-unico-1.0.1"
+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{,-Dark,-Resonance}/gtk-2.0/gtkrc || die
+}
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r Zukitwo Zukitwo-Dark Zukitwo-Resonance Zukitwo-Shell
+ insinto /usr/share/themes/Zukitwo
+ doins panelbg.png
+ default
+}