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

Felix Yan felixonmars at archlinux.org
Mon Dec 28 13:22:25 UTC 2020


    Date: Monday, December 28, 2020 @ 13:22:25
  Author: felixonmars
Revision: 794903

upgpkg: deepin-session-shell 5.3.0.37-1

Modified:
  deepin-session-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-28 13:22:19 UTC (rev 794902)
+++ PKGBUILD	2020-12-28 13:22:25 UTC (rev 794903)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-session-shell
-pkgver=5.3.0.36
+pkgver=5.3.0.37
 pkgrel=1
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
@@ -15,11 +15,17 @@
 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=('a6c5848664011a061dece71f74d060fa17ea7bb689b7f5e9e32de3a5bf7477084ed832020263c4791cd18dfebd7072646f17eeb1e9179329b7f8f206b50ad40d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz"
+        $pkgname-wrapper-execution.patch::https://github.com/linuxdeepin/dde-session-shell/commit/5b5aa3aeb9ac8fc378083eeb327eac8f784cba66.patch
+        $pkgname-wrapper-typo.patch::https://github.com/linuxdeepin/dde-session-shell/commit/fe0f13fca67c955a0a5c7f0b17178c22bc9a7b51.patch)
+sha512sums=('7bd997208f5c6f6665c3e1395e36477a5c93bf049a1c02946dd5bd8ccef284fe96d1772ca8221f232a2587a7b2bfa28a47d131186110ed8987d67cb5db46c640'
+            '78180766be987b9619161571bbea3e598b3f47433a892af2d5a2387ea8321160feef38f0b9450d8bc8c18c0cae515b00e1a07e21f57538f39009abd0d75411b3'
+            '482707b46af2165ce44730b394f2d29e7abcb011fff5793cda204e7e7feaaf0c94ec94ceaebed934a206815dea0757520821b60df9b8f2c12dea93b1d047109c')
 
 prepare() {
   cd dde-session-shell-$pkgver
+  patch -p1 -i ../$pkgname-wrapper-execution.patch
+  patch -p1 -i ../$pkgname-wrapper-typo.patch
   # We don't have common-auth on Arch
   sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
 }



More information about the arch-commits mailing list