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

Felix Yan fyan at archlinux.org
Thu Dec 3 05:49:28 UTC 2015


    Date: Thursday, December 3, 2015 @ 06:49:28
  Author: fyan
Revision: 148152

upgpkg: deepin-icon-theme 15.10.0.20151202-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-03 05:44:19 UTC (rev 148151)
+++ PKGBUILD	2015-12-03 05:49:28 UTC (rev 148152)
@@ -4,15 +4,18 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-icon-theme
-pkgver=15.10.0
+pkgver=15.10.0.20151202
+_commit=3657bcbd209d6381d42d6c593ad80535a03ef2a7
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-icon-theme"
 license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
 depends=('flattr-icon-theme')
 makedepends=('git' 'inkscape')
-source=("git+https://github.com/linuxdeepin/deepin-icon-theme.git#tag=$pkgver")
+source=("git+https://github.com/linuxdeepin/deepin-icon-theme.git#commit=$_commit")
 sha256sums=('SKIP')
 
 prepare() {
@@ -29,6 +32,9 @@
 }
 
 package() {
+  cd "${pkgname}"
   install -d "${pkgdir}"/usr/share/icons
-  cp -r "${pkgname}"/build/deepin "${pkgdir}"/usr/share/icons/Deepin
+  cp -r build/deepin "${pkgdir}"/usr/share/icons/Deepin
+
+  make DESTDIR="$pkgdir" install-cursors
 }



More information about the arch-commits mailing list