From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/
Date: Fri, 6 Sep 2019 21:47:46 +0000 (UTC) [thread overview]
Message-ID: <1567806453.087b44f503dfe10b7f0d6b8c3fc4711dabe32aa8.leio@gentoo> (raw)
commit: 087b44f503dfe10b7f0d6b8c3fc4711dabe32aa8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 21:47:33 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep 6 21:47:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087b44f5
x11-themes/zuki-themes: bump to 3.32.2
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
x11-themes/zuki-themes/Manifest | 1 +
x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild | 49 ++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest
index b2dcf99cb29..354e763b28f 100644
--- a/x11-themes/zuki-themes/Manifest
+++ b/x11-themes/zuki-themes/Manifest
@@ -1 +1,2 @@
DIST zuki-themes-3.30.1.tar.gz 921175 BLAKE2B 91de90a15db77b47569d2ce74ad0d5514f6dbd790e0381d32a3009e08fd13bae8e26110476cf668519504b10362cfb96c9e315094f1df88796f18b79f08f3e11 SHA512 ea493c240c0b97f0ca1acaff14c17e7077200766227be80ef5ab3cd89f12bdc167ddd53d7aa0e0a64ba5aa8caf88823e2976b1ce7dfeafb1207cc09fbef65073
+DIST zuki-themes-3.32.2.tar.gz 915367 BLAKE2B bfb19a85628daae10043d62e5f63560dd16a01fe78e59dc7adf2443a3c6ee9400e60d63b4e08d326553e580232ad9d29968fb94bd4793a1094764725c3354cf1 SHA512 4c335a72d357c8a610f9a6aea8b82f3836d1d99f64324ecb30345f7487863b8839c28ee215c9c9efa2ba61b5c5f1945e3e03dd652e0d94c0d5dcf1bf0965e90b
diff --git a/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild b/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild
new file mode 100644
index 00000000000..8941ed65eb9
--- /dev/null
+++ b/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+MY_PV="$(ver_rs 2 -)"
+DESCRIPTION="Zuki themes for GTK, gnome-shell and more"
+HOMEPAGE="https://github.com/lassekongo83/zuki-themes"
+SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome-shell mate xfce"
+
+RDEPEND="
+ >=x11-themes/gnome-themes-standard-3.6
+ >=x11-themes/gtk-engines-murrine-0.98.1.1
+ gnome-shell? ( media-fonts/roboto )
+ !<x11-themes/zukitwo-2016.08.08
+ !<x11-themes/zukitwo-shell-2016.08.08
+"
+DEPEND=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/themes/Zukitre
+ doins -r Zukitre/{index.theme,gtk-2.0,gtk-3.0}
+ use xfce && doins -r Zukitre/xfwm4
+
+ insinto /usr/share/themes/Zukitwo
+ doins -r Zukitwo/{index.theme,gtk-2.0,gtk-3.0}
+ use mate && doins -r Zukitwo/metacity-1
+ use xfce && doins -r Zukitwo/xfwm4
+
+ if use gnome-shell ; then
+ insinto /usr/share/themes
+ doins -r Zuki-shell
+ fi
+
+ default
+}
next reply other threads:[~2019-09-06 21:47 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-06 21:47 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-21 2:04 [gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/ Matt Turner
2022-07-06 1:24 Sam James
2022-07-02 20:47 Sam James
2022-05-09 22:09 Matt Turner
2019-12-23 21:26 Mart Raudsepp
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-05-18 23:05 Mart Raudsepp
2019-05-10 17:49 Mikle Kolyada
2019-05-08 9:33 Mikle Kolyada
2019-03-30 22:50 Mart Raudsepp
2019-03-13 20:53 Mart Raudsepp
2018-09-28 13:51 Mart Raudsepp
2018-02-03 23:43 Mart Raudsepp
2018-01-18 3:18 Mikle Kolyada
2017-12-13 0:09 Sebastian Pipping
2017-08-18 7:50 Gilles Dartiguelongue
2017-02-11 18:31 Pacho Ramos
2016-10-08 22:58 Gilles Dartiguelongue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1567806453.087b44f503dfe10b7f0d6b8c3fc4711dabe32aa8.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox