summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-09-22 10:56:09 +0300
committerMichał Górny <mgorny@gentoo.org>2018-09-30 22:08:21 +0200
commit4a85e966ae2d5da332c927d47b22609e4cbab6d0 (patch)
treee80d9584bfc642bd87be4a753f2c399b0317b5ef /x11-themes/e-gtk-theme
parentnet-irc/inspircd: Use mysql provider (diff)
downloadgentoo-4a85e966ae2d5da332c927d47b22609e4cbab6d0.tar.gz
gentoo-4a85e966ae2d5da332c927d47b22609e4cbab6d0.tar.bz2
gentoo-4a85e966ae2d5da332c927d47b22609e4cbab6d0.zip
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
Diffstat (limited to 'x11-themes/e-gtk-theme')
-rw-r--r--x11-themes/e-gtk-theme/Manifest1
-rw-r--r--x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild24
-rw-r--r--x11-themes/e-gtk-theme/metadata.xml11
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/e-gtk-theme/Manifest b/x11-themes/e-gtk-theme/Manifest
new file mode 100644
index 000000000000..d5440def4a3c
--- /dev/null
+++ b/x11-themes/e-gtk-theme/Manifest
@@ -0,0 +1 @@
+DIST e-gtk-theme-0.19.3.tar.gz 488203 BLAKE2B a6f19d1da6aeb78030f71face4239bc63c8a550c7ba3ab6cad2b06827ec5ae0da3f14372c1e552454f74f7b18a3aa0c007ca4f7f8040993fc366d5bd25da36cb SHA512 6a833a3c0c38388d56370ae3fe2a3477423fc56133469ddfe482ce0c82e0f4cf39c773448a554227946c8787d588ee637a8f9d2a341f175c1b9ebc1db4f9d990
diff --git a/x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild b/x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild
new file mode 100644
index 000000000000..4e63c0096b58
--- /dev/null
+++ b/x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild
@@ -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
+}
diff --git a/x11-themes/e-gtk-theme/metadata.xml b/x11-themes/e-gtk-theme/metadata.xml
new file mode 100644
index 000000000000..d9a6217dd22d
--- /dev/null
+++ b/x11-themes/e-gtk-theme/metadata.xml
@@ -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>