summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-elementary-icons/kogaion-elementary-icons-1.0.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/kogaion-elementary-icons/kogaion-elementary-icons-1.0.ebuild
Added ebuilds for kogaion desktop
Diffstat (limited to 'x11-themes/kogaion-elementary-icons/kogaion-elementary-icons-1.0.ebuild')
-rw-r--r--x11-themes/kogaion-elementary-icons/kogaion-elementary-icons-1.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/kogaion-elementary-icons/kogaion-elementary-icons-1.0.ebuild b/x11-themes/kogaion-elementary-icons/kogaion-elementary-icons-1.0.ebuild
new file mode 100644
index 00000000..6944477f
--- /dev/null
+++ b/x11-themes/kogaion-elementary-icons/kogaion-elementary-icons-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Kogaion elementary icons"
+HOMEPAGE="https://github.com/bionel/kogaion-src"
+SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz
+ http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz"
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~arm ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+
+DEPEND=""
+
+DEST="/usr/share/icons"
+S="${WORKDIR}"
+
+src_install() {
+ insinto ${DEST} || die
+ doins -r "${S}"/Kogaion-elementary || die
+ doins -r "${S}"/Kogaion-elementary-dark || die
+}