mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 10:03:30 -04:00
x11-themes/obsidian2-gtk-theme: bump to 2.15
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST obsidian2-gtk-theme-2.14.tar.gz 880753 BLAKE2B ec649784b0d5e1dea060aa6581d5ae1ce4dcb442e4d416d3dee46f6a6b3fe6af304bd1ac5fafb6aaeb62f00c5c209b4e58d3736cfb3f3e63ee9c507200f20fb7 SHA512 ba36e17db192b4aeaa6dc4065792e76485527838d20dbef2b9e3f95e33e2b4fa902dc63c112cffc983c0199d497c33ad3f5246d20aaf0f445e9f8ed3465c1121
|
||||
DIST obsidian2-gtk-theme-2.15.tar.gz 935469 BLAKE2B 12241f6a1e4ccc1a329678992d942ce18429b1034808fb0a9b7315d72ca70283d89e92d17547d46281e8fd17c4e7e364c85ef9458bf31230b8b298fa2ea6d016 SHA512 e0177fb439f1a23adbf6b9aa22bc21b957c645b9d624bc37c18356e57339b9c39bbbf52001799983907e041fed4155c13ebbbbd29c9303bc06ec95973e9d4afa
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# 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