commit: e9184a180efc5aaa35759b68f1903381444804bf Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Tue Apr 7 11:06:07 2020 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Tue Apr 7 11:06:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9184a18
x11-themes/obsidian2-gtk-theme: new package 2.11 Obsidian Gnome Theme, based upon Adwaita-Maia dark skin https://github.com/madmaxms/theme-obsidian-2 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> x11-themes/obsidian2-gtk-theme/Manifest | 1 + x11-themes/obsidian2-gtk-theme/metadata.xml | 14 +++++++++ .../obsidian2-gtk-theme-2.11.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest new file mode 100644 index 0000000..eeafb35 --- /dev/null +++ b/x11-themes/obsidian2-gtk-theme/Manifest @@ -0,0 +1 @@ +DIST obsidian2-gtk-theme-2.11.tar.gz 877035 BLAKE2B 3a98c090499ec972ba2c33fa625ace400ea987b9a3d0ec337d4c53ce45b5202721a4139c2329b3c4e3b96ca9a1f67a4fd1e3d2a939051ad74151c804dafc1ee2 SHA512 139dd665a08a466acc3a192eeaf7435f782ed396af6c707e14d26447a7c9ad1d51b07f31507bd70c4dd56634a9b50d7a7e45d134a5f98faa6d370658bfe13e2d diff --git a/x11-themes/obsidian2-gtk-theme/metadata.xml b/x11-themes/obsidian2-gtk-theme/metadata.xml new file mode 100644 index 0000000..2dd0b3e --- /dev/null +++ b/x11-themes/obsidian2-gtk-theme/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> + <upstream> + <remote-id type="github">madmaxms/theme-obsidian-2</remote-id> + </upstream> + <longdescription> + Modern and intuitive Obsidian Gnome theme, based upon Adwaita-Maia dark + skin. Compatible with Gtk 3.22. + </longdescription> +</pkgmetadata> diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11.ebuild new file mode 100644 index 0000000..2f36c01 --- /dev/null +++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11.ebuild @@ -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/${GIT_PN}" + +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* +}
