[neon/neon-packaging/ghostwriter/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 08:42:50 BST 2024
Git commit 439a0bc17a767c618c8380e4469373da9ab127c4 by Carlos De Maine.
Committed on 12/07/2024 at 07:42.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +12 -12 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/ghostwriter/-/commit/439a0bc17a767c618c8380e4469373da9ab127c4
diff --git a/debian/control b/debian/control
index 24c2ccb..333d68f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,17 +6,17 @@ Build-Depends: cmake,
debhelper-compat (= 13),
extra-cmake-modules,
libhunspell-dev,
- libkf5configwidgets-dev,
- libkf5coreaddons-dev,
- libkf5doctools-dev,
- libkf5sonnet-dev,
- libkf5widgetsaddons-dev,
- libkf5xmlgui-dev,
- libqt5svg5-dev,
- pkg-kde-tools,
- qtbase5-dev,
- qttools5-dev,
- qtwebengine5-dev
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ksonnet-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-svg-dev,
+ qt6-tools-dev,
+ qt6-webengine-dev
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/office/ghostwriter
@@ -25,7 +25,7 @@ Architecture: any
Depends: pandoc,
cmark-gfm,
libtext-multimarkdown-perl,
- libqt5webenginewidgets5,
+ qt6-webengine,
${misc:Depends},
${shlibs:Depends}
Description: distraction-free text editor for Markdown
diff --git a/debian/rules b/debian/rules
index 5c87712..5bd7734 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
# -*- makefile -*-
%:
- dh $@ --with kf5 --buildsystem kf5
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list