summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-03-14 13:46:29 +0000
committerPacho Ramos <pacho@gentoo.org>2010-03-14 13:46:29 +0000
commita9b74e5c98bba748ca587eebf73066c286484378 (patch)
treed9ca897f4145f0b34b9062bde6a9e39174ae7d7f /x11-themes
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-a9b74e5c98bba748ca587eebf73066c286484378.tar.gz
gentoo-2-a9b74e5c98bba748ca587eebf73066c286484378.tar.bz2
gentoo-2-a9b74e5c98bba748ca587eebf73066c286484378.zip
Initial import of Shiki-Colors themes including a Gentoo one
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/shiki-colors/ChangeLog10
-rw-r--r--x11-themes/shiki-colors/metadata.xml9
-rw-r--r--x11-themes/shiki-colors/shiki-colors-4.6.ebuild32
3 files changed, 51 insertions, 0 deletions
diff --git a/x11-themes/shiki-colors/ChangeLog b/x11-themes/shiki-colors/ChangeLog
new file mode 100644
index 000000000000..eefe1310d2f9
--- /dev/null
+++ b/x11-themes/shiki-colors/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-themes/shiki-colors
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/ChangeLog,v 1.1 2010/03/14 13:46:29 pacho Exp $
+
+*shiki-colors-4.6 (14 Mar 2010)
+
+ 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/metadata.xml b/x11-themes/shiki-colors/metadata.xml
new file mode 100644
index 000000000000..c421ccfa9302
--- /dev/null
+++ b/x11-themes/shiki-colors/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+ <maintainer>
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
+ </maintainer>
+</pkgmetadata> \ No newline at end of file
diff --git a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild
new file mode 100644
index 000000000000..4f3ce70ebbb0
--- /dev/null
+++ b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 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.1 2010/03/14 13:46:29 pacho Exp $
+
+EAPI=2
+
+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/"
+
+SRC_URI="http://gnome-colors.googlecode.com/files/${P}.tar.gz
+ http://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( x11-wm/metacity xfce-base/xfwm4 )
+ x11-themes/gtk-engines"
+DEPEND=""
+RESTRICT="binchecks strip"
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ dodir /usr/share/themes
+ insinto /usr/share/themes
+ doins -r "${WORKDIR}"/Shiki* || die "Installing themes failed"
+ dodoc AUTHORS ChangeLog README
+}