1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

community/lxqt-qtplugin: rebuild against Qt 6.9

This commit is contained in:
Bart Ribbers 2025-04-03 14:50:52 +02:00
parent ea9784b451
commit cb59fe4391

View file

@ -1,8 +1,8 @@
maintainer="Antoni Aloy <aaloytorrens@gmail.com>"
# Contributor: Zachary Lee Andrews <zcrayfish@gmail.com>
maintainer="Antoni Aloy <aaloytorrens@gmail.com>"
pkgname=lxqt-qtplugin
pkgver=2.2.0
pkgrel=0
pkgrel=1
pkgdesc="Qt-LXQt plugin integration"
url="https://github.com/lxqt/lxqt-qtplugin"
arch="all !armhf" # armhf blocked by liblxqt-dev
@ -15,20 +15,16 @@ options="!check" # No testsuite
source="https://github.com/lxqt/lxqt-qtplugin/releases/download/$pkgver/lxqt-qtplugin-$pkgver.tar.xz"
build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
$CMAKE_CROSSOPTS .
-DBUILD_SHARED_LIBS=True
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --build build --target install
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
98f50453b9be659cc4b7cd69addb2e24ee6ab8e9c865f873a88971480bccee8fddc1417da1075b4d94faf46c50176ec2b6b45d04aed969808493254921ca6ddb lxqt-qtplugin-2.2.0.tar.xz