From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/
Date: Mon, 9 May 2022 22:09:02 +0000 (UTC) [thread overview]
Message-ID: <1652134116.a89a78c22555f08ea08502800447bbfb6c80573c.mattst88@gentoo> (raw)
commit: a89a78c22555f08ea08502800447bbfb6c80573c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 21:51:01 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 9 22:08:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89a78c2
x11-themes/zuki-themes: Version bump to 4.0
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/zuki-themes/Manifest | 1 +
x11-themes/zuki-themes/metadata.xml | 1 +
x11-themes/zuki-themes/zuki-themes-4.0.ebuild | 38 +++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest
index 701fcd609a50..2ec36112c546 100644
--- a/x11-themes/zuki-themes/Manifest
+++ b/x11-themes/zuki-themes/Manifest
@@ -1 +1,2 @@
DIST zuki-themes-3.32.2.tar.gz 915367 BLAKE2B bfb19a85628daae10043d62e5f63560dd16a01fe78e59dc7adf2443a3c6ee9400e60d63b4e08d326553e580232ad9d29968fb94bd4793a1094764725c3354cf1 SHA512 4c335a72d357c8a610f9a6aea8b82f3836d1d99f64324ecb30345f7487863b8839c28ee215c9c9efa2ba61b5c5f1945e3e03dd652e0d94c0d5dcf1bf0965e90b
+DIST zuki-themes-4.0.tar.gz 585870 BLAKE2B d8a11c9193dc4b97cd05296d6cc08a75e3dab85b2b8330b14fb8e0bdbaf0ed188c38a7e872a92a161332ac288afd7178d9cee760f242aaa120286c4d72859f1f SHA512 0640613de612821035c9ebdbbe8c03f2c500e0ab80369b87be61483c2fe38b2a38b4909c3525daff0c41dad2ee5da060c3b4d7a6ccb7cbd27d7154a131f3aef6
diff --git a/x11-themes/zuki-themes/metadata.xml b/x11-themes/zuki-themes/metadata.xml
index cdf1f06fd137..94c104e1926a 100644
--- a/x11-themes/zuki-themes/metadata.xml
+++ b/x11-themes/zuki-themes/metadata.xml
@@ -10,6 +10,7 @@
</upstream>
<use>
<flag name="gnome-shell">Install theme for <pkg>gnome-base/gnome-shell</pkg></flag>
+ <flag name="gtk2">Install GTK+2 theme</flag>
<flag name="mate">Install Metacity theme for <pkg>mate-base/mate</pkg></flag>
<flag name="xfce">Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
</use>
diff --git a/x11-themes/zuki-themes/zuki-themes-4.0.ebuild b/x11-themes/zuki-themes/zuki-themes-4.0.ebuild
new file mode 100644
index 000000000000..452d268f083e
--- /dev/null
+++ b/x11-themes/zuki-themes/zuki-themes-4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+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${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome-shell gtk2 xfce"
+
+DEPEND=""
+RDEPEND="
+ >=x11-themes/gnome-themes-standard-3.6
+ gtk2? ( >=x11-themes/gtk-engines-murrine-0.98.1.1 )
+"
+BDEPEND="dev-lang/sassc"
+
+src_install() {
+ meson_src_install
+
+ if ! use gnome-shell; then
+ rm -r "${ED}"/usr/share/themes/Zuki-shell || die
+ fi
+
+ if ! use gtk2; then
+ rm -r "${ED}"/usr/share/themes/*/gtk-2.0 || die
+ fi
+
+ if ! use xfce; then
+ rm -r "${ED}"/usr/share/themes/*/xfwm4 || die
+ fi
+}
next reply other threads:[~2022-05-09 22:10 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-09 22:09 Matt Turner [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
2019-12-23 21:26 Mart Raudsepp
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-09-06 21:47 Mart Raudsepp
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=1652134116.a89a78c22555f08ea08502800447bbfb6c80573c.mattst88@gentoo \
--to=mattst88@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