diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-10 00:19:03 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-10 00:34:06 -0300 |
commit | 8419c7c535ea23dbef7e44678fd4c2bdc7360396 (patch) | |
tree | c6640f0f38c474d601124db52aca39f3a15711de /libre/rave-x-colors | |
parent | e80ca4f5afd47c0913d7990ab32e718984aa5caf (diff) | |
download | abslibre-8419c7c535ea23dbef7e44678fd4c2bdc7360396.tar.gz abslibre-8419c7c535ea23dbef7e44678fd4c2bdc7360396.tar.bz2 abslibre-8419c7c535ea23dbef7e44678fd4c2bdc7360396.zip |
rave-x-colors-2.1-3.parabola1: Parabola rebranding
Diffstat (limited to 'libre/rave-x-colors')
-rw-r--r-- | libre/rave-x-colors/PKGBUILD | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/libre/rave-x-colors/PKGBUILD b/libre/rave-x-colors/PKGBUILD index 4a83f560c..7c4e81b2b 100644 --- a/libre/rave-x-colors/PKGBUILD +++ b/libre/rave-x-colors/PKGBUILD @@ -3,18 +3,38 @@ 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." +pkgrel=3.parabola1 +pkgdesc="A vivid and classically styled icon theme based on Faenza. The inspiration for Mint-X, but with support for dark panels (Parabola rebranded)" 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') +source=($pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAX25DaVJOT0NtR2M + start-here-16.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r16px2_noa_nof_nos_svg1d1.svg + start-here-22.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r22px2_noa_nof_nos_svg1d1.svg + start-here-24.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r24px2_noa_nof_nos_svg1d1.svg + start-here-32.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r32px2_noa_nof_nos_svg1d1.svg + start-here-48.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r48px2_noa_nof_nos_svg1d1.svg + start-here-64.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r64px2_noa_nof_nos_svg1d1.svg + start-here-128.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r128px2_noa_nof_nos_svg1d1.svg) +md5sums=('23934c1e096be974694a46876e891fea' + 'f4daffac94e23a4f6a760cbaf8efbb34' + '7719e081594472778012ba9d9c318546' + 'a2715b9e291654afb87585ede37ad72d' + 'a4eb6316d254cf7017107363e41f7f07' + '2b739bfca04b08a5774fe77e9b8e66e8' + '94b9f4e6eeb5d9dbfd837af87185eecc' + '782e7ce11c076163e19d2db299c1133c') package() { mkdir -p $pkgdir/usr/share/icons/ cp -r $srcdir/* $pkgdir/usr/share/icons/ + + for i in 16 22 24 32 48 64 128; do + install -Dm644 $srcdir/start-here-$i.svg \ + $pkgdir/usr/share/icons/RAVE-X-CX/places/$i/start-here.svg + done + rm "$pkgdir/usr/share/icons/RAVEX-Icon-Manual-Doc.txt" "$pkgdir/usr/share/icons/$pkgname-$pkgver.tar.gz" } |