[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD dde-daemon_5.9.4.2.diff)

Felix Yan felixonmars at archlinux.org
Fri Aug 28 08:11:45 UTC 2020


    Date: Friday, August 28, 2020 @ 08:11:44
  Author: felixonmars
Revision: 690203

upgpkg: deepin-daemon 5.11.0.36-1

Modified:
  deepin-daemon/trunk/PKGBUILD
  deepin-daemon/trunk/dde-daemon_5.9.4.2.diff

-------------------------+
 PKGBUILD                |    8 ++++----
 dde-daemon_5.9.4.2.diff |   20 --------------------
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 08:11:13 UTC (rev 690202)
+++ PKGBUILD	2020-08-28 08:11:44 UTC (rev 690203)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-daemon
-pkgver=5.11.0.21
+pkgver=5.11.0.36
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -28,8 +28,8 @@
 source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz"
         dde-daemon_5.9.4.2.diff
         'deepin-daemon.sysusers')
-sha512sums=('0bac79c1bcc90317bb40432f184dc406ade5532530081d7666ba677f318516b14ec51902356da2fa5e5999c44853fb52a5a0add1a078c5b7f3c6df0741e1e85a'
-            '188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa16666d1798b1ae25469abee50eb84e4bef27'
+sha512sums=('d36e5629950ac76094da1c79bec1cfc19c2da61ac4adbd7f65ba925ade4162bcf44856e6876512b27b79bb799ad22d732e0078bf647c9e4ae178a88d545a70ac'
+            '5329b86309dcdea88347b0ee8fbee04023328571479edc8e026ba78895deca59ca6195743f398b42a4b8fd9cfae3a0b7308ce8fff9a50adf40011fd1bd8715ae'
             '808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
 prepare() {
@@ -43,7 +43,7 @@
 
   go get 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
+         golang.org/x/xerrors github.com/mattn/go-sqlite3 github.com/fsnotify/fsnotify github.com/godbus/dbus
 
   sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' accounts/user.go
 }

Modified: dde-daemon_5.9.4.2.diff
===================================================================
--- dde-daemon_5.9.4.2.diff	2020-08-28 08:11:13 UTC (rev 690202)
+++ dde-daemon_5.9.4.2.diff	2020-08-28 08:11:44 UTC (rev 690203)
@@ -1,23 +1,3 @@
-diff --git a/misc/dde-daemon/gesture.json b/misc/dde-daemon/gesture.json
-index 73a3d7ee..fbcc8fd8 100644
---- a/misc/dde-daemon/gesture.json
-+++ b/misc/dde-daemon/gesture.json
-@@ -53,15 +53,6 @@
-             "Action": "ShowWindow"
-         }
-     },
--    {
--        "Name": "tap",
--        "Direction": "none",
--        "Fingers": 3,
--        "Action": {
--            "Type": "built-in",
--            "Action": "MoveWindow"
--        }
--    },
-     {
-         "Name": "swipe",
-         "Direction": "up",
 diff --git a/system/gesture/core.c b/system/gesture/core.c
 index f953cc1c..4a49749e 100644
 --- a/system/gesture/core.c



More information about the arch-commits mailing list