summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2021-04-27 17:23:05 +0800
committerjustforlxz2021-04-27 17:23:05 +0800
commit9fd94de823c831c44645dd5d97919fe0c16302a5 (patch)
treee417a3cd98cac34fe19effc83a411bada148aa03
parentdcadf9ba047f9074d125008129b398a286dad715 (diff)
downloadaur-9fd94de823c831c44645dd5d97919fe0c16302a5.tar.gz
upgpkg: 5.4.9.r52.g6e6657e
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7450b60fe24..a7444b3fafdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-session-shell-git
pkgdesc = Deepin desktop-environment - session-shell module
- pkgver = 5.4.5.r37.gc9ea6be
+ pkgver = 5.4.9.r52.g6e6657e
pkgrel = 1
url = https://github.com/linuxdeepin/dde-session-shell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c10015a51b84..ebb53ff3a77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=deepin-session-shell-git
-pkgver=5.4.5.r37.gc9ea6be
+pkgver=5.4.9.r52.g6e6657e
pkgrel=1
pkgdesc='Deepin desktop-environment - session-shell module'
arch=('x86_64')
@@ -23,10 +23,7 @@ pkgver() {
prepare() {
cd $pkgname
sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
- sed -i '1i#include <QPainterPath>' src/widgets/useravatar.cpp
-
- # We don't have common-auth on Arch
- sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+ sed -i 's/5\.5//g' CMakeLists.txt tests/lightdm-deepin-greeter/CMakeLists.txt tests/dde-lock/CMakeLists.txt
}
build() {