diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-21 19:14:49 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-21 19:14:49 +0100 |
commit | 892d257f0f6453eb2be5b165bed04924dd1be213 (patch) | |
tree | b4e7fedcdba78b22fe1e82b333e581a39a1a126d /pcr/rave-x-colors | |
parent | c2079fbb0b28cf087363dcdb929c15c71ce8fd3e (diff) | |
download | abslibre-892d257f0f6453eb2be5b165bed04924dd1be213.tar.gz abslibre-892d257f0f6453eb2be5b165bed04924dd1be213.tar.bz2 abslibre-892d257f0f6453eb2be5b165bed04924dd1be213.zip |
pcr/rave-x-colors: removed.
Diffstat (limited to 'pcr/rave-x-colors')
-rw-r--r-- | pcr/rave-x-colors/PKGBUILD | 40 | ||||
-rw-r--r-- | pcr/rave-x-colors/update-icon-cache.install | 14 |
2 files changed, 0 insertions, 54 deletions
diff --git a/pcr/rave-x-colors/PKGBUILD b/pcr/rave-x-colors/PKGBUILD deleted file mode 100644 index 1bad6a6f9..000000000 --- a/pcr/rave-x-colors/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer (Arch): ThePilot <afuturepilotis at gmail dot com> -# Maintainer: Márcio Silva <coadde@hyperbola.info> - -pkgname=rave-x-colors -pkgver=2.1 -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 - 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" -} diff --git a/pcr/rave-x-colors/update-icon-cache.install b/pcr/rave-x-colors/update-icon-cache.install deleted file mode 100644 index 461e54033..000000000 --- a/pcr/rave-x-colors/update-icon-cache.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - for dir in usr/share/icons/RAVE*; do - gtk-update-icon-cache -ftq $dir - done -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - |