From 7b03f744b41c82ac889c4de9b6b0d9a5039a0697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 6 Apr 2018 19:02:24 +0200 Subject: numix-frost: also build with single thread --- x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild | 36 ------------------- x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 36 deletions(-) delete mode 100644 x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild create mode 100644 x11-themes/numix-frost/numix-frost-3.6.6-r2.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 deleted file mode 100644 index 125a06b..0000000 --- a/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -EAPI=6 - -DESCRIPTION="Numix is a modern flat theme with a combination of light and dark elements." -HOMEPAGE="https://github.com/Antergos/Numix-Frost" - -# Note: We need few more commits to fix some build problems -# But those contains binary files patches that can't portage handle so we just -# specify exact hash instead. When new version is release, return to versions. -HASH="e9d250792bced3b64c50e72c4f3404a2c020dc3e" -SRC_URI="https://github.com/Antergos/Numix-Frost/archive/${HASH}.tar.gz -> ${PN}.tar.gz" -S="${WORKDIR}/numix-frost" - -KEYWORDS="amd64" -LICENSE="GPL-3.0+" -SLOT="0" -IUSE="" - -DEPEND=" - dev-ruby/sass - dev-ruby/bundler" -RDEPEND=" - x11-libs/gtk+:3 - x11-libs/gdk-pixbuf - x11-themes/gtk-engines-murrine" - -# Note: This is needed because utils.sh expect repository name to be numix-frost -src_unpack() { - unpack "${A}" - mv "${WORKDIR}"/Numix-Frost-${HASH} "$S" -} - -# Jep and makefiles doesn't like to be run in paralel (you have to love it) -src_install() { - emake -j1 DESTDIR="${D}" install - einstalldocs -} diff --git a/x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild new file mode 100644 index 0000000..3dd7715 --- /dev/null +++ b/x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild @@ -0,0 +1,40 @@ +EAPI=6 + +DESCRIPTION="Numix is a modern flat theme with a combination of light and dark elements." +HOMEPAGE="https://github.com/Antergos/Numix-Frost" + +# Note: We need few more commits to fix some build problems +# But those contains binary files patches that can't portage handle so we just +# specify exact hash instead. When new version is release, return to versions. +HASH="e9d250792bced3b64c50e72c4f3404a2c020dc3e" +SRC_URI="https://github.com/Antergos/Numix-Frost/archive/${HASH}.tar.gz -> ${PN}.tar.gz" +S="${WORKDIR}/numix-frost" + +KEYWORDS="amd64" +LICENSE="GPL-3.0+" +SLOT="0" +IUSE="" + +DEPEND=" + dev-ruby/sass + dev-ruby/bundler" +RDEPEND=" + x11-libs/gtk+:3 + x11-libs/gdk-pixbuf + x11-themes/gtk-engines-murrine" + +# Note: This is needed because utils.sh expect repository name to be numix-frost +src_unpack() { + unpack "${A}" + mv "${WORKDIR}"/Numix-Frost-${HASH} "$S" +} + +src_compile() { + emake -j1 +} + +# Jep and makefiles doesn't like to be run in paralel (you have to love it) +src_install() { + emake -j1 DESTDIR="${D}" install + einstalldocs +} -- cgit v1.2.3