diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-13 14:41:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-14 10:30:31 -0300 |
commit | 89fff9133c8643bae1e317d18b8381e59effc64d (patch) | |
tree | 661c69d87dc7d02f64bddb63aabfd4db0cf8a22d /libre/faenza-icon-theme | |
parent | 1f74cd061abfe6d2927a0311b1bc5b42a8fd9f77 (diff) | |
download | abslibre-89fff9133c8643bae1e317d18b8381e59effc64d.tar.gz abslibre-89fff9133c8643bae1e317d18b8381e59effc64d.tar.bz2 abslibre-89fff9133c8643bae1e317d18b8381e59effc64d.zip |
faenza-icon-theme-1.3.1-4.parabola1: updating revision from Arch
Diffstat (limited to 'libre/faenza-icon-theme')
-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 } |