[neon/forks/kaidan/Neon/unstable] debian: Revert "port to qt6/kf6"
Carlos De Maine
null at kde.org
Wed Sep 27 14:22:23 BST 2023
Git commit d3eb8b9b6bacd2ff40d00ceee465965174e3e6dd by Carlos De Maine.
Committed on 27/09/2023 at 15:22.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "port to qt6/kf6"
This reverts commit 7da6d5584687137a22cd2ff2137aae81b9256532.
A +1 -0 debian/compat
M +25 -21 debian/control
M +1 -1 debian/kaidan.install
https://invent.kde.org/neon/forks/kaidan/-/commit/d3eb8b9b6bacd2ff40d00ceee465965174e3e6dd
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
index db724f5..e71872e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,29 @@ Section: comm
Priority: optional
Maintainer: Kaidan Packaging Team <git at lnj.li>
Build-Depends: cmake,
- debhelper-compat (= 13),
- kf6-extra-cmake-modules,
- kf6-kirigami2-dev,
- kf6-kirigami-addons-dev,
+ debhelper (>= 9),
+ extra-cmake-modules (>= 5.40.0),
+ kirigami2-dev (>= 5.42.0),
+ kirigami-addons-dev,
kquickimageeditor-dev,
- kf6-kio-dev,
- kf6-knotifications-dev,
- kf6-mqqc2desktopstyle-dev,
- libqxmpp-qt6-dev,
+ libkf5kio-dev,
+ libkf5notifications-dev,
+ libkf5qqc2desktopstyle-dev,
+ libqt5svg5-dev,
+ libqxmpp-dev (>= 1.2.0),
libzxingcore-dev | libzxing-dev,
pkg-config,
- qt6-base-dev,
- qt6-declarative-dev,
- qt6-location-dev,
- qt6-multimedia-dev,
- qt6-positioning-dev,
- qt6-svg-dev,
- qt6-tools-dev,
-Standards-Version: 4.6.2
+ qtbase5-dev (>= 5.8.0),
+ qtbase5-private-dev,
+ qtdeclarative5-dev (>= 5.8.0),
+ qtdeclarative5-dev-tools,
+ qtlocation5-dev,
+ qtmultimedia5-dev,
+ qtpositioning5-dev,
+ qtquickcontrols2-5-dev,
+ qttools5-dev,
+ qttools5-dev-tools
+Standards-Version: 4.3.0
Homepage: https://kaidan.im
Vcs-Git: git://git.kaidan.im/kaidan/kaidan-packaging-deb.git
Vcs-Browser: https://git.kaidan.im/kaidan/kaidan-packaging-deb
@@ -29,10 +33,10 @@ Vcs-Browser: https://git.kaidan.im/kaidan/kaidan-packaging-deb
Package: kaidan
Architecture: any
Depends: kaidan-data,
- qml6-module-org-kde-kirigami2,
- qml6-module-qtquick-controls,
- qml6-module-org-kde-kirigamiaddons,
- qml6-module-org-kde-kirigami-addons-labs-mobileform,
+ qml-module-org-kde-kirigami2,
+ qml-module-qtquick-controls2,
+ qml-module-org-kde-kirigamiaddons,
+ qml-module-org-kde-kirigami-addons-labs-mobileform,
${misc:Depends},
${shlibs:Depends}
Recommends: libnotify-bin
@@ -51,7 +55,7 @@ Architecture: all
Depends: ${misc:Depends}
Description: A simple, user-friendly Jabber/XMPP client for every device
It has a modern user-interface made using Kirigami and QtQuick. The back-end
- is completely written in C++ using the XMPP client libraray gloox and Qt 6.
+ is completely written in C++ using the XMPP client libraray gloox and Qt 5.
.
One of the main ideas behind it is to run the same application on all
platforms, including mobile and desktop systems. So it even runs on Android.
diff --git a/debian/kaidan.install b/debian/kaidan.install
index c7df091..631a103 100644
--- a/debian/kaidan.install
+++ b/debian/kaidan.install
@@ -1,5 +1,5 @@
usr/bin/kaidan
-usr/share/applications/
+usr/share/applications
usr/share/icons/
usr/share/locale/
usr/share/metainfo
More information about the Neon-commits
mailing list