diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-07-18 10:19:37 +0300 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-18 08:37:32 +0100 |
commit | 3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a (patch) | |
tree | a96be8ee103eb5308235177a1646c06f9b805ff9 /x11-themes | |
parent | www-apps/prewikka: Bump version 4.1 (diff) | |
download | gentoo-3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a.tar.gz gentoo-3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a.tar.bz2 gentoo-3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a.zip |
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
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/numix-gtk-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/numix-gtk-theme/metadata.xml | 11 | ||||
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 29 |
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest new file mode 100644 index 000000000000..48a6ba3e61d9 --- /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 000000000000..d9a6217dd22d --- /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>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 index 000000000000..f80967a6e65e --- /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." +} |