summaryrefslogtreecommitdiff
path: root/x11-themes/pacifica-icon-theme
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/pacifica-icon-theme
Added ebuilds for kogaion desktop
Diffstat (limited to 'x11-themes/pacifica-icon-theme')
-rw-r--r--x11-themes/pacifica-icon-theme/Manifest2
-rw-r--r--x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild27
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/pacifica-icon-theme/Manifest b/x11-themes/pacifica-icon-theme/Manifest
new file mode 100644
index 00000000..9af5960a
--- /dev/null
+++ b/x11-themes/pacifica-icon-theme/Manifest
@@ -0,0 +1,2 @@
+DIST pacifica_by_bokehlicia-d6nn5lb.zip 12748766 SHA256 ae386009a820d44e2ca758035caed25f579baeb7be3e792f438fd71fe51b7f6a SHA512 7cc73251df87387df14b2bc58d10f453a658013be28b4742616dac90ddcfdaa408aa5ae7c2f052f56897d86da7b497f09118dcf78914b4f5b60a1804c71df4f5 WHIRLPOOL e0848b7185cf07250de1b4bef0ec416fd7056c24c99297c1928ee795c35abf09a6d766e7f904bde457104384576e3c6ebdf20b7f4b91c8cc531e138730256710
+EBUILD pacifica-icon-theme-1.0.ebuild 500 SHA256 5dbd756b890724c613ebea1b68d092a55ac9ab1d18732a22aac5be787f83127f SHA512 83aa00261babb5316c58d62538ec77d4158c8e7ee5daed18f1c2001c67d9114515ebb5278a3b21c1772a81c20c49551fc6cf08daf4421871e4aff7e9204c6fff WHIRLPOOL bb6b8a30bd8e2bf7a0a4dd9821db4402dc7a8bf4208d26d4e4742d59b506b198292012bbff388c7d694ae728957aff7228507d284e0218560b61da7bf247924e
diff --git a/x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild b/x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild
new file mode 100644
index 00000000..f1685527
--- /dev/null
+++ b/x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Pacifica icon theme"
+HOMEPAGE=""
+SRC_URI="http://fc07.deviantart.net/fs71/f/2013/267/b/a/pacifica_by_bokehlicia-d6nn5lb.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ dodir /usr/share/icons/ || die
+ insinto /usr/share/icons || die
+ doins -r "${S}"/Pacifica || die
+}