# Description: A Wayland window-stacking compositor # URL: https://github.com/labwc/labwc-tweaks # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: qt6-base libxml2 glib2 name=labwc-tweaks version=20250509 release=1 _commit=692dbb8f23c4586b5ada95b3a34511c833aef963 source=(https://github.com/labwc/labwc-tweaks/archive/$_commit.tar.gz) renames=($name-$version.tar.gz) build() { cmake -B build -S $name-* \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev make -C build cd build make DESTDIR=$PKG install rm -rf $PKG/usr/share/labwc-tweaks/ }