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

Felix Yan felixonmars at archlinux.org
Fri Feb 22 17:22:23 UTC 2019


    Date: Friday, February 22, 2019 @ 17:22:23
  Author: felixonmars
Revision: 435245

upgpkg: deepin-daemon 3.23.0-2

rebuild with new go-lib

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 17:11:03 UTC (rev 435244)
+++ PKGBUILD	2019-02-22 17:22:23 UTC (rev 435245)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-daemon
 pkgver=3.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon"
@@ -16,7 +16,7 @@
          'gnome-keyring' 'noto-fonts' 'imwheel')
 makedepends=('deepin-dbus-factory' 'deepin-go-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
              'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 'python-gobject'
-             'networkmanager' 'go-pie')
+             'networkmanager' 'go-pie' 'golang-github-burntsushi-xgb')
 optdepends=('networkmanager: for network management support'
             'deepin-grub2-themes: theme for grub module'
             'iw: for miracast module'
@@ -41,7 +41,7 @@
   # 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/linuxdeepin/go-x11-client \
+  go get 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 \



More information about the arch-commits mailing list