From 26ffadb598d2d3dfb53874a53246e6a746e932e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 25 Oct 2016 00:50:26 -0300 Subject: move Mate ISO dependencies to [pcr] since it is enabled by default --- pcr/rave-x-colors/PKGBUILD | 40 +++++++++++++++++++++++++++++ pcr/rave-x-colors/update-icon-cache.install | 14 ++++++++++ 2 files changed, 54 insertions(+) create mode 100644 pcr/rave-x-colors/PKGBUILD create mode 100644 pcr/rave-x-colors/update-icon-cache.install (limited to 'pcr/rave-x-colors') diff --git a/pcr/rave-x-colors/PKGBUILD b/pcr/rave-x-colors/PKGBUILD new file mode 100644 index 000000000..7c4e81b2b --- /dev/null +++ b/pcr/rave-x-colors/PKGBUILD @@ -0,0 +1,40 @@ +# Maintainer (Arch): ThePilot +# Maintainer: Márcio Silva + +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 new file mode 100644 index 000000000..461e54033 --- /dev/null +++ b/pcr/rave-x-colors/update-icon-cache.install @@ -0,0 +1,14 @@ +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 +} + -- cgit v1.2.3-2-g168b