aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2021-01-21 14:37:19 +0800
committerHuang Rui <vowstar@gmail.com>2021-01-21 14:37:19 +0800
commit8c5757d36142f60c121520be9b7a751af3e497ba (patch)
tree954a3e28ae6bdb192ee39aced03fb706a4eca33f /x11-themes
parentnet-misc/tootle: new pkg; add version 1.0_alpha2 and live (diff)
downloadguru-8c5757d36142f60c121520be9b7a751af3e497ba.tar.gz
guru-8c5757d36142f60c121520be9b7a751af3e497ba.tar.bz2
guru-8c5757d36142f60c121520be9b7a751af3e497ba.zip
x11-themes/obsidian2-gtk-theme: bump to 2.18
Package-Manager: Portage-3.0.14, Repoman-3.0.2 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.18.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 511f5c942..422440ec2 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
DIST obsidian2-gtk-theme-2.17.tar.gz 958471 BLAKE2B 7eb39a6ad371a43d0a6693724626d6ffb8e00bda04d5490f59d5f8d7822b08d486295558454021e51157f0fc381ac8691adbc5b6138c511bebcec78141c99830 SHA512 266e7974622b5fcbd56791649279e369efb78798b16562eb4aa4b0f8d647ccd9497189effc457b9d008408a34f8f40a7ff47dab81c4df286064ac39f9438a548
+DIST obsidian2-gtk-theme-2.18.tar.gz 915168 BLAKE2B d139d9ee3d203d57dcedfedb1adc5091c59c33564503e5cc3aebef9fd66ca51f6ea13d63c2f591e6db737184e76b9e3661f3c14b276d230fb5026923657e02cd SHA512 d05cd86a881515d01ac4a11851fdab982d5f7970493da4f673a8f8851a0d673c763936b7dc008eddbde104cf9e11e1630ae09315c4daba257c85057ca8f84985
diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild
new file mode 100644
index 000000000..0f3a37faf
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+ S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+ >=x11-libs/gtk+-3.22
+ x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r Obsidian*
+}