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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 10:14:41 UTC 2022


    Date: Friday, September 2, 2022 @ 10:14:40
  Author: felixonmars
Revision: 1290885

upgpkg: deepin-daemon 5.14.100-1

Modified:
  deepin-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 10:11:46 UTC (rev 1290884)
+++ PKGBUILD	2022-09-02 10:14:40 UTC (rev 1290885)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-daemon
-pkgver=5.14.44
-pkgrel=2
+pkgver=5.14.100
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon"
@@ -22,6 +22,8 @@
          'fontconfig' 'noto-fonts'
          # audio/session
          'pulseaudio'
+         # bin/backlight_helper
+         'ddcutil'
          # clipboard
          'libxfixes'
          # dock
@@ -45,7 +47,8 @@
          # systeminfo
          'lsb-release' 'udisks2' 'util-linux')
 makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 'golang-deepin-lib'
-             'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'golang-gopkg-yaml.v2' 'sqlite' 'deepin-gettext-tools'
+             'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'golang-gopkg-yaml.v3' 'sqlite'
+             'deepin-gettext-tools' 'golang-github-fsnotify-fsnotify' 'golang-github-stretchr-testify'
              'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 'go')
 optdepends=('networkmanager: for network management support'
             'bluez: for bluetooth support'
@@ -58,7 +61,7 @@
 source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz"
         $pkgname-fix-vanilla-libinput.patch
         'deepin-daemon.sysusers')
-sha512sums=('f016e69e0ef7fd981242d39466d827c8313741e9d82b31a5c75e834bc5a6a076ab73f6efdf39ce04f9bfda86f14fe0840af4d62585c413e1c67e7185e4980509'
+sha512sums=('1eff45bbba28749f02c72fbd3784e8e2f951011426bf90e8938c82256b1fff81cf895cf4bb97c125835203755112fd70611e39e39c544109b403bffb3409b4bf'
             '944b0ae6cf7f613fd00884593c5e5f43aaf0efe4ea7aaa546a06b4367b8da4f2bc486dca640f77743bd1b7b9e4aacf741afe5c5e3ee219c2fdd4cc891ab3d367'
             '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
@@ -70,13 +73,10 @@
 
   export GOPATH="$srcdir/build:/usr/share/gocode"
 
-  # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
-
-  go get github.com/axgle/mahonia github.com/msteinert/pam github.com/gosexy/gettext github.com/rickb777/date \
+  go get github.com/cryptix/wav github.com/axgle/mahonia github.com/msteinert/pam github.com/gosexy/gettext github.com/rickb777/date \
          github.com/jinzhu/gorm github.com/kelvins/sunrisesunset github.com/mozillazg/go-pinyin github.com/teambition/rrule-go \
-         golang.org/x/xerrors github.com/mattn/go-sqlite3 github.com/fsnotify/fsnotify github.com/godbus/dbus \
-         github.com/Lofanmi/pinyin-golang/pinyin gopkg.in/yaml.v3
+         golang.org/x/xerrors github.com/mattn/go-sqlite3 github.com/godbus/dbus google.golang.org/protobuf/proto \
+         github.com/Lofanmi/pinyin-golang/pinyin github.com/youpy/go-wav github.com/mdlayher/netlink
 
   sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' accounts/user.go
 
@@ -83,6 +83,8 @@
   # https://github.com/linuxdeepin/developer-center/discussions/3327
   sed -i 's#/usr/libexec#/usr/lib#' keybinding/shortcuts/system_shortcut.go
   sed -i 's#${PREFIX}/libexec/#${PREFIX}/lib/#' Makefile
+
+  sed -i 's|"gopkg.in/yaml.v2"|"gopkg.in/yaml.v3"|' network/nm_generator/utils.go
 }
 
 build() {



More information about the arch-commits mailing list