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

Felix Yan fyan at archlinux.org
Fri Dec 18 15:29:08 UTC 2015


    Date: Friday, December 18, 2015 @ 16:29:07
  Author: fyan
Revision: 153650

upgpkg: deepin-gtk-theme 15.12.1.20151218-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-18 15:27:55 UTC (rev 153649)
+++ PKGBUILD	2015-12-18 15:29:07 UTC (rev 153650)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-gtk-theme
-pkgver=15.12.1
-_commit=935d88d13e4904601fb8b6b3e201c4c4904304fd
+pkgver=15.12.1.20151218
+_commit=05a8bcdfffa110a392eabca61c384fa2e2c8f933
 pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')
@@ -18,6 +18,6 @@
 sha256sums=('SKIP')
 
 package() {
-  install -dm0755 "${pkgdir}"/usr/share/themes
-  cp -a deepin-gtk-theme/Deepin "${pkgdir}"/usr/share/themes/
+  cd deepin-gtk-theme
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list