diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-11-26 08:08:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-11-26 08:08:56 +0000 |
commit | 3ad31ecd471cb6eb595c307afc93c7f07ba3aaf0 (patch) | |
tree | 25b0f31fe27ab1f98a7e28c3950d7b287fa31f35 /x11-themes | |
parent | Bump (diff) | |
download | gentoo-2-3ad31ecd471cb6eb595c307afc93c7f07ba3aaf0.tar.gz gentoo-2-3ad31ecd471cb6eb595c307afc93c7f07ba3aaf0.tar.bz2 gentoo-2-3ad31ecd471cb6eb595c307afc93c7f07ba3aaf0.zip |
x11-themes/greybird: Version BUmp
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-1.2.2.ebuild | 41 | ||||
-rw-r--r-- | x11-themes/greybird/metadata.xml | 10 |
3 files changed, 53 insertions, 6 deletions
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 <jlec@gentoo.org> +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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> - <herd>ayatana</herd> - <maintainer> - <email>ayatana-bugs@gentoo.org</email> - </maintainer> + <herd>desktop-misc</herd> + <herd>ayatana</herd> + <maintainer> + <email>ayatana-bugs@gentoo.org</email> + </maintainer> </pkgmetadata> |