Compare commits
No commits in common. "45a18e1c6d9811c6615215ad98696cd320c453d5" and "e3c5c67c9464922349faad6a90fd7bc49f085f76" have entirely different histories.
45a18e1c6d
...
e3c5c67c94
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,9 +1,3 @@
|
||||
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
|
||||
|
||||
* Revert to building with Qt 5, until the Qt 6 theming story is improved
|
||||
|
25
debian/control
vendored
25
debian/control
vendored
@ -8,14 +8,13 @@ Priority: optional
|
||||
Build-Depends: cmake,
|
||||
debhelper-compat (= 13),
|
||||
libhunspell-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libqt6svg6-dev,
|
||||
libx11-dev,
|
||||
libxext-dev,
|
||||
pkgconf,
|
||||
qtbase5-dev,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-dev-tools
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
|
||||
@ -25,10 +24,10 @@ Package: featherpad
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: featherpad-l10n, libglib2.0-bin
|
||||
Description: Lightweight Qt5 plain-text editor
|
||||
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
|
||||
of any desktop environment and comes with all features one would expect in a
|
||||
modern editor.
|
||||
Description: Lightweight Qt 6 plain-text editor
|
||||
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is
|
||||
independent of any desktop environment and comes with all features one would
|
||||
expect in a modern editor.
|
||||
.
|
||||
This package contains the application files.
|
||||
|
||||
@ -36,10 +35,10 @@ Package: featherpad-l10n
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||
Description: Language package for featherpad
|
||||
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
|
||||
of any desktop environment and comes with all features one would expect in a
|
||||
modern editor.
|
||||
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is
|
||||
independent of any desktop environment and comes with all features one would
|
||||
expect in a modern editor.
|
||||
.
|
||||
This package contains the l10n files needed by the featherpad.
|
||||
|
Loading…
x
Reference in New Issue
Block a user