mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
x11-themes/obsidian2-gtk-theme: drop 2.12
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST obsidian2-gtk-theme-2.12.tar.gz 885811 BLAKE2B 655fb66fe2966e48cb7e6da8dc0188d2ca9ed1d63f6243c1848819e0e2190cc90572e48d6a42c0c6823229f19511e7a29f6d78e4c5b13d7a692842a268c2c392 SHA512 c7f95d10133ae871642127b8f2acb84ff382fb7e9a8aa0352370df32aa8c28c5d75f0b19bc71a11a25d61cf19e90d04b8db5a389ea2c2466d7f897d089ae1d00
|
||||
DIST obsidian2-gtk-theme-2.13.tar.gz 877047 BLAKE2B 8d796e30bdb73d0754bac658cc5afa18a835cb59c4842f898843706304137ec67f6d6ba2d94b843dafe92d083d3d2d3e20ff2dc6f00898c0b1448fb0d5ca596d SHA512 42c6023e74ee6fbbff47956aa460250059dd70bc6befdbec7506b0ca0373bc8f8d392b40861508d03285cf9a4c945914c9ba81cf0845d8eb3f195142b6ec4ee6
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2020 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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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*
|
||||
}
|
||||
Reference in New Issue
Block a user