summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-theme
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-08-24 19:33:31 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-08-24 19:33:31 +0300
commite4e036791e69299ccf38b945318cfdfe867f9183 (patch)
treee7c17a6e16fdfa38fadabf530cfe69504833df9b /x11-themes/kogaion-theme
parent03d5317ab35c36c6d9120d949ff8e6de29e849bb (diff)
[kogaion-theme] ebuild nou pentru thema kogaion
Diffstat (limited to 'x11-themes/kogaion-theme')
-rw-r--r--x11-themes/kogaion-theme/Manifest1
-rw-r--r--x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-themes/kogaion-theme/Manifest b/x11-themes/kogaion-theme/Manifest
new file mode 100644
index 00000000..fcc5fd44
--- /dev/null
+++ b/x11-themes/kogaion-theme/Manifest
@@ -0,0 +1 @@
+DIST kogaion-theme-2.0.tar.gz 72050 SHA256 f361f463159b948d9b585cd0d1057d6c0478d2a0059feecb12035e10df6b8ecb SHA512 f08e67dd04fb0fcc32d03797eb5cec43826e178f33647f89317cf68d1898b3ed2e1ed3121f383d391b8dde5bc5c33ce46486d3fd0be64e1cf8cb44a55f8fa83c WHIRLPOOL 7fa1ae0c0b66d27dc8cd88b944d562fe6fd67118f27d4c5c4cf17f2830c2e5257bd678a70649454c96fcdfca6cf3ab550ae2117bb45a39d060487bad0bb8b466
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
new file mode 100644
index 00000000..013199fb
--- /dev/null
+++ b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2015 Kogaion Linux
+# Distributed under the terms of the GNU General Public License v2
+# Original Authors Sabayon Team
+# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>
+
+EAPI=5
+inherit eutils mount-boot kogaion-artwork
+
+DESCRIPTION="Offical Kogaion-Linux Core Artwork"
+HOMEPAGE="http://www.rogentos.ro"
+SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz
+ mirror://kogaion/${CATEGORY}/"${PN}"/${P}.tar.gz"
+
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+KEYWORDS="~arm x86 amd64"
+IUSE=""
+RDEPEND="sys-apps/findutils
+ !<sys-boot/grub-0.97-r22
+ !x11-themes/rogentos-artwork-core"
+
+S="${WORKDIR}"/"${PN}"
+
+src_install() {
+ rm README.md
+ rm to_review
+ insinto /usr/share/themes
+ doins -r *
+}