diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-24 21:39:03 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-24 21:39:03 +0100 |
commit | bb73ab5746c664b4ae6800d712534abcfc9e13f1 (patch) | |
tree | 5054fde5b42e878414d28579a21858b86d974a6d | |
parent | 280deb9c13273c69d6363a717e1f4f01d0cd4f7a (diff) | |
download | gentoo-personal-overlay-bb73ab5746c664b4ae6800d712534abcfc9e13f1.tar.gz gentoo-personal-overlay-bb73ab5746c664b4ae6800d712534abcfc9e13f1.tar.bz2 gentoo-personal-overlay-bb73ab5746c664b4ae6800d712534abcfc9e13f1.zip |
Add numix-gtk-theme package
-rw-r--r-- | x11-themes/numix-gtk-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest new file mode 100644 index 0000000..8a84fde --- /dev/null +++ b/x11-themes/numix-gtk-theme/Manifest @@ -0,0 +1 @@ +DIST numix-gtk-theme-2.6.7.tar.gz 156607 SHA256 2b997ad3eee0b802d0dd49dd772127fd3c337cca32d8863efd4897928e38879a SHA512 a034644a08173e70de496b88b40c8749d3c3dc988da0c09a03eca77a5263704b001114678e0492988831b1664593d4054f2d7c0d90d95f5b05dcd05914577a03 WHIRLPOOL e12158e3c124d7a106ff7aa10b2d5f256c379a536614c3c5d40b905c10d9fb4c14af531b2666ed421ea8dba54448ce3b0f568d0fec88c837d83df0a4c3c9e13c diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild new file mode 100644 index 0000000..6fe55cb --- /dev/null +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Numix is 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" + +KEYWORDS="amd64" +LICENSE="GPL-3.0+" +SLOT="0" +IUSE="" + +DEPEND=" + dev-ruby/sass + dev-ruby/bundler + dev-libs/glib + x11-libs/gdk-pixbuf" +RDEPEND=" + ${DEPEND} + x11-libs/gtk+:3 + x11-themes/gtk-engines-murrine" |