summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-09-10 14:34:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-09-10 14:34:21 +0000
commit51d47d176928fc194d109bb05d83a7e5051f8887 (patch)
tree59f5b7fdbbdcd210f2e9e459b73cb38c53c89653 /x11-themes
parentUse :0 SLOT for virtual/jpeg dependency to ensure headers are installed. (diff)
downloadgentoo-2-51d47d176928fc194d109bb05d83a7e5051f8887.tar.gz
gentoo-2-51d47d176928fc194d109bb05d83a7e5051f8887.tar.bz2
gentoo-2-51d47d176928fc194d109bb05d83a7e5051f8887.zip
Version bump; and remove now unrequired gtk-engines-unico dependency.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/greybird/ChangeLog7
-rw-r--r--x11-themes/greybird/greybird-1.2.1.ebuild41
2 files changed, 47 insertions, 1 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog
index 53765561dce2..bc0644c848a3 100644
--- a/x11-themes/greybird/ChangeLog
+++ b/x11-themes/greybird/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/greybird
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.31 2013/05/04 07:33:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.32 2013/09/10 14:34:21 ssuominen Exp $
+
+*greybird-1.2.1 (10 Sep 2013)
+
+ 10 Sep 2013; Samuli Suominen <ssuominen@gentoo.org> +greybird-1.2.1.ebuild:
+ Version bump; and remove now unrequired gtk-engines-unico dependency.
04 May 2013; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.8.2.ebuild:
old
diff --git a/x11-themes/greybird/greybird-1.2.1.ebuild b/x11-themes/greybird/greybird-1.2.1.ebuild
new file mode 100644
index 000000000000..82b6db92fc59
--- /dev/null
+++ b/x11-themes/greybird/greybird-1.2.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.2.1.ebuild,v 1.1 2013/09/10 14:34:21 ssuominen Exp $
+
+EAPI=5
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+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="CC-BY-NC-SA-3.0 || ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ayatana gnome"
+
+RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
+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}_compact/xfwm4
+ doins xfwm4_compact/*
+ rm -rf xfwm4_compact
+
+ use ayatana || rm -rf unity
+ use gnome || rm -rf metacity-1
+
+ insinto /usr/share/themes/${MY_PN}
+ doins -r *
+}