# Maintainer: Antoni Aloy pkgname=lxqt-qtplugin pkgver=1.3.0 pkgrel=0 pkgdesc="Qt-LXQt plugin integration" url="https://github.com/lxqt/lxqt-qtplugin" arch="all !armhf" # armhf blocked by liblxqt-dev license="LGPL-2.0-or-later" makedepends=" cmake samurai lxqt-build-tools liblxqt-dev libdbusmenu-qt-dev libfm-qt-dev qt5-qttools-dev " 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 . cmake --build build } package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums=" a1fefe5af7aacfb3c594fa1c181c2146c702fe0fabaf269c7e22e5755026accc68745d4ba64cd725ba66691f704c5a5d69658b55188b9919586601efbadc27ff lxqt-qtplugin-1.3.0.tar.xz "