[arch-commits] Commit in startdde/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jul 21 16:04:48 UTC 2018


    Date: Saturday, July 21, 2018 @ 16:04:47
  Author: felixonmars
Revision: 362703

upgpkg: startdde 3.1.33.20180720-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-21 14:41:29 UTC (rev 362702)
+++ PKGBUILD	2018-07-21 16:04:47 UTC (rev 362703)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=startdde
-pkgver=3.1.33
+pkgver=3.1.33.20180720
+_commit=5f2d72eadf596fbef23fa4944cbd4f381c406c01
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -12,16 +13,18 @@
 license=('GPL3')
 depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
 makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
-             'deepin-api' 'go-pie' 'python2' 'git' 'deepin-dbus-factory')
+             'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
 replaces=('deepin-wm-switcher')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/startdde/archive/$pkgver.tar.gz")
-sha512sums=('22fdc5720faccf8cfcd70b586a2ba59be1fad91577efcd4b2213ec0343e7c3040a2358e2f5be50802f04dafeef81a6fe8555a17aa94c2c19a7cb67fa78d734ab')
+source=("$pkgname-$_commit.tar.gz::https://github.com/felixonmars/startdde/archive/$_commit.tar.gz")
+sha512sums=('cc36ceb19b0c6541e41acf22f7fc6ab7bca907c97191b8f91c22260fe20653e0f148e1891f4ee4457b89c0dd1e0bee58dcb2b1c7981c5b880b89720485874d30')
 
 prepare() {
+  mv startdde-{$_commit,$pkgver}
+
   export GOPATH="$srcdir/build:/usr/share/gocode"
   go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
-         github.com/cryptix/wav golang.org/x/net/context
+         github.com/cryptix/wav golang.org/x/net/context github.com/linuxdeepin/go-x11-client
 
   sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
 }



More information about the arch-commits mailing list