summaryrefslogtreecommitdiff
path: root/x11-themes/numix-frost
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/numix-frost')
-rw-r--r--x11-themes/numix-frost/Manifest1
-rw-r--r--x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/numix-frost/Manifest b/x11-themes/numix-frost/Manifest
deleted file mode 100644
index 8ea585d..0000000
--- a/x11-themes/numix-frost/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST numix-frost.tar.gz 269644 BLAKE2B 562b58a1d107951d7d2d2544e9d077d202fd46f667ccdca2d64acfe0094f9fc2af9f3f1082c6a7afbbd5047c19e2f2c039d1ab1e211b445bb38170123a232641 SHA512 61e7a08dda9a310ad1f1eaa6c88cdecef476a6a547d1ffb99fb4ffaff5a18f67ab6104e8b9d9300adb58ff7e73684a8c88f26da5983a90e755413235c70d1fb6
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
deleted file mode 100644
index 3dd7715..0000000
--- a/x11-themes/numix-frost/numix-frost-3.6.6-r3.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
-}