# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=lxqt-themes pkgver=0.15.0 _lxqt_build=0.7.0 pkgrel=0 pkgdesc="Core themes for LXQt" url="https://lxqt.github.io/" arch="noarch" options="!check" # No test suite. license="LGPL-2.1+" depends="" makedepends="cmake lxqt-build-tools>=$_lxqt_build" source="https://github.com/lxde/lxqt-themes/releases/download/$pkgver/lxqt-themes-$pkgver.tar.xz" build() { if [ "$CBUILD" != "$CHOST" ]; then CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" fi cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} -Bbuild make -C build } package() { make DESTDIR="$pkgdir" -C build install } sha512sums="7ef0c5af9945ef450d78e4991e482781728867e7d4f6793832c822135a47288b0c08d883d207ee7f275585fa7ae17f2e6bdbdaf01295ae2810e01c43330f2f9d lxqt-themes-0.15.0.tar.xz"