diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-16 14:17:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:05 -0300 |
commit | c0e3088888fbad2c4621b7c080b16ee4c3caa7de (patch) | |
tree | 37b2116b497e04c7f521bd1d1385e29da0d95401 /libre/rave-x-colors | |
parent | fff4f6ed55689d99680810ecbae40fb7b5e43d5d (diff) |
add rave-x-colors to [libre]
Diffstat (limited to 'libre/rave-x-colors')
-rw-r--r-- | libre/rave-x-colors/PKGBUILD | 20 |
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" +} |