diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-02-01 00:20:14 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-02-01 00:21:25 +0100 |
commit | 6a6c42f460678e980732f93e435cb9adf724e4e0 (patch) | |
tree | e5aa1e77d11c73cb16bf0e1550f329b20a0d3729 /x11-themes | |
parent | dev-python/elasticsearch-curator: drop old (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-themes/zukini/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/zukini/zukini-20120806.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/zukini/zukini-20120817.ebuild | 36 |
3 files changed, 39 insertions, 2 deletions
diff --git a/x11-themes/zukini/Manifest b/x11-themes/zukini/Manifest index fbbd3ef3b2ac..477cefa17aef 100644 --- a/x11-themes/zukini/Manifest +++ b/x11-themes/zukini/Manifest @@ -1 +1,2 @@ DIST zukini-20120806.zip 195927 BLAKE2B efca985f735de11b2a8681c139a8df1dd6c3b5b58cd9dd0e9043c25d449d29dab6397e4d9cbb42cd7be7aefc7bc1eb37cb05c8c65f7abe7fbb49b7df565a4a17 SHA512 90e663645ec2c867b88a8d02d940bed70270a940c7162ce761c5d7018a1ad9a2f11c3b547ac1d470f19a3729533836cef8cc53bdc18ea89eb293265c51f37083 +DIST zukini-20120817.zip 195930 BLAKE2B 78ba7fa7fe5d21add63f1f5028d1616ea8a9cfbe885ea1b373a60ebc6c9acc1d0b7798a585c958ba092f52b6fc05bcbab8550d7524828983c665060cfada689b SHA512 0ea42bc729100018acc16405283d41a10381bbcc411ea1b473880b7fdfe6785d6b7ae409959bdfb4f86c6081ae5fd102701efff793ea852c9c9913a03805e5f0 diff --git a/x11-themes/zukini/zukini-20120806.ebuild b/x11-themes/zukini/zukini-20120806.ebuild index 67fe1618c52e..efd943153294 100644 --- a/x11-themes/zukini/zukini-20120806.ebuild +++ b/x11-themes/zukini/zukini-20120806.ebuild @@ -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 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! +} |