From 3ad31ecd471cb6eb595c307afc93c7f07ba3aaf0 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 26 Nov 2013 08:08:56 +0000 Subject: x11-themes/greybird: Version BUmp (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) --- x11-themes/greybird/ChangeLog | 8 +++++- x11-themes/greybird/greybird-1.2.2.ebuild | 41 +++++++++++++++++++++++++++++++ x11-themes/greybird/metadata.xml | 10 ++++---- 3 files changed, 53 insertions(+), 6 deletions(-) create mode 100644 x11-themes/greybird/greybird-1.2.2.ebuild diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index bc0644c848a3..2bb27d4bc093 100644 --- a/x11-themes/greybird/ChangeLog +++ b/x11-themes/greybird/ChangeLog @@ -1,6 +1,12 @@ # 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.32 2013/09/10 14:34:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.33 2013/11/26 08:08:56 jlec Exp $ + +*greybird-1.2.2 (26 Nov 2013) + + 26 Nov 2013; Justin Lecher +greybird-1.2.2.ebuild, + metadata.xml: + Version BUmp *greybird-1.2.1 (10 Sep 2013) diff --git a/x11-themes/greybird/greybird-1.2.2.ebuild b/x11-themes/greybird/greybird-1.2.2.ebuild new file mode 100644 index 000000000000..09d8856f0259 --- /dev/null +++ b/x11-themes/greybird/greybird-1.2.2.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.2.ebuild,v 1.1 2013/11/26 08:08:56 jlec 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="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${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}" || die +} + +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 * +} diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml index d0eccd71a71a..6effba26c611 100644 --- a/x11-themes/greybird/metadata.xml +++ b/x11-themes/greybird/metadata.xml @@ -1,9 +1,9 @@ - desktop-misc - ayatana - - ayatana-bugs@gentoo.org - + desktop-misc + ayatana + + ayatana-bugs@gentoo.org + -- cgit v1.2.3-65-gdbad