diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/faenza-icon-theme/APKBUILD | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/main/faenza-icon-theme/APKBUILD b/main/faenza-icon-theme/APKBUILD index 0f0a345e0d..f5e0740c6d 100644 --- a/main/faenza-icon-theme/APKBUILD +++ b/main/faenza-icon-theme/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=faenza-icon-theme -pkgver=1.2 +pkgver=1.3.1 pkgrel=0 pkgdesc="icons designed to go in tandem with equinox themes" arch="noarch" @@ -13,29 +13,13 @@ install= subpackages= source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgver +_builddir="$srcdir"/$pkgname-1.3 package() { - cd "$_builddir" + cd "$_builddir" || return 1 mkdir -p "$pkgdir"/usr/share/icons cp -dpRf Faenza* "$pkgdir"/usr/share/icons - - for i in 16 22 24 32 48; do - mv "$pkgdir"/usr/share/icons/Faenza/places/$i/start-here-gnome.png \ - "$pkgdir"/usr/share/icons/Faenza/places/$i/start-here.png - - mv "$pkgdir"/usr/share/icons/Faenza-Dark/places/$i/start-here-gnome.png \ - "$pkgdir"/usr/share/icons/Faenza-Dark/places/$i/start-here.png - done - - for i in scalable; do - mv "$pkgdir"/usr/share/icons/Faenza/places/$i/start-here-gnome.svg \ - "$pkgdir"/usr/share/icons/Faenza/places/$i/start-here.svg - - mv "$pkgdir"/usr/share/icons/Faenza-Dark/places/$i/start-here-gnome.svg \ - "$pkgdir"/usr/share/icons/Faenza-Dark/places/$i/start-here.svg - done } -md5sums="eae3e09a92c4dfd2749b3c46355194fb faenza-icon-theme_1.2.tar.gz" +md5sums="b5339b70cbb821b583499e725957b150 faenza-icon-theme_1.3.1.tar.gz" |