Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-daemon


Commits:
8fb0ac10 by Felix Yan at 2026-06-30T01:01:39+08:00
upgpkg: 6.1.87-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = deepin-daemon
        pkgdesc = Daemon handling the DDE session settings
-       pkgver = 6.1.86
+       pkgver = 6.1.87
        pkgrel = 1
        url = https://github.com/linuxdeepin/dde-daemon
        install = deepin-daemon.install
@@ -44,8 +44,8 @@ pkgbase = deepin-daemon
        depends = libxfixes
        depends = bamf
        depends = deepin-widgets
-       depends = deepin-session-ui
        depends = sudo
+       depends = deepin-services
        depends = imwheel
        depends = libxkbfile
        depends = procps-ng
@@ -73,7 +73,7 @@ pkgbase = deepin-daemon
        provides = startdde
        conflicts = startdde
        replaces = startdde
-       source = git+https://github.com/linuxdeepin/dde-daemon.git#tag=6.1.86
-       sha512sums = 
7b482034396c1b0d236ab409f34777e95baf8ad2c42261147e9e08c1f95a39e4540fde89b2f8571b796f86dc4cb94502af42c53b3e5812311469357fa04086d6
+       source = git+https://github.com/linuxdeepin/dde-daemon.git#tag=6.1.87
+       sha512sums = 
1cb01a20699dd2a26a4b7c56001aeb6f19690df66b190b6533b6cb751f63dbc99e152813144317c15540949725ac7de5686189de01a94362ca890054f19fbf1f
 
 pkgname = deepin-daemon


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-daemon
-pkgver=6.1.86
+pkgver=6.1.87
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -35,8 +35,10 @@ depends=('deepin-desktop-schemas' 'deepin-api' 
'deepin-app-services' 'deepin-wlo
          'bamf'
          # gesture
          'deepin-widgets'
-         # image_effect
-         'deepin-session-ui' 'sudo'
+         # accounts/admin
+         'sudo'
+         # accounts1/image_blur, session/power1
+         'deepin-services'
          # inputdevices
          'imwheel' 'libxkbfile' 'procps-ng' 'psmisc'
          # iw
@@ -67,7 +69,7 @@ replaces=('startdde')
 groups=('deepin')
 install="$pkgname.install"
 source=("git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver";)
-sha512sums=('7b482034396c1b0d236ab409f34777e95baf8ad2c42261147e9e08c1f95a39e4540fde89b2f8571b796f86dc4cb94502af42c53b3e5812311469357fa04086d6')
+sha512sums=('1cb01a20699dd2a26a4b7c56001aeb6f19690df66b190b6533b6cb751f63dbc99e152813144317c15540949725ac7de5686189de01a94362ca890054f19fbf1f')
 
 prepare() {
   cd dde-daemon
@@ -100,10 +102,8 @@ package() {
   cd dde-daemon
   make DESTDIR="$pkgdir" PAM_MODULE_DIR=usr/lib/security install
 
-  # Provided by deepin-services now; avoid file conflicts.
-  rm 
"$pkgdir"/usr/share/dbus-1/system-services/org.deepin.dde.ImageEffect1.service \
-     "$pkgdir"/usr/share/dbus-1/system.d/org.deepin.dde.ImageEffect1.conf \
-     "$pkgdir"/usr/share/dbus-1/system.d/org.deepin.dde.ImageBlur1.conf
+  # Session Power1 is provided by deepin-services' deepin-service-manager 
plugin.
+  rm "$pkgdir"/usr/share/dbus-1/services/org.deepin.dde.Power1.service
 
   install -Dm644 debian/dde-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-daemon/-/commit/8fb0ac10d237a06883b2167a29b16e1651ab936d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-daemon/-/commit/8fb0ac10d237a06883b2167a29b16e1651ab936d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to