summaryrefslogtreecommitdiff
path: root/libre/rave-x-colors/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/rave-x-colors/PKGBUILD')
-rw-r--r--libre/rave-x-colors/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/libre/rave-x-colors/PKGBUILD b/libre/rave-x-colors/PKGBUILD
new file mode 100644
index 000000000..4a83f560c
--- /dev/null
+++ b/libre/rave-x-colors/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer (Arch): ThePilot <afuturepilotis at gmail dot com>
+# Maintainer: Márcio Silva <coadde@parabola.nu>
+
+pkgname=rave-x-colors
+pkgver=2.1
+pkgrel=3
+pkgdesc="A vivid and classically styled icon theme based on Faenza. The inspiration for Mint-X, but with support for dark panels."
+arch=('any')
+url="http://www.ravefinity.com/p/rave-x-icon-theme.html"
+license=('custom:cc-by-sa-3.0' 'GPL2')
+options=('!strip' '!zipman' 'libtool' 'staticlibs')
+install=update-icon-cache.install
+source=($pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAX25DaVJOT0NtR2M)
+md5sums=('23934c1e096be974694a46876e891fea')
+
+package() {
+ mkdir -p $pkgdir/usr/share/icons/
+ cp -r $srcdir/* $pkgdir/usr/share/icons/
+ rm "$pkgdir/usr/share/icons/RAVEX-Icon-Manual-Doc.txt" "$pkgdir/usr/share/icons/$pkgname-$pkgver.tar.gz"
+}