From 8831b1c079e70836d23b74bbbb706dc1b84c65ad Mon Sep 17 00:00:00 2001 From: David Korth Date: Mon, 11 Nov 2024 20:50:58 -0500 Subject: [PATCH] [debian] rules: Actually enable KF6. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0ef960301..6b339bb04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rom-properties (2.4-1ppa6~oracular3) oracular; urgency=medium + + * Actually enable KF6. + + -- David Korth Mon, 11 Nov 2024 20:50:37 -0500 + rom-properties (2.4-1ppa6~oracular2) oracular; urgency=medium * Fix KF6 paths. diff --git a/debian/rules b/debian/rules index 54b048419..d94b221a2 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ CMAKE_OPTIONS := \ -DUSE_SECCOMP=ON \ -DBUILD_KDE4=OFF \ -DBUILD_KF5=ON \ - -DBUILD_KF6=OFF \ + -DBUILD_KF6=ON \ -DBUILD_XFCE=OFF \ -DBUILD_GTK3=ON \ -DBUILD_GTK4=ON \