x11-themes/zukini: Self-host to fix SRC_URI, bump to 20120817
authorSebastian Pipping <sping@gentoo.org>
Wed, 31 Jan 2018 23:20:14 +0000 (00:20 +0100)
committerSebastian Pipping <sping@gentoo.org>
Wed, 31 Jan 2018 23:21:25 +0000 (00:21 +0100)
Closes: https://bugs.gentoo.org/547940
Package-Manager: Portage-2.3.20, Repoman-2.3.6

x11-themes/zukini/Manifest
x11-themes/zukini/zukini-20120806.ebuild
x11-themes/zukini/zukini-20120817.ebuild [new file with mode: 0644]

index fbbd3ef3b2ac05f0541233d1d8449fdea05e6c21..477cefa17aeff56a12f50e3e05c05fd0c13d2163 100644 (file)
@@ -1 +1,2 @@
 DIST zukini-20120806.zip 195927 BLAKE2B efca985f735de11b2a8681c139a8df1dd6c3b5b58cd9dd0e9043c25d449d29dab6397e4d9cbb42cd7be7aefc7bc1eb37cb05c8c65f7abe7fbb49b7df565a4a17 SHA512 90e663645ec2c867b88a8d02d940bed70270a940c7162ce761c5d7018a1ad9a2f11c3b547ac1d470f19a3729533836cef8cc53bdc18ea89eb293265c51f37083
+DIST zukini-20120817.zip 195930 BLAKE2B 78ba7fa7fe5d21add63f1f5028d1616ea8a9cfbe885ea1b373a60ebc6c9acc1d0b7798a585c958ba092f52b6fc05bcbab8550d7524828983c665060cfada689b SHA512 0ea42bc729100018acc16405283d41a10381bbcc411ea1b473880b7fdfe6785d6b7ae409959bdfb4f86c6081ae5fd102701efff793ea852c9c9913a03805e5f0
index 67fe1618c52e5d75ccab5d4790e93b83e8c63675..efd943153294fece89fb8896be498310194018e0 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more"
 HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2"
-SRC_URI="http://www.deviantart.com/download/272660042/${PN}_by_lassekongo83-d4ic1u2.zip -> ${P}.zip"
+SRC_URI="https://dev.gentoo.org/~sping/distfiles/${P}.zip"
 
 LICENSE="GPL-3"
 SLOT="0"
diff --git a/x11-themes/zukini/zukini-20120817.ebuild b/x11-themes/zukini/zukini-20120817.ebuild
new file mode 100644 (file)
index 0000000..6b2e7d7
--- /dev/null
@@ -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!
+}