pacho 14/10/13 15:34:52 Modified: shiki-colors-4.6.ebuild ChangeLog Log: mutter and muffin are also compatible with this themes (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.5 x11-themes/shiki-colors/shiki-colors-4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild?r1=1.4&r2=1.5 Index: shiki-colors-4.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- shiki-colors-4.6.ebuild 4 Jan 2012 18:04:36 -0000 1.4 +++ shiki-colors-4.6.ebuild 13 Oct 2014 15:34:52 -0000 1.5 @@ -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 @@ 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_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 } 1.5 x11-themes/shiki-colors/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/shiki-colors/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/shiki-colors/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/shiki-colors/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 4 Jan 2012 18:04:36 -0000 1.4 +++ ChangeLog 13 Oct 2014 15:34:52 -0000 1.5 @@ -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 <[email protected]> shiki-colors-4.6.ebuild: + mutter and muffin are also compatible with this themes 04 Jan 2012; Pawel Hajdan jr <[email protected]> shiki-colors-4.6.ebuild: x86 stable wrt bug #394439 @@ -17,4 +20,3 @@ 14 Mar 2010; Pacho Ramos <[email protected]> +shiki-colors-4.6.ebuild, +metadata.xml: Initial import of Shiki-Colors themes including a Gentoo one -
