[arch-commits] Commit in deepin-session-shell/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 16:17:36 UTC 2021
Date: Monday, July 5, 2021 @ 16:17:36
Author: felixonmars
Revision: 972410
upgpkg: deepin-session-shell 5.4.42-1
Modified:
deepin-session-shell/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 16:16:24 UTC (rev 972409)
+++ PKGBUILD 2021-07-05 16:17:36 UTC (rev 972410)
@@ -3,7 +3,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-session-shell
-pkgver=5.4.13
+pkgver=5.4.42
pkgrel=1
pkgdesc='Deepin desktop-environment - session-shell module'
arch=('x86_64')
@@ -17,15 +17,12 @@
provides=('lightdm-deepin-greeter')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz")
-sha512sums=('2daa3efad7d0be03fffb07df25845944c4124943044be11cf6f5e43701a0a1fe529456aba4c4b390e932be49c2c16083ecadfeb7736330ffb41788e12c05c4a6')
+sha512sums=('d4a288a427e9f258975635b050beb6745ae875c9aac06d9bd2e84e1fd1e5b5d6bcbb1cf7167ab815552c77332588f4601c3ba5a5d121f7e07cf30eed57b8804b')
prepare() {
cd dde-session-shell-$pkgver
# We don't have common-auth on Arch
- sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-
- # Weird upstream depends on dtkwidget 5.5 and 5.4 at the same time, while they don't really need 5.5
- sed -i 's|5\.5||' CMakeLists.txt tests/dde-lock/CMakeLists.txt tests/lightdm-deepin-greeter/CMakeLists.txt
+ sed -i 's/common-auth/system-login/' src/libdde-auth/deepinauthframework.cpp
}
build() {
More information about the arch-commits
mailing list