From 81adae0877faea4b21edf137752a5c085aa115f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 21 Jan 2019 21:47:49 +0100 Subject: x11-themes/numix-frost: try to fix dependency Use specifically ruby 3.5. --- x11-themes/numix-frost/Manifest | 2 +- x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild | 40 ---------------------- x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild create mode 100644 x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild (limited to 'x11-themes') diff --git a/x11-themes/numix-frost/Manifest b/x11-themes/numix-frost/Manifest index 4b2c5fc..8ea585d 100644 --- a/x11-themes/numix-frost/Manifest +++ b/x11-themes/numix-frost/Manifest @@ -1 +1 @@ -DIST numix-frost.tar.gz 269644 SHA256 f8d2564fe05e35e508727ca8bf5c44cf11993b8312c9db5ca3194911b6622cf4 SHA512 61e7a08dda9a310ad1f1eaa6c88cdecef476a6a547d1ffb99fb4ffaff5a18f67ab6104e8b9d9300adb58ff7e73684a8c88f26da5983a90e755413235c70d1fb6 WHIRLPOOL 213d4b9a14d05e7bedacacd1c7bb2d2565fff962ec7cb8df23dcb8bfbd5dc09b531f19638f6bdca157e3b1c58d69036993462080aee387efaa2ed23a38b53ff7 +DIST numix-frost.tar.gz 269644 BLAKE2B 562b58a1d107951d7d2d2544e9d077d202fd46f667ccdca2d64acfe0094f9fc2af9f3f1082c6a7afbbd5047c19e2f2c039d1ab1e211b445bb38170123a232641 SHA512 61e7a08dda9a310ad1f1eaa6c88cdecef476a6a547d1ffb99fb4ffaff5a18f67ab6104e8b9d9300adb58ff7e73684a8c88f26da5983a90e755413235c70d1fb6 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 deleted file mode 100644 index 3dd7715..0000000 --- a/x11-themes/numix-frost/numix-frost-3.6.6-r2.ebuild +++ /dev/null @@ -1,40 +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" -} - -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 -} diff --git a/x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild new file mode 100644 index 0000000..a7c0eb7 --- /dev/null +++ b/x11-themes/numix-frost/numix-frost-3.6.6-r3.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:3.5 + 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