From 9a4276d388124fa2231566b2196df13f11119a1b Mon Sep 17 00:00:00 2001 From: r0man1an Date: Wed, 17 Jun 2026 15:36:03 +0200 Subject: [PATCH] New package: labwc-tweaks-0.1.0 --- srcpkgs/labwc-tweaks/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/labwc-tweaks/template diff --git a/srcpkgs/labwc-tweaks/template b/srcpkgs/labwc-tweaks/template new file mode 100644 index 00000000000000..3142afa3019e58 --- /dev/null +++ b/srcpkgs/labwc-tweaks/template @@ -0,0 +1,18 @@ +# Template file for 'labwc-tweaks' +pkgname=labwc-tweaks +version=0.1.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config cmake qt6-tools qt6-base perl" +makedepends="qt6-base-devel libxml2-devel glib-devel" +short_desc="Qt6 configuration tool for labwc" +maintainer="Fabian Constantinescu " +license="GPL-2.0-only" +homepage="https://github.com/labwc/labwc-tweaks" +changelog="https://github.com/labwc/labwc-tweaks/releases" +distfiles="https://github.com/labwc/labwc-tweaks/archive/refs/tags/${version}.tar.gz" +checksum=a742250c7e8ea363758a024688226a4296a6798adc57abe0903d580ab195b749 + +if [ -n "$CROSS_BUILD" ]; then + configure_args+=" -DQT_HOST_PATH=/usr" +fi