summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-04-15 17:31:17 +0700
committerChanathip Srithanrat2018-04-15 17:31:17 +0700
commit0abb63492c02ea98be0a64ad651686a6fe75c1f6 (patch)
tree752bb3db37bc054a4fe3e118240a110842e27653
parent32d5e317cec5bf38282b3544d913b337f5575a2f (diff)
downloadaur-0abb63492c02ea98be0a64ad651686a6fe75c1f6.tar.gz
v4.1.8-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c8fec3b2f3..8049cc696ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = macos-icon-theme
pkgdesc = macOS Icons Theme
pkgver = 4.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://www.opendesktop.org/p/1102582/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c629a0148f55..51c93b7acfc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=macos-icon-theme
pkgver=4.1.8
-pkgrel=1
-pkgdesc='macOS Icons Theme'
+pkgrel=2
+pkgdesc='macOS iCons Collection'
arch=('any')
url='https://www.opendesktop.org/p/1102582/'
license=('GPL')
@@ -18,10 +18,9 @@ md5sums=('056982040d0efdcf4fa93b0e5bc9bc3d')
prepare() {
find -name '* *' -delete
- cp macOS/status/symbolic/*.svg macOS/devices/symbolic
- mv macOS/apps/128/accessories_calculator.png macOS/apps/128/accessories-calculator.png
}
package() {
- find */ -type f -exec install -Dm644 '{}' $pkgdir/usr/share/icons/'{}' \;
+ install -dm755 $pkgdir/usr/share/icons
+ cp -r macOS $pkgdir/usr/share/icons
}