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

Felix Yan felixonmars at archlinux.org
Thu Aug 24 10:42:11 UTC 2017


    Date: Thursday, August 24, 2017 @ 10:42:08
  Author: felixonmars
Revision: 253154

upgpkg: deepin-daemon 3.1.19-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-24 10:41:47 UTC (rev 253153)
+++ PKGBUILD	2017-08-24 10:42:08 UTC (rev 253154)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-daemon
-pkgver=3.1.18
+pkgver=3.1.19
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 install="${pkgname}.install"
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz"
         'deepin-daemon.sysusers')
-sha512sums=('c4f98be93b24be137837c0e1d3cb944ae1a0414b93e12553bfb27e8b96ac9ce72c14d33aee727d947cc3cfb65d52e2e14d674404292d33ec8ea311514ad84b74'
+sha512sums=('bc2eb5ce99f3be9f78038785b539429a8140c3b0852505a88d25d29fe7ade60af7f069b67ad6c4dc3de4ec87f2bc9171762855acd09bbf6a7483f695d1f6916e'
             '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
 prepare() {
@@ -35,11 +35,12 @@
   # https://github.com/niemeyer/gopkg/issues/50
   git config --global http.https://gopkg.in.followRedirects true
 
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/linuxdeepin/go-x11-client \
          github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \
          github.com/BurntSushi/freetype-go/freetype github.com/BurntSushi/freetype-go/freetype/truetype \
          github.com/BurntSushi/graphics-go/graphics github.com/fsnotify/fsnotify golang.org/x/sys/unix \
-         gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam github.com/nfnt/resize
+         gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam github.com/nfnt/resize \
+         golang.org/x/text/encoding/charmap
 
   sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' dde-daemon-$pkgver/accounts/user.go
 }



More information about the arch-commits mailing list