From c2540df7e71166f22ae6399b2fa49cdbc572f840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 24 Jan 2018 22:26:54 +0100 Subject: Try to fix numix-frost --- x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild | 27 ++++++++-------------- 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild') 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" -- cgit v1.2.3