[neon/kde/gwenview/Neon/experimental] debian: kf6ify

Carlos De Maine null at kde.org
Thu Aug 3 08:47:51 BST 2023


Git commit ba74fbb12007747ac3e90843072efa8ebc89a5bf by Carlos De Maine.
Committed on 03/08/2023 at 09:47.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +27   -35   debian/control
M  +4    -14   debian/rules

https://invent.kde.org/neon/kde/gwenview/-/commit/ba74fbb12007747ac3e90843072efa8ebc89a5bf

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 53dd535..120f07a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,45 +3,39 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: baloo-kf5-dev (>= 5.13) [linux-any],
-               cmake (>= 2.8.12),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 1.7.0~),
-               kinit-dev,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-baloo-dev,
+               kf6-extra-cmake-modules,
+               kf6-kactivities-dev,
+               kf6-kcolorscheme-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kitemmodels-dev,
+               kf6-kio-dev,
+               kf6-kipi-dev,
+               kf6-knotifications-dev,
+               kf6-kparts-dev,
+               kf6-kpurpose-dev,
+               kf6-kwindowsystem-dev,
+               libkdcraw-dev,
+               libkimageannotator-dev,
+               liblcms2-dev,
                libcfitsio-dev,
                libexiv2-dev,
                libjpeg-dev,
-               libkf5activities-dev (>= 5.25~),
-               libkf5doctools-dev (>= 5.25~),
-               libkf5i18n-dev (>= 5.25~),
-               libkf5iconthemes-dev (>= 5.25~),
-               libkf5itemmodels-dev (>= 5.25~),
-               libkf5kdcraw-dev,
-               libkf5kio-dev (>= 5.25~),
-               libkf5kipi-dev,
-               libkf5notifications-dev (>= 5.25~),
-               libkf5parts-dev (>= 5.25~),
-               libkf5purpose-dev,
-               libkf5windowsystem-dev (>= 5.25~),
-               libkimageannotator-dev,
-               liblcms2-dev,
-               libphonon4qt5-dev (>= 4.6.60),
-               libphonon4qt5experimental-dev (>= 4.9.1),
                libpng-dev,
-               libqt5opengl5-dev (>= 5.6.0~),
-               libqt5svg5-dev (>= 5.6.0~),
-               libqt5x11extras5-dev (>= 5.6.0~),
-               libqt5waylandclient5-dev,
+               qt6-base-dev,
+               qt6-phonon-dev,
+               qt6-svg-dev,
+               qt6-wayland-dev,
                libtiff-dev,
                libwayland-dev,
                pkg-config,
-               pkg-kde-tools (>> 0.15.15),
-               qtbase5-dev (>= 5.6.0~),
-               qtbase5-private-dev,
-               qtscript5-dev (>= 5.4),
-               qtwayland5-dev-tools,
+               pkg-kde-tools-neon,
                wayland-protocols
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/gwenview
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/gwenview.git
@@ -49,10 +43,8 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/gwenview.git
 Package: gwenview
 Section: graphics
 Architecture: any
-Depends: kinit, ${misc:Depends}, ${shlibs:Depends}
-Recommends: kamera, kio-extras, qt5-image-formats-plugins
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: kamera, kio-extras, qt6-image-formats-plugins
 Description: image viewer
  Gwenview is an image viewer, ideal for browsing and displaying a collection of
  images.  It is capable of showing images in a full-screen slideshow view and
diff --git a/debian/rules b/debian/rules
index 2e52df5..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-5~
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
-
-override_dh_auto_test:
-	# Disable dh_auto_test at build time
-	:
-
-override_dh_auto_configure:
-	$(overridden_command) -- -DGWENVIEW_SEMANTICINFO_BACKEND_NONE=Baloo
-
-override_dh_strip:
-	$(overridden_command) --dbgsym-migration='gwenview-dbg (<= 4:15.12.1-1~~)'
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list