aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2023-03-28 21:43:36 +0800
committerHuang Rui <vowstar@gmail.com>2023-03-28 21:43:36 +0800
commit913060f9fa1b813626b690e0375b675f4dc2c163 (patch)
tree540b0f0d3bb16e2d6c821c70328ff585d73a62ff /x11-themes
parentapp-office/joplin-bin: ad metadata.xml (diff)
downloadguru-913060f9fa1b813626b690e0375b675f4dc2c163.tar.gz
guru-913060f9fa1b813626b690e0375b675f4dc2c163.tar.bz2
guru-913060f9fa1b813626b690e0375b675f4dc2c163.zip
x11-themes/obsidian2-gtk-theme: add 2.22
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/obsidian2-gtk-theme/Manifest1
-rw-r--r--x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild32
2 files changed, 33 insertions, 0 deletions
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*
+}