summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-24 23:00:19 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-24 23:00:19 +0100
commitc6611d1c8b54fe82c69a56a5ca8bb8c33c9d34b9 (patch)
tree14d2521dd3e5229ad62f02e5d49ab4ae331c2eca /x11-themes
parentd24831436d79a01d7986e9d75a7b16fe17864171 (diff)
downloadgentoo-personal-overlay-c6611d1c8b54fe82c69a56a5ca8bb8c33c9d34b9.tar.gz
gentoo-personal-overlay-c6611d1c8b54fe82c69a56a5ca8bb8c33c9d34b9.tar.bz2
gentoo-personal-overlay-c6611d1c8b54fe82c69a56a5ca8bb8c33c9d34b9.zip
Try to fix numix-frost again
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/numix-frost/Manifest2
-rw-r--r--x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild9
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-themes/numix-frost/Manifest b/x11-themes/numix-frost/Manifest
index eb2389d..4b2c5fc 100644
--- a/x11-themes/numix-frost/Manifest
+++ b/x11-themes/numix-frost/Manifest
@@ -1 +1 @@
-DIST numix-frost-3.6.6.tar.gz 275547 SHA256 8b29ebb6aeb2bb56c0992d90937e9fb30ea955dc7ac2ca57b89aa3c325eeeed1 SHA512 d5b8c483a9036c0ad49fa47b1c23ec3aa6924f9e15f467b32ec0a0f04bbe9080391e9a9f156ce0b7bb5898ffd91a1c9e60fecdf115ad35bb572035b5871c4864 WHIRLPOOL f0a075f9b5b898dc8ad87002695df0dc960e8aaa7521bda257150a3eb3479065f4315404956f39789c135ade3d8b167a28d9bda97cc192bfa41e5c0445f97fd8
+DIST numix-frost.tar.gz 269644 SHA256 f8d2564fe05e35e508727ca8bf5c44cf11993b8312c9db5ca3194911b6622cf4 SHA512 61e7a08dda9a310ad1f1eaa6c88cdecef476a6a547d1ffb99fb4ffaff5a18f67ab6104e8b9d9300adb58ff7e73684a8c88f26da5983a90e755413235c70d1fb6 WHIRLPOOL 213d4b9a14d05e7bedacacd1c7bb2d2565fff962ec7cb8df23dcb8bfbd5dc09b531f19638f6bdca157e3b1c58d69036993462080aee387efaa2ed23a38b53ff7
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 2ab7d43..ecb60b8 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
@@ -2,8 +2,13 @@ EAPI=6
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-${PV}"
+
+# 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-${HASH}"
KEYWORDS="amd64"
LICENSE="GPL-3.0+"