diff options
Diffstat (limited to 'x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild')
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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" |