From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
Date: Wed, 29 Mar 2023 06:56:23 +0000 (UTC) [thread overview]
Message-ID: <1680011016.913060f9fa1b813626b690e0375b675f4dc2c163.flow@gentoo> (raw)
commit: 913060f9fa1b813626b690e0375b675f4dc2c163
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 13:43:36 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 13:43:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=913060f9
x11-themes/obsidian2-gtk-theme: add 2.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
x11-themes/obsidian2-gtk-theme/Manifest | 1 +
.../obsidian2-gtk-theme-2.22.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 0be5cc43c..c200875a0 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
DIST obsidian2-gtk-theme-2.20.tar.gz 947544 BLAKE2B b8f222a4d934707295c1064082e78db0b5abd96373099a5f7f98c3bbe3af41145f627c188c8003373c9fd5f297e3bc69e6bdbd9a778136ac38a1d52727364356 SHA512 7334b3122a8b6d1020745ced25331d2fd7735da9aaaff3cac821ae17b32d285e67a34b790c7129a67f80ee47f89e729a07a2a648f6bf171e0f2ca9f33dbed89b
+DIST obsidian2-gtk-theme-2.22.tar.gz 930146 BLAKE2B 2264727ca31af811c7095c195ed883a304fab2b3c4c1916ffb241c5e1dcf6c300d6bf1b292f2181ad3daa36d86ab84da85a21e1d158a9112207de9b73838c5cb SHA512 806be9e4d1eba8f2239bfaed3dacf549d5172e7e7febc55729f94ec1986b3568bc81fd04127840820f8b074883897c285e3141d54ce7e66cc55e41e80abc30cf
diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild
new file mode 100644
index 000000000..764e5ab14
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+GIT_PN="theme-obsidian-2"
+
+DESCRIPTION="Obsidian Gnome Theme, based upon Adwaita-Maia dark skin"
+
+HOMEPAGE="https://github.com/madmaxms/theme-obsidian-2"
+
+if [[ "${PV}" == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git"
+else
+ SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r Obsidian*
+}
next reply other threads:[~2023-03-29 6:56 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 6:56 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-03 10:53 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/ David Roman
2023-03-29 6:56 Florian Schmaus
2021-08-07 17:48 Florian Schmaus
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-01 13:14 Andrew Ammerlaan
2020-12-28 23:22 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-28 23:22 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-15 22:35 Haelwenn Monnier
2020-12-15 22:35 Haelwenn Monnier
2020-12-03 11:36 Andrew Ammerlaan
2020-12-03 11:36 Andrew Ammerlaan
2020-10-05 13:22 Andrew Ammerlaan
2020-10-05 13:22 Andrew Ammerlaan
2020-09-19 14:24 Andrew Ammerlaan
2020-09-19 14:24 Andrew Ammerlaan
2020-08-07 18:14 Andrew Ammerlaan
2020-08-07 18:14 Andrew Ammerlaan
2020-05-14 9:29 Andrew Ammerlaan
2020-05-14 9:29 Andrew Ammerlaan
2020-04-07 11:12 Andrew Ammerlaan
2020-04-07 11:12 Andrew Ammerlaan
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=1680011016.913060f9fa1b813626b690e0375b675f4dc2c163.flow@gentoo \
--to=flow@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