x11-themes/numix-gtk-theme: new package
authorJoonas Niilola <juippis@gmail.com>
Wed, 18 Jul 2018 07:19:37 +0000 (10:19 +0300)
committerTony Vroon <chainsaw@gentoo.org>
Wed, 18 Jul 2018 07:37:32 +0000 (08:37 +0100)
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 [new file with mode: 0644]
x11-themes/numix-gtk-theme/metadata.xml [new file with mode: 0644]
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild [new file with mode: 0644]

diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest
new file mode 100644 (file)
index 0000000..48a6ba3
--- /dev/null
@@ -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 (file)
index 0000000..d9a6217
--- /dev/null
@@ -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>
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 (file)
index 0000000..f80967a
--- /dev/null
@@ -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."
+}