[neon/mobile/plasma-samegame/Neon/unstable] debian/patches: no patches needed

Carlos De Maine null at kde.org
Fri Jan 5 04:16:47 GMT 2024


Git commit 6aa24f9b71f077a9ca6920641a02df173e1e64f6 by Carlos De Maine.
Committed on 05/01/2024 at 05:16.
Pushed by carlosdem into branch 'Neon/unstable'.

no patches needed

D  +0    -11   debian/patches/0001_fix_kf6_includes
D  +0    -15   debian/patches/0002_fix_kf6_includes
D  +0    -2    debian/patches/series

https://invent.kde.org/neon/mobile/plasma-samegame/-/commit/6aa24f9b71f077a9ca6920641a02df173e1e64f6

diff --git a/debian/patches/0001_fix_kf6_includes b/debian/patches/0001_fix_kf6_includes
deleted file mode 100644
index c8c2bfa..0000000
--- a/debian/patches/0001_fix_kf6_includes
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -23,7 +23,7 @@
- 
- ################# Find dependencies #################
- find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Gui Qml QuickControls2 Svg Sql Widgets)
--find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons Declarative)
-+find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons Declarative)
- 
- ################# build and install #################
- add_subdirectory(src)
diff --git a/debian/patches/0002_fix_kf6_includes b/debian/patches/0002_fix_kf6_includes
deleted file mode 100644
index 85f4243..0000000
--- a/debian/patches/0002_fix_kf6_includes
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 28536083688170ad31df25457c43d00bf0d82458..58f02f61b5df2f208f99f5b02dc6814766884872 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -12,7 +12,7 @@ target_link_libraries(samegame
-     Qt::QuickControls2
-     Qt::Svg
-     Qt::Sql
--    KF5::I18n
--    KF5::CoreAddons)
-+    KF${QT_MAJOR_VERSION}::I18n
-+    KF${QT_MAJOR_VERSION}::CoreAddons)
-     
--install(TARGETS samegame ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
-+install(TARGETS samegame ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a0ca974..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-#0001_fix_kf6_includes
-#0002_fix_kf6_includes


More information about the Neon-commits mailing list