diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-15 09:56:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-15 09:56:57 +0000 |
commit | 6b6bbf34a6ebe2667f2c2b9dfcba906d80b9a010 (patch) | |
tree | b3d14e3ee8a2b6d943b7d8f82450e51a05c11ef4 /main/faenza-icon-theme | |
parent | 4332d46f5b627c5c67e070638b5c13b23e8e0fc9 (diff) | |
download | aports-6b6bbf34a6ebe2667f2c2b9dfcba906d80b9a010.tar.bz2 aports-6b6bbf34a6ebe2667f2c2b9dfcba906d80b9a010.tar.xz |
main/faenza-icon-theme: upgrade to 1.3.1
Diffstat (limited to 'main/faenza-icon-theme')
-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" |