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>
This commit is contained in:
Huang Rui
2021-01-21 14:37:19 +08:00
parent ecb88141fa
commit 8c5757d361
2 changed files with 36 additions and 0 deletions

View File

@@ -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

View File

@@ -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*
}