diff options
-rw-r--r-- | libre/faenza-icon-theme/PKGBUILD | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libre/faenza-icon-theme/PKGBUILD b/libre/faenza-icon-theme/PKGBUILD index a9a55bfba..c322d3b75 100644 --- a/libre/faenza-icon-theme/PKGBUILD +++ b/libre/faenza-icon-theme/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 113926 2014-07-01 10:03:56Z thestinger $ +# $Id: PKGBUILD 136707 2015-07-11 19:58:19Z thestinger $ # Maintainer (Arch): Daniel Micay <danielmicay@gmail.com> # Contributor (Arch): Elia Notarangelo <elia.notarangelo AT gmail DOT com> # Contributor (Arch): Frikilinux <frikilinux at frikilinux.com.ar> @@ -11,7 +11,7 @@ pkgname=faenza-icon-theme pkgver=1.3.1 -pkgrel=3.parabola1 +pkgrel=4.parabola1 pkgdesc='Icon theme designed for Equinox GTK theme, without nonfree distros and application icons (Parabola rebranded)' url='http://gnome-look.org/content/show.php/Faenza?content=128143' license=('GPL3') @@ -75,4 +75,13 @@ package() { ln -sf start-here{-parabola,}.svg ln -sf start-here{-parabola-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 } |