mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-themes/e-gtk-theme: new package
Closes: https://bugs.gentoo.org/531434 Signed-off-by: Joonas Niilola <juippis@gmail.com> Package-Manager: Portage[mgorny]-2.3.43.3 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9943
This commit is contained in:
committed by
Michał Górny
parent
99f654446a
commit
4a85e966ae
1
x11-themes/e-gtk-theme/Manifest
Normal file
1
x11-themes/e-gtk-theme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST e-gtk-theme-0.19.3.tar.gz 488203 BLAKE2B a6f19d1da6aeb78030f71face4239bc63c8a550c7ba3ab6cad2b06827ec5ae0da3f14372c1e552454f74f7b18a3aa0c007ca4f7f8040993fc366d5bd25da36cb SHA512 6a833a3c0c38388d56370ae3fe2a3477423fc56133469ddfe482ce0c82e0f4cf39c773448a554227946c8787d588ee637a8f9d2a341f175c1b9ebc1db4f9d990
|
||||
24
x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild
Normal file
24
x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A GTK theme to match Enlightenment WM's default theme"
|
||||
HOMEPAGE="https://gitlab.com/tokiclover/e-gtk-theme"
|
||||
SRC_URI="https://gitlab.com/tokiclover/${PN}/-/archive/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
find . -name 'Makefile' -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/themes/e-gtk-theme
|
||||
doins -r apps/ gtk-2.0/ gtk-3.0/ metacity-1/ openbox-3/ index.theme start-here.png
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
11
x11-themes/e-gtk-theme/metadata.xml
Normal file
11
x11-themes/e-gtk-theme/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>juippis@gmail.com</email>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user