[neon/kde/lokalize/Neon/unstable_jammy] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Jul 14 13:50:28 BST 2024
Git commit 58a47acd0785187ca4c28b1cbda32e0492957b3d by Carlos De Maine.
Committed on 14/07/2024 at 12:50.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
kf6ify
(cherry picked from commit ec4b242af5b189c9a72b2fd72a596e48106f85af)
Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>
D +0 -1 debian/compat
M +22 -27 debian/control
M +3 -4 debian/rules
https://invent.kde.org/neon/kde/lokalize/-/commit/58a47acd0785187ca4c28b1cbda32e0492957b3d
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 f1aae94..55a07e4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,27 +6,25 @@ Uploaders: Sune Vuorela <sune at debian.org>,
Modestas Vainius <modax at debian.org>,
George Kiagiadakis <kiagiadakis.george at gmail.com>,
Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11~),
- extra-cmake-modules (>= 5.14.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
gettext,
- kross-dev (>= 5.14.0~),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-knotifications-dev,
+ kf6-kxmlgui-dev,
+ kf6-sonnet-dev,
libhunspell-dev,
- libkf5config-dev (>= 5.14.0~),
- libkf5coreaddons-dev (>= 5.14.0~),
- libkf5crash-dev (>= 5.14.0~),
- libkf5dbusaddons-dev (>= 5.14.0~),
- libkf5doctools-dev (>= 5.14.0~),
- libkf5i18n-dev (>= 5.14.0~),
- libkf5kio-dev (>= 5.14.0~),
- libkf5notifications-dev (>= 5.14.0~),
- libkf5sonnet-dev (>= 5.14.0~),
- libkf5xmlgui-dev (>= 5.14.0~),
- pkg-config,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.5.0~),
- qtscript5-dev (>= 5.5.0~),
-Standards-Version: 4.2.1
+ pkgconf,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/lokalize
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/lokalize.git
@@ -34,17 +32,14 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/lokalize.git
Package: lokalize
Architecture: any
Section: devel
-Depends: kinit, libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends}
+Depends: qt6-base, ${misc:Depends}, ${shlibs:Depends}
Recommends: gettext,
- krosspython,
- python-dbus,
- python-lxml,
- sonnet-plugins,
+ python3-dbus,
+ python3-lxml,
+ kf6-sonnet,
subversion,
- translate-toolkit (>= 1.3.0),
+ translate-toolkit,
Suggests: khelpcenter, poxml
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: computer-aided translation system
Lokalize is a computer-aided translation system that focuses on productivity
and quality assurance. It has components usual for CAT tools: translation
diff --git a/debian/rules b/debian/rules
index 7313945..1880a09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-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
+%:
+ dh $@ --with kf6 --buildsystem=kf6
\ No newline at end of file
More information about the Neon-commits
mailing list