[neon/neon/pkg-kde-tools-neon/Neon/unstable] usr/share/perl5/Debian/Debhelper/Buildsystem: sixyfy

Jonathan Esk-Riddell null at kde.org
Thu Mar 24 16:04:25 GMT 2022


Git commit b1ca0e0de5c154a8d6e86d2b0e1e8c8d6b8ccb25 by Jonathan Esk-Riddell.
Committed on 24/03/2022 at 16:04.
Pushed by jriddell into branch 'Neon/unstable'.

sixyfy

M  +3    -3    usr/share/perl5/Debian/Debhelper/Buildsystem/kf6.pm

https://invent.kde.org/neon/neon/pkg-kde-tools-neon/commit/b1ca0e0de5c154a8d6e86d2b0e1e8c8d6b8ccb25

diff --git a/usr/share/perl5/Debian/Debhelper/Buildsystem/kf6.pm b/usr/share/perl5/Debian/Debhelper/Buildsystem/kf6.pm
index 0cf0faa..5fa70c4 100644
--- a/usr/share/perl5/Debian/Debhelper/Buildsystem/kf6.pm
+++ b/usr/share/perl5/Debian/Debhelper/Buildsystem/kf6.pm
@@ -18,7 +18,7 @@ sub DESCRIPTION {
     "CMake with KDE Frameworks 6 flags"
 }
 
-sub KF5_FLAGS_FILE {
+sub KF6_FLAGS_FILE {
     my $file = "kf6_flags";
     if (! -r $file) {
         $file = "/usr/share/pkg-kde-tools/lib/kf6_flags";
@@ -29,8 +29,8 @@ sub KF5_FLAGS_FILE {
     return $file;
 }
 
-# Use shell for parsing contents of the kf5_flags file
-sub get_kf5_flags {
+# Use shell for parsing contents of the kf6_flags file
+sub get_kf6_flags {
     my $this=shift;
     my $file = KF6_FLAGS_FILE;
     my ($escaped_flags, @escaped_flags);


More information about the Neon-commits mailing list