Source: kirigami2
Version: 5.115.0-2
Tags: patch
User:
debian-cross@lists.debian.org
Usertags: ftcbfs
kirigami2 fails to cross build from source, because extra-cmake-modules defaults to not installing app templates during cross builds and then
they go missing. This can now be changed using a flag. Please consider
applying the attached patch to set that new flag and make kirigami2
cross build that way.
Helmut
diff --minimal -Nru kirigami2-5.115.0/debian/changelog kirigami2-5.115.0/debian/changelog
--- kirigami2-5.115.0/debian/changelog 2024-05-05 00:14:51.000000000 +0200
+++ kirigami2-5.115.0/debian/changelog 2025-04-22 20:13:01.000000000 +0200
@@ -1,3 +1,10 @@
+kirigami2 (5.115.0-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Install app templates even when cross building. (Closes: #-1) +
+ -- Helmut Grohne <
helmut@subdivi.de> Tue, 22 Apr 2025 20:13:01 +0200
+
kirigami2 (5.115.0-2) unstable; urgency=medium
[ Patrick Franz ]
diff --minimal -Nru kirigami2-5.115.0/debian/rules kirigami2-5.115.0/debian/rules
--- kirigami2-5.115.0/debian/rules 2024-05-04 23:44:19.000000000 +0200
+++ kirigami2-5.115.0/debian/rules 2025-04-22 20:13:00.000000000 +0200
@@ -6,7 +6,7 @@
dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_QCH=ON
+ dh_auto_configure -- -DBUILD_QCH=ON -DKDE_INSTALL_APP_TEMPLATES=ON
override_dh_auto_test:
# Disable unittest at build time, they require the runtime
--- SoupGate-Win32 v1.05