summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-18 03:20:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-18 03:20:42 +0000
commitb7dfa8e5ab84b4c9814e9a49943a9c9e23ad9804 (patch)
tree2a91f411dce5472c78791de545accdcd0f4da682 /x11-themes
parentAdded ~mips. (diff)
downloadgentoo-2-b7dfa8e5ab84b4c9814e9a49943a9c9e23ad9804.tar.gz
gentoo-2-b7dfa8e5ab84b4c9814e9a49943a9c9e23ad9804.tar.bz2
gentoo-2-b7dfa8e5ab84b4c9814e9a49943a9c9e23ad9804.zip
Version bump.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/greybird/ChangeLog7
-rw-r--r--x11-themes/greybird/greybird-0.6.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog
index da9945b758b5..33ad41fe8f02 100644
--- a/x11-themes/greybird/ChangeLog
+++ b/x11-themes/greybird/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/greybird
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.7 2012/03/06 18:13:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.8 2012/03/18 03:20:42 ssuominen Exp $
+
+*greybird-0.6 (18 Mar 2012)
+
+ 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> +greybird-0.6.ebuild:
+ Version bump.
*greybird-0.5 (06 Mar 2012)
diff --git a/x11-themes/greybird/greybird-0.6.ebuild b/x11-themes/greybird/greybird-0.6.ebuild
new file mode 100644
index 000000000000..c3e24ec6d82c
--- /dev/null
+++ b/x11-themes/greybird/greybird-0.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.6.ebuild,v 1.1 2012/03/18 03:20:42 ssuominen Exp $
+
+EAPI=4
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme used in Xubuntu (with matching theme for GTK+-2 and GTK+-3)"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird"
+SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-themes/gtk-engines-murrine-0.90
+ >=x11-themes/gtk-engines-unico-1.0.1"
+DEPEND=""
+
+RESTRICT="binchecks strip"
+
+src_unpack() {
+ unpack ${A}
+ mv *-${MY_PN}-* "${S}"
+}
+
+src_install() {
+ dodoc README
+ rm -f README LICENSE*
+
+ insinto /usr/share/themes/${MY_PN}
+ doins -r *
+}