[arch-commits] Commit in deepin-icon-theme/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Nov 26 19:17:58 UTC 2018


    Date: Monday, November 26, 2018 @ 19:17:58
  Author: felixonmars
Revision: 409821

upgpkg: deepin-icon-theme 15.12.65-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-26 19:17:19 UTC (rev 409820)
+++ PKGBUILD	2018-11-26 19:17:58 UTC (rev 409821)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-icon-theme
-pkgver=15.12.64
+pkgver=15.12.65
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -13,9 +13,16 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz")
-sha512sums=('c154e822b505ffe6ebf79345988484dacdeb5c93661c76bf78fad4cde6ce9dea03a6dde7f7e220bb1933cccc7ed6447b62b3eaee620d479deb78415ca34bd92b')
+sha512sums=('e644023b5041b32bc0e561e86a0f185e119625bb0b634651b717dbc97db9dfea0b7653e9f25dc9e94c096ad190af68087f019474076ad3f147de338ec840575a')
 
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-icons install-cursors
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
 }



More information about the arch-commits mailing list