summaryrefslogtreecommitdiff
path: root/x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:24:26 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:24:26 +0200
commit7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch)
tree1684924656132935256e034f35f92abee6623265 /x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild
Added ebuilds for kogaion desktop
Diffstat (limited to 'x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild')
-rw-r--r--x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild b/x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild
new file mode 100644
index 00000000..e91c477f
--- /dev/null
+++ b/x11-themes/rogentos-artwork-extra/rogentos-artwork-extra-1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2004-2012 Sabayon
+# Copyright 2012 Rogentos
+# Distributed under the terms of the GNU General Public License v2
+#
+
+EAPI=3
+
+DESCRIPTION="Rogentos Linux Artwork Extras"
+HOMEPAGE="http://rogentos.ro/"
+SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz
+ http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz"
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}"
+
+src_install () {
+ # Compiz cube theme
+ cd "${S}"/compiz
+ dodir /usr/share/compiz
+ insinto /usr/share/compiz/
+ doins *.png
+
+ # Emerald theme
+ cd "${S}"/emerald
+ dodir /usr/share/emerald/themes
+ insinto /usr/share/emerald/themes/
+ doins -r ./
+}