summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-16 13:02:20 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-16 14:11:27 +0200
commit8fe6551efdfcd985d0002026618f214bb7faf6a7 (patch)
tree8ebfeb44d2dcb7d000e7e26833b23a9c9ac7e50a /x11-themes
parent557572c5aa40d0b4714008d2f6ff6b0ed869d7d9 (diff)
downloadgentoo-personal-overlay-8fe6551efdfcd985d0002026618f214bb7faf6a7.tar.gz
gentoo-personal-overlay-8fe6551efdfcd985d0002026618f214bb7faf6a7.tar.bz2
gentoo-personal-overlay-8fe6551efdfcd985d0002026618f214bb7faf6a7.zip
Add Numix-Frost package
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/numix-frost/numix-frost-3.6.6.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/numix-frost/numix-frost-3.6.6.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6.ebuild
new file mode 100644
index 0000000..61637b3
--- /dev/null
+++ b/x11-themes/numix-frost/numix-frost-3.6.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils git-r3
+
+DESCRIPTION="Numix-Frost is a GTK+ 3 theme."
+HOMEPAGE="https://github.com/Antergos/Numix-Frost"
+
+EGIT_REPO_URI="https://github.com/Antergos/Numix-Frost.git"
+EGIT_COMMIT="e9d250792bced3b64c50e72c4f3404a2c020dc3e"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
+S="${EGIT_CHECKOUT_DIR}"
+
+KEYWORDS="amd64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ dev-ruby/sass
+ dev-libs/glib
+ x11-libs/gdk-pixbuf"
+RDEPEND="
+ ${DEPEND}
+ x11-libs/gtk+:3
+ x11-themes/gtk-engines"