Skip to content
Snippets Groups Projects
Commit b644d14d authored by Antoni Aloy Torrens's avatar Antoni Aloy Torrens Committed by Leo
Browse files

testing/lxqt-config: new aport

parent 5ba79fa6
No related branches found
No related tags found
1 merge request!18083testing/lxqt-desktop: new aport
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=lxqt-config
pkgver=0.16.0
pkgrel=0
pkgdesc="Tools to configure LXQt and the underlying operating system"
url="https://github.com/lxqt/lxqt-config"
arch="all !armhf" # armhf blocked by libkscreen, liblxqt and kwindowsystem
license="LGPL-2.0-or-later"
makedepends="
cmake libxcursor-dev lxqt-build-tools qt5-qtbase-dev
qt5-qttools-dev qt5-qtx11extras-dev xf86-input-libinput-dev
libxi-dev libudev-zero-dev libqtxdg-dev liblxqt-dev
libkscreen-dev kwindowsystem-dev
"
subpackages="$pkgname-dev $pkgname-doc"
options="!check" # No testsuite
source="https://github.com/lxqt/lxqt-config/releases/download/$pkgver/lxqt-config-$pkgver.tar.xz"
build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-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="fe1ffb1ebcd5429da2d9aecfcac8d740a24175e20ba1a654304fdfa37145496d1b215c3295575fedbfc57576f57bf9176b362a75bc6365f00c03fb3599632a95 lxqt-config-0.16.0.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment