From 52c7465fe2293e4cb64382578351eef2304ce12e Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Thu, 18 Jan 2024 14:50:40 -0600 Subject: [PATCH] Enable AppData and AppStream --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e41fe9e..c670633 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ calamares (3.3.1-0ubuntu1) noble; urgency=medium * New upstream release. * Fixed debian/watch file. * Updated copyright file. + * Enabled AppStream and AppData (it is no longer enabled by default upstream + but should be enabled by us). -- Aaron Rainbolt Thu, 18 Jan 2024 20:29:45 +0000 diff --git a/debian/rules b/debian/rules index a8230de..a261dfd 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=buildinfo=+path dh $@ --with kf5 override_dh_auto_configure: - dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON # Some test don't work well, we don't need to run them at package build time. override_dh_auto_test: