mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
community/lxqt-qtplugin: rebuild against Qt 6.9
This commit is contained in:
parent
ea9784b451
commit
cb59fe4391
1 changed files with 4 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
maintainer="Antoni Aloy <aaloytorrens@gmail.com>"
|
|
||||||
# Contributor: Zachary Lee Andrews <zcrayfish@gmail.com>
|
# Contributor: Zachary Lee Andrews <zcrayfish@gmail.com>
|
||||||
|
maintainer="Antoni Aloy <aaloytorrens@gmail.com>"
|
||||||
pkgname=lxqt-qtplugin
|
pkgname=lxqt-qtplugin
|
||||||
pkgver=2.2.0
|
pkgver=2.2.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Qt-LXQt plugin integration"
|
pkgdesc="Qt-LXQt plugin integration"
|
||||||
url="https://github.com/lxqt/lxqt-qtplugin"
|
url="https://github.com/lxqt/lxqt-qtplugin"
|
||||||
arch="all !armhf" # armhf blocked by liblxqt-dev
|
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"
|
source="https://github.com/lxqt/lxqt-qtplugin/releases/download/$pkgver/lxqt-qtplugin-$pkgver.tar.xz"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
if [ "$CBUILD" != "$CHOST" ]; then
|
|
||||||
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
|
|
||||||
fi
|
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DBUILD_SHARED_LIBS=True \
|
-DBUILD_SHARED_LIBS=True
|
||||||
$CMAKE_CROSSOPTS .
|
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" cmake --build build --target install
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
}
|
}
|
||||||
sha512sums="
|
sha512sums="
|
||||||
98f50453b9be659cc4b7cd69addb2e24ee6ab8e9c865f873a88971480bccee8fddc1417da1075b4d94faf46c50176ec2b6b45d04aed969808493254921ca6ddb lxqt-qtplugin-2.2.0.tar.xz
|
98f50453b9be659cc4b7cd69addb2e24ee6ab8e9c865f873a88971480bccee8fddc1417da1075b4d94faf46c50176ec2b6b45d04aed969808493254921ca6ddb lxqt-qtplugin-2.2.0.tar.xz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue