summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
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/kogaion-theme-2.0.ebuild
parent03d5317ab35c36c6d9120d949ff8e6de29e849bb (diff)
[kogaion-theme] ebuild nou pentru thema kogaion
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild')
-rw-r--r--x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild29
1 files changed, 29 insertions, 0 deletions
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 *
+}