diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-31 23:29:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-31 23:29:35 +0000 |
commit | bc35b2a73c534efea4b3df81ca9561a36ea23d6a (patch) | |
tree | bd40964b88cd47fb60b537a3e9990fa124525ffa /x11-themes | |
parent | Version bump (diff) | |
download | gentoo-2-bc35b2a73c534efea4b3df81ca9561a36ea23d6a.tar.gz gentoo-2-bc35b2a73c534efea4b3df81ca9561a36ea23d6a.tar.bz2 gentoo-2-bc35b2a73c534efea4b3df81ca9561a36ea23d6a.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.4.ebuild | 35 |
2 files changed, 42 insertions, 2 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index bd45f13d6d4b..6fc0ed9920fd 100644 --- a/x11-themes/greybird/ChangeLog +++ b/x11-themes/greybird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/greybird -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.2 2011/12/08 18:42:33 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.3 2012/01/31 23:29:35 ssuominen Exp $ + +*greybird-0.4 (31 Jan 2012) + + 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +greybird-0.4.ebuild: + Version bump. 08 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> greybird-0.3.ebuild: Missing gtk-engines-unico runtime depend. diff --git a/x11-themes/greybird/greybird-0.4.ebuild b/x11-themes/greybird/greybird-0.4.ebuild new file mode 100644 index 000000000000..71cc7b910e06 --- /dev/null +++ b/x11-themes/greybird/greybird-0.4.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.4.ebuild,v 1.1 2012/01/31 23:29:35 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="GPL-3" +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 + + insinto /usr/share/themes/${MY_PN} + doins -r * +} |