testing/lxqt-session: upgrade to 1.1.0

This commit is contained in:
Antoni Aloy Torrens 2022-04-19 12:28:24 +02:00 committed by alice
parent c2a2f46b7f
commit dce9849e2e

View File

@ -1,6 +1,6 @@
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=lxqt-session
pkgver=1.0.0
pkgver=1.1.0
pkgrel=0
pkgdesc="The LXQt session manager"
url="https://github.com/lxqt/lxqt-session"
@ -20,7 +20,7 @@ build() {
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
@ -32,5 +32,5 @@ package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
sha512sums="
4f18852a55088fef7f1cd1617501acbd9f3a97a3810527b545625c116c249a3bcc084dc1bb073602e5dd10aa3a771c2ad0aaac10d1fe504832bd53d210136b98 lxqt-session-1.0.0.tar.xz
d3431197264227b2f813a87b35f5cc18e8c4036e9f429f653da8aed2df8edbbb75b743e94c0e105b0797dff9062027486ba944278c6f03a62afb620bc6967259 lxqt-session-1.1.0.tar.xz
"