x11-themes/obsidian2-gtk-theme: drop 2.18

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2021-07-28 10:32:43 +08:00
parent 5c98ec905a
commit be22cec281
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST obsidian2-gtk-theme-2.18.tar.gz 915168 BLAKE2B d139d9ee3d203d57dcedfedb1adc5091c59c33564503e5cc3aebef9fd66ca51f6ea13d63c2f591e6db737184e76b9e3661f3c14b276d230fb5026923657e02cd SHA512 d05cd86a881515d01ac4a11851fdab982d5f7970493da4f673a8f8851a0d673c763936b7dc008eddbde104cf9e11e1630ae09315c4daba257c85057ca8f84985
DIST obsidian2-gtk-theme-2.19.tar.gz 946801 BLAKE2B 59fa7a74dd3604ba74cfb40d8f64359be54cb2807f0bd5fda8437347adb155ff58f8501eb3d151decb23273ee9944597d0ff097fdf51c10a67ad8f5e94796ef3 SHA512 9decd2530337073fd8284444013701054771905c32f6d660616038f17c224c1d01b119ab927ac3e0e6cb5a01a2ed2d812519ecde7f08f3a4a16b59f604798237

View File

@@ -1,35 +0,0 @@
# 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*
}