summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-02-01 00:20:14 +0100
committerSebastian Pipping <sping@gentoo.org>2018-02-01 00:21:25 +0100
commit6a6c42f460678e980732f93e435cb9adf724e4e0 (patch)
treee5aa1e77d11c73cb16bf0e1550f329b20a0d3729 /x11-themes/zukini/zukini-20120817.ebuild
parentdev-python/elasticsearch-curator: drop old (diff)
downloadgentoo-6a6c42f460678e980732f93e435cb9adf724e4e0.tar.gz
gentoo-6a6c42f460678e980732f93e435cb9adf724e4e0.tar.bz2
gentoo-6a6c42f460678e980732f93e435cb9adf724e4e0.zip
x11-themes/zukini: Self-host to fix SRC_URI, bump to 20120817
Closes: https://bugs.gentoo.org/547940 Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'x11-themes/zukini/zukini-20120817.ebuild')
-rw-r--r--x11-themes/zukini/zukini-20120817.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/zukini/zukini-20120817.ebuild b/x11-themes/zukini/zukini-20120817.ebuild
new file mode 100644
index 000000000000..6b2e7d7d2bf9
--- /dev/null
+++ b/x11-themes/zukini/zukini-20120817.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more"
+HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2"
+SRC_URI="https://dev.gentoo.org/~sping/distfiles/${P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT="binchecks strip"
+
+RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.2
+ >=x11-themes/gtk-engines-unico-1.0.2"
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+
+src_unpack() {
+ unpack ${A}
+
+ local x=${S}/Zukini-awn
+ mkdir -p "${x}"
+ tar -zxf Zukini-awn.tgz -C "${x}"
+}
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r Zukini
+
+ dodoc -r INSTALL panelbg.png README Zukini-awn # Yes, we want INSTALL!
+}