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

Felix Yan felixonmars at archlinux.org
Wed Jun 3 18:53:51 UTC 2020


    Date: Wednesday, June 3, 2020 @ 18:53:50
  Author: felixonmars
Revision: 638487

upgpkg: deepin-session-shell 5.1.0.1-2: fix authentication error

Modified:
  deepin-session-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-03 18:52:37 UTC (rev 638486)
+++ PKGBUILD	2020-06-03 18:53:50 UTC (rev 638487)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-session-shell
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-session-shell"
@@ -22,6 +22,9 @@
   sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
   sed -i 's/include "darrowrectangle.h"/include <darrowrectangle.h>/' src/widgets/errortooltip.h
   sed -i '/#include <QFile>/a #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
 }
 
 build() {



More information about the arch-commits mailing list