summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-19 09:46:33 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-19 09:46:33 +0000
commit8174d5c4d4e94c57d6a28d6882f9312b05c2d215 (patch)
treedbfc8aa41110262fd908394c073687f434e07cea /x11-themes/zukitwo-shell
parentVersion bump, minor visual fixes. Drop old. (diff)
downloadgentoo-2-8174d5c4d4e94c57d6a28d6882f9312b05c2d215.tar.gz
gentoo-2-8174d5c4d4e94c57d6a28d6882f9312b05c2d215.tar.bz2
gentoo-2-8174d5c4d4e94c57d6a28d6882f9312b05c2d215.zip
Version bump.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/zukitwo-shell')
-rw-r--r--x11-themes/zukitwo-shell/ChangeLog8
-rw-r--r--x11-themes/zukitwo-shell/zukitwo-shell-2012.05.16.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-themes/zukitwo-shell/ChangeLog b/x11-themes/zukitwo-shell/ChangeLog
index f102e37af14c..e2ad6a485ed1 100644
--- a/x11-themes/zukitwo-shell/ChangeLog
+++ b/x11-themes/zukitwo-shell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/zukitwo-shell
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog,v 1.1 2012/05/05 01:33:02 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog,v 1.2 2012/05/19 09:46:33 tetromino Exp $
+
+*zukitwo-shell-2012.05.16 (19 May 2012)
+
+ 19 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +zukitwo-shell-2012.05.16.ebuild:
+ Version bump.
*zukitwo-shell-2012.05.03 (05 May 2012)
*zukitwo-shell-2011.12.29 (05 May 2012)
diff --git a/x11-themes/zukitwo-shell/zukitwo-shell-2012.05.16.ebuild b/x11-themes/zukitwo-shell/zukitwo-shell-2012.05.16.ebuild
new file mode 100644
index 000000000000..cdc1226d3097
--- /dev/null
+++ b/x11-themes/zukitwo-shell/zukitwo-shell-2012.05.16.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/zukitwo-shell-2012.05.16.ebuild,v 1.1 2012/05/19 09:46:33 tetromino Exp $
+
+EAPI="4"
+
+DESCRIPTION="Zukitwo theme for GNOME Shell"
+HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
+# Upstream download URI updates file contents without changing the filename
+MY_PN="zukitwo"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${MY_PN}/${MY_P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/gnome-shell-3.4
+ media-fonts/ubuntu-font-family
+ !<=x11-themes/zukitwo-2011.12.29"
+# ${PN} was part of zukitwo before 2011.12.29-r1
+DEPEND="app-arch/xz-utils"
+
+# INSTALL file contains useful information for the end user
+DOCS=( INSTALL README )
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r Zukitwo-Shell
+ default
+}