Compare commits

...

2 Commits

Author SHA1 Message Date
45a18e1c6d Actually revert to using Qt 5 build dependencies. 2023-03-07 10:40:31 -06:00
ba7ed2b368 Revert "Build using Qt 6."
This reverts commit 4c6d5c5d4332a15e65df420262d3566afaa551b0.
2023-03-07 10:39:52 -06:00
2 changed files with 19 additions and 12 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
featherpad (1.3.5-0ubuntu3) lunar; urgency=medium
* Actually revert to using Qt 5 build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 07 Mar 2023 10:40:07 -0600
featherpad (1.3.5-0ubuntu2) lunar; urgency=medium featherpad (1.3.5-0ubuntu2) lunar; urgency=medium
* Revert to building with Qt 5, until the Qt 6 theming story is improved * Revert to building with Qt 5, until the Qt 6 theming story is improved

25
debian/control vendored
View File

@ -8,13 +8,14 @@ Priority: optional
Build-Depends: cmake, Build-Depends: cmake,
debhelper-compat (= 13), debhelper-compat (= 13),
libhunspell-dev, libhunspell-dev,
libqt6svg6-dev, libqt5svg5-dev,
libqt5x11extras5-dev,
libx11-dev, libx11-dev,
libxext-dev, libxext-dev,
pkgconf, pkgconf,
qt6-base-dev, qtbase5-dev,
qt6-tools-dev, qttools5-dev,
qt6-tools-dev-tools qttools5-dev-tools
Standards-Version: 4.6.2 Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
@ -24,10 +25,10 @@ Package: featherpad
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: featherpad-l10n, libglib2.0-bin Recommends: featherpad-l10n, libglib2.0-bin
Description: Lightweight Qt 6 plain-text editor Description: Lightweight Qt5 plain-text editor
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
independent of any desktop environment and comes with all features one would of any desktop environment and comes with all features one would expect in a
expect in a modern editor. modern editor.
. .
This package contains the application files. This package contains the application files.
@ -35,10 +36,10 @@ Package: featherpad-l10n
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Section: localization Section: localization
Depends: qt6-translations-l10n, ${misc:Depends} Depends: qttranslations5-l10n, ${misc:Depends}
Description: Language package for featherpad Description: Language package for featherpad
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
independent of any desktop environment and comes with all features one would of any desktop environment and comes with all features one would expect in a
expect in a modern editor. modern editor.
. .
This package contains the l10n files needed by the featherpad. This package contains the l10n files needed by the featherpad.