Date: Saturday, July 11, 2015 @ 21:58:19 Author: thestinger Revision: 136707
upgpkg: faenza-icon-theme 1.3.1-4 Modified: faenza-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-11 18:57:51 UTC (rev 136706) +++ PKGBUILD 2015-07-11 19:58:19 UTC (rev 136707) @@ -8,7 +8,7 @@ pkgname=faenza-icon-theme pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc='Icon theme designed for Equinox GTK theme' url='http://gnome-look.org/content/show.php/Faenza?content=128143' license=('GPL3') @@ -39,4 +39,13 @@ ln -sf start-here{-archlinux,}.svg ln -sf start-here{-archlinux-symbolic,-symbolic}.svg done + + for theme in Faenza{,-Dark}; do + cd "$pkgdir/usr/share/icons/$theme/apps/scalable/" + ln -sf gnome-session-reboot.svg system-reboot.svg + for size in 16 22 24 32 48 64 96; do + cd "$pkgdir/usr/share/icons/$theme/apps/$size/" + ln -sf gnome-session-reboot.png system-reboot.png + done + done }
