diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-13 15:34:52 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-13 15:34:52 +0000 |
commit | 94935e0a45b6ed09bb59900b03cfc3dbb66d4f19 (patch) | |
tree | add9a14eb97e9901adfe750fd614d2e989c1b2f1 /x11-themes/shiki-colors | |
parent | old (diff) | |
download | gentoo-2-94935e0a45b6ed09bb59900b03cfc3dbb66d4f19.tar.gz gentoo-2-94935e0a45b6ed09bb59900b03cfc3dbb66d4f19.tar.bz2 gentoo-2-94935e0a45b6ed09bb59900b03cfc3dbb66d4f19.zip |
mutter and muffin are also compatible with this themes
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/shiki-colors')
-rw-r--r-- | x11-themes/shiki-colors/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/shiki-colors/shiki-colors-4.6.ebuild | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/x11-themes/shiki-colors/ChangeLog b/x11-themes/shiki-colors/ChangeLog index 6885a98fceb6..aa927802d271 100644 --- a/x11-themes/shiki-colors/ChangeLog +++ b/x11-themes/shiki-colors/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/shiki-colors -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/ChangeLog,v 1.4 2012/01/04 18:04:36 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/ChangeLog,v 1.5 2014/10/13 15:34:52 pacho Exp $ + + 13 Oct 2014; Pacho Ramos <pacho@gentoo.org> shiki-colors-4.6.ebuild: + mutter and muffin are also compatible with this themes 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> shiki-colors-4.6.ebuild: x86 stable wrt bug #394439 @@ -17,4 +20,3 @@ 14 Mar 2010; Pacho Ramos <pacho@gentoo.org> +shiki-colors-4.6.ebuild, +metadata.xml: Initial import of Shiki-Colors themes including a Gentoo one - diff --git a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild index 445959d66e9b..5a0f8740fec6 100644 --- a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild +++ b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild,v 1.4 2012/01/04 18:04:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild,v 1.5 2014/10/13 15:34:52 pacho Exp $ -EAPI=2 +EAPI=5 DESCRIPTION="Shiki-Colors mixes the elegance of a dark theme with the usability of a light theme" HOMEPAGE="http://code.google.com/p/gnome-colors/" @@ -15,11 +15,15 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="|| ( x11-wm/metacity xfce-base/xfwm4 ) - x11-themes/gtk-engines:2" +RDEPEND=" + || ( x11-wm/metacity x11-wm/muffin x11-wm/mutter xfce-base/xfwm4 ) + x11-themes/gtk-engines:2 +" DEPEND="" RESTRICT="binchecks strip" +S="${WORKDIR}/" + src_compile() { einfo "Nothing to compile" } @@ -27,6 +31,6 @@ src_compile() { src_install() { dodir /usr/share/themes insinto /usr/share/themes - doins -r "${WORKDIR}"/Shiki* || die "Installing themes failed" + doins -r "${WORKDIR}"/Shiki* dodoc AUTHORS ChangeLog README } |