commit:     3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Wed Jul 18 07:19:37 2018 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 07:37:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdc98ff

x11-themes/numix-gtk-theme: new package

Closes: https://bugs.gentoo.org/524176
Package-Manager: Portage[mgorny]-2.3.43.2
Closes: https://github.com/gentoo/gentoo/pull/9270
Closes: https://bugs.gentoo.org/524176

 x11-themes/numix-gtk-theme/Manifest                |  1 +
 x11-themes/numix-gtk-theme/metadata.xml            | 11 ++++++++
 .../numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild   | 29 ++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/x11-themes/numix-gtk-theme/Manifest 
b/x11-themes/numix-gtk-theme/Manifest
new file mode 100644
index 00000000000..48a6ba3e61d
--- /dev/null
+++ b/x11-themes/numix-gtk-theme/Manifest
@@ -0,0 +1 @@
+DIST numix-gtk-theme-2.6.7.tar.gz 156607 BLAKE2B 
0ba8476ffa6e94b83412a76fd7a7c9b17453e886f4c1168cb663cb780e3b9e8cf238f06c04b979d6847eb932623fc59eb8d8736293735f11d23cad1dbb4017dd
 SHA512 
a034644a08173e70de496b88b40c8749d3c3dc988da0c09a03eca77a5263704b001114678e0492988831b1664593d4054f2d7c0d90d95f5b05dcd05914577a03

diff --git a/x11-themes/numix-gtk-theme/metadata.xml 
b/x11-themes/numix-gtk-theme/metadata.xml
new file mode 100644
index 00000000000..d9a6217dd22
--- /dev/null
+++ b/x11-themes/numix-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>juip...@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-ma...@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild 
b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
new file mode 100644
index 00000000000..f80967a6e65
--- /dev/null
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A modern flat theme with a combination of light and dark elements"
+HOMEPAGE="https://github.com/numixproject/numix-gtk-theme";
+SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-libs/libxml2
+       x11-libs/gtk+:3
+       x11-themes/gtk-engines-murrine
+"
+DEPEND="
+       ${RDEPEND}
+       dev-libs/glib:2
+       dev-ruby/sass:*
+       x11-libs/gdk-pixbuf:2
+"
+
+src_install() {
+       einstalldocs
+       emake DESTDIR="${D}" install || die "Installing ${PN} failed."
+}

Reply via email to