summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-24 22:26:54 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-24 22:26:54 +0100
commitc2540df7e71166f22ae6399b2fa49cdbc572f840 (patch)
tree88b43213f251890a919163a875d7817ff05cf8a3 /x11-themes
parentbb73ab5746c664b4ae6800d712534abcfc9e13f1 (diff)
downloadgentoo-personal-overlay-c2540df7e71166f22ae6399b2fa49cdbc572f840.tar.gz
gentoo-personal-overlay-c2540df7e71166f22ae6399b2fa49cdbc572f840.tar.bz2
gentoo-personal-overlay-c2540df7e71166f22ae6399b2fa49cdbc572f840.zip
Try to fix numix-frost
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/numix-frost/Manifest1
-rw-r--r--x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild27
2 files changed, 10 insertions, 18 deletions
diff --git a/x11-themes/numix-frost/Manifest b/x11-themes/numix-frost/Manifest
new file mode 100644
index 0000000..eb2389d
--- /dev/null
+++ b/x11-themes/numix-frost/Manifest
@@ -0,0 +1 @@
+DIST numix-frost-3.6.6.tar.gz 275547 SHA256 8b29ebb6aeb2bb56c0992d90937e9fb30ea955dc7ac2ca57b89aa3c325eeeed1 SHA512 d5b8c483a9036c0ad49fa47b1c23ec3aa6924f9e15f467b32ec0a0f04bbe9080391e9a9f156ce0b7bb5898ffd91a1c9e60fecdf115ad35bb572035b5871c4864 WHIRLPOOL f0a075f9b5b898dc8ad87002695df0dc960e8aaa7521bda257150a3eb3479065f4315404956f39789c135ade3d8b167a28d9bda97cc192bfa41e5c0445f97fd8
diff --git a/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild
index 61637b3..1be3a4d 100644
--- a/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild
+++ b/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild
@@ -1,28 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
+EAPI=6
-EAPI=5
-
-inherit eutils git-r3
-
-DESCRIPTION="Numix-Frost is a GTK+ 3 theme."
+DESCRIPTION="Numix is a modern flat theme with a combination of light and dark elements."
HOMEPAGE="https://github.com/Antergos/Numix-Frost"
+SRC_URI="https://github.com/Antergos/Numix-Frost/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/Numix-Frost-${VER}"
-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"
+KEYWORDS="amd64"
+LICENSE="GPL-3.0+"
SLOT="0"
IUSE=""
DEPEND="
dev-ruby/sass
- dev-libs/glib
- x11-libs/gdk-pixbuf"
+ dev-ruby/bundler"
RDEPEND="
- ${DEPEND}
x11-libs/gtk+:3
- x11-themes/gtk-engines"
+ x11-libs/gdk-pixbuf
+ x11-themes/gtk-engines-murrine"