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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 27 17:57:47 UTC 2021


    Date: Friday, August 27, 2021 @ 17:57:47
  Author: felixonmars
Revision: 1007391

upgpkg: deepin-session-shell 5.4.58-2: add a patch to fix the crash of lightdm-deepin-greeter

Modified:
  deepin-session-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-27 17:56:06 UTC (rev 1007390)
+++ PKGBUILD	2021-08-27 17:57:47 UTC (rev 1007391)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-session-shell
 pkgver=5.4.58
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-session-shell"
@@ -16,11 +16,14 @@
 conflicts=('deepin-session-ui<5')
 provides=('lightdm-deepin-greeter')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz")
-sha512sums=('66597d03405689d111d2deff95b436a90cb4dd0b8b9cfd5c38f02e087f9ad1e7e79ce3b3c709b104de969580dd68b3b2ced46beecce7f90e56be360592627f02')
+source=("https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        $pkgname-fix-crash.patch::https://github.com/linuxdeepin/dde-session-shell/pull/38.patch)
+sha512sums=('66597d03405689d111d2deff95b436a90cb4dd0b8b9cfd5c38f02e087f9ad1e7e79ce3b3c709b104de969580dd68b3b2ced46beecce7f90e56be360592627f02'
+            '59d20082938b671999310811770eceb0a69916c82c9dbda77edbb3e210ed069a49f4093f119b92d6b3db3ad76912c13d0955f48f9451aa369a2f92461428c6ef')
 
 prepare() {
   cd dde-session-shell-$pkgver
+  patch -p1 -i ../$pkgname-fix-crash.patch
   # We don't have common-auth on Arch
   sed -i 's/common-auth/system-login/' src/libdde-auth/deepinauthframework.cpp
 }



More information about the arch-commits mailing list