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

Felix Yan felixonmars at archlinux.org
Fri Mar 1 17:14:27 UTC 2019


    Date: Friday, March 1, 2019 @ 17:14:26
  Author: felixonmars
Revision: 437293

upgpkg: deepin-daemon 3.23.1-1

Modified:
  deepin-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-01 16:53:54 UTC (rev 437292)
+++ PKGBUILD	2019-03-01 17:14:26 UTC (rev 437293)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-daemon
-pkgver=3.23.0
-pkgrel=2
+pkgver=3.23.1
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon"
@@ -14,9 +14,9 @@
          'deepin-polkit-agent' 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
          'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 'pulseaudio'
          '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' 'golang-github-burntsushi-xgb')
+makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 'golang-deepin-lib'
+             'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'sqlite' 'deepin-gettext-tools'
+             'git' 'mercurial' 'python-gobject' 'networkmanager' 'go-pie')
 optdepends=('networkmanager: for network management support'
             'deepin-grub2-themes: theme for grub module'
             'iw: for miracast module'
@@ -28,7 +28,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz"
         https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
         'deepin-daemon.sysusers')
-sha512sums=('7ff81d5fe5e1effb17aa7dbb1da0273c2632798bfbe4d6e8f5a41d4e4ff9b2e403ec8feaf539e9b9d59d1f8e34414ec9dc8da0197477b5789cb2b205c0431762'
+sha512sums=('200f2822190ee486770b2915d40175416d89ca728911c1d197b07d2370a377ae95065329e69785797f8843f22537f027d327004cfa534a62dc0cf4b2bcc26082'
             '334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
             '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
@@ -38,15 +38,10 @@
 
   export GOPATH="$srcdir/build:/usr/share/gocode"
 
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
+  # golang-deepin-lib's dependency, remove when go packaging resumes
+  go get github.com/cryptix/wav
 
-  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 \
-         gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam github.com/nfnt/resize \
-         golang.org/x/text/encoding/charmap github.com/cryptix/wav golang.org/x/net/context
+  go get gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam
 
   sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' accounts/user.go
 }



More information about the arch-commits mailing list