Gentoo Archives: gentoo-commits

From: Tony Vroon <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
Date: Wed, 18 Jul 2018 07:37:47
Message-Id: 1531899452.3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a.chainsaw@gentoo
1 commit: 3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 18 07:19:37 2018 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 07:37:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdc98ff
7
8 x11-themes/numix-gtk-theme: new package
9
10 Closes: https://bugs.gentoo.org/524176
11 Package-Manager: Portage[mgorny]-2.3.43.2
12 Closes: https://github.com/gentoo/gentoo/pull/9270
13 Closes: https://bugs.gentoo.org/524176
14
15 x11-themes/numix-gtk-theme/Manifest | 1 +
16 x11-themes/numix-gtk-theme/metadata.xml | 11 ++++++++
17 .../numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 29 ++++++++++++++++++++++
18 3 files changed, 41 insertions(+)
19
20 diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest
21 new file mode 100644
22 index 00000000000..48a6ba3e61d
23 --- /dev/null
24 +++ b/x11-themes/numix-gtk-theme/Manifest
25 @@ -0,0 +1 @@
26 +DIST numix-gtk-theme-2.6.7.tar.gz 156607 BLAKE2B 0ba8476ffa6e94b83412a76fd7a7c9b17453e886f4c1168cb663cb780e3b9e8cf238f06c04b979d6847eb932623fc59eb8d8736293735f11d23cad1dbb4017dd SHA512 a034644a08173e70de496b88b40c8749d3c3dc988da0c09a03eca77a5263704b001114678e0492988831b1664593d4054f2d7c0d90d95f5b05dcd05914577a03
27
28 diff --git a/x11-themes/numix-gtk-theme/metadata.xml b/x11-themes/numix-gtk-theme/metadata.xml
29 new file mode 100644
30 index 00000000000..d9a6217dd22
31 --- /dev/null
32 +++ b/x11-themes/numix-gtk-theme/metadata.xml
33 @@ -0,0 +1,11 @@
34 +<?xml version="1.0" encoding="UTF-8"?>
35 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 +<pkgmetadata>
37 + <maintainer type="person">
38 + <email>juippis@×××××.com</email>
39 + </maintainer>
40 + <maintainer type="project">
41 + <email>proxy-maint@g.o</email>
42 + <name>Proxy Maintainers</name>
43 + </maintainer>
44 +</pkgmetadata>
45
46 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
47 new file mode 100644
48 index 00000000000..f80967a6e65
49 --- /dev/null
50 +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
51 @@ -0,0 +1,29 @@
52 +# Copyright 1999-2018 Gentoo Foundation
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=7
56 +
57 +DESCRIPTION="A modern flat theme with a combination of light and dark elements"
58 +HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
59 +SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
60 +
61 +LICENSE="GPL-3"
62 +SLOT="0"
63 +KEYWORDS="~amd64 ~x86"
64 +
65 +RDEPEND="
66 + dev-libs/libxml2
67 + x11-libs/gtk+:3
68 + x11-themes/gtk-engines-murrine
69 +"
70 +DEPEND="
71 + ${RDEPEND}
72 + dev-libs/glib:2
73 + dev-ruby/sass:*
74 + x11-libs/gdk-pixbuf:2
75 +"
76 +
77 +src_install() {
78 + einstalldocs
79 + emake DESTDIR="${D}" install || die "Installing ${PN} failed."
80 +}