Date: Monday, December 26, 2022 @ 20:57:19
Author: felixonmars
Revision: 1368521
upgpkg: deepin-daemon 5.14.107-1
Modified:
deepin-daemon/trunk/PKGBUILD
Deleted:
deepin-daemon/trunk/godbus.patch
--------------+
PKGBUILD | 11 ++++-------
godbus.patch | 12 ------------
2 files changed, 4 insertions(+), 19 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-26 20:56:00 UTC (rev 1368520)
+++ PKGBUILD 2022-12-26 20:57:19 UTC (rev 1368521)
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-daemon
-pkgver=5.14.106
-pkgrel=2
+pkgver=5.14.107
+pkgrel=1
pkgdesc='Daemon handling the DDE session settings'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-daemon"
@@ -59,11 +59,10 @@
groups=('deepin')
install="$pkgname.install"
source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz"
- $pkgname-fix-vanilla-libinput.patch godbus.patch
+ $pkgname-fix-vanilla-libinput.patch
'deepin-daemon.sysusers')
-sha512sums=('9fef0f76d36dde9db9dbae61190040b6d9178e1c1fd4ade20ff340d502a630bbe7f43a407ef61b8a8500269b43cffec5f173a4ede6461319d29f8bb3f2e61b46'
+sha512sums=('8f72b991ee697d322e85ce728571329f45d774cffe14250ee4a30476e9f6ddb45b8433a3f958122df3078e85b6aad631bb96964ee93d76ee0ff3909f04e5ae2e'
'944b0ae6cf7f613fd00884593c5e5f43aaf0efe4ea7aaa546a06b4367b8da4f2bc486dca640f77743bd1b7b9e4aacf741afe5c5e3ee219c2fdd4cc891ab3d367'
-
'4ba37f25efe423b4af18ee03682cd85d56314cda3dc8f63ac2f8f819723a5ff54947ec2a11999d54ab58f1d2dc2309aa4f23f983f98d89e96b6f34e3f0593f9e'
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
export GO111MODULE=off
@@ -79,8 +78,6 @@
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
- (cd "$srcdir"/build/src/github.com/godbus/dbus && patch -p1 -i
"$srcdir"/godbus.patch)
-
sed -i
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
accounts/user.go
# https://github.com/linuxdeepin/developer-center/discussions/3327
Deleted: godbus.patch
===================================================================
--- godbus.patch 2022-12-26 20:56:00 UTC (rev 1368520)
+++ godbus.patch 2022-12-26 20:57:19 UTC (rev 1368521)
@@ -1,12 +0,0 @@
-diff --git a/decoder.go b/decoder.go
-index 3154447..a32eaf0 100644
---- a/decoder.go
-+++ b/decoder.go
-@@ -100,6 +100,7 @@ func (dec *decoder) read2buf(n int) error {
- // decodeU decodes uint32 obtained from the reader dec.in.
- // The goal is to reduce memory allocs.
- func (dec *decoder) decodeU() uint32 {
-+ dec.align(4)
- dec.binread(&dec.u)
- dec.pos += 4
- return dec.u