Compare commits
No commits in common. "eca70d71993565a1aa9f9f524b4fe1c1cee1453c" and "79a70e597e8ec3c0e459d13a650f25b6a689c22c" have entirely different histories.
eca70d7199
...
79a70e597e
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,13 +1,3 @@
|
|||||||
featherpad (1.3.5-0ubuntu1) lunar; urgency=medium
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
* Bump Standards-version to 4.6.2, no changes needed.
|
|
||||||
* Minor copyright updates.
|
|
||||||
* Use Qt 6 theming defined by qt6ct as the default, until the Qt 6 theming
|
|
||||||
story is improved in LXQt.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 24 Jan 2023 16:03:06 -0600
|
|
||||||
|
|
||||||
featherpad (1.3.3-0ubuntu1) lunar; urgency=medium
|
featherpad (1.3.3-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -15,7 +15,7 @@ Build-Depends: cmake,
|
|||||||
qt6-base-dev,
|
qt6-base-dev,
|
||||||
qt6-tools-dev,
|
qt6-tools-dev,
|
||||||
qt6-tools-dev-tools
|
qt6-tools-dev-tools
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.1
|
||||||
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
|
||||||
Homepage: https://github.com/tsujan/featherpad
|
Homepage: https://github.com/tsujan/featherpad
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: featherpad
|
|||||||
Source: https://github.com/tsujan/featherpad
|
Source: https://github.com/tsujan/featherpad
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2014-2023, Pedram Pourang (aka Tsu Jan) <tsujan2000@gmail.com>
|
Copyright: 2014-2022, Pedram Pourang (aka Tsu Jan) <tsujan2000@gmail.com>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
Files: featherpad/encoding.cpp
|
Files: featherpad/encoding.cpp
|
||||||
@ -14,7 +14,7 @@ License: GPL-2.0+
|
|||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2017-2019, Alf Gaida <agaida@siduction.org>
|
Copyright: 2017-2019, Alf Gaida <agaida@siduction.org>
|
||||||
2021, S. 7 <severusseptimius7@gmail.com>
|
2021, S. 7 <severusseptimius7@gmail.com>
|
||||||
2022-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
Files: featherpad/data/featherpad.metainfo.xml
|
Files: featherpad/data/featherpad.metainfo.xml
|
||||||
|
20
debian/patches/qt6-theming.patch
vendored
20
debian/patches/qt6-theming.patch
vendored
@ -1,20 +0,0 @@
|
|||||||
Description: Manual override to use theming specified by qt6ct
|
|
||||||
This is a temporary patch to make Featherpad look (at least somewhat)
|
|
||||||
presentable until the Qt 6 theming story in LXQt improves.
|
|
||||||
Author: Simon Quigley <tsimonq2@lubuntu.me>
|
|
||||||
Origin: vendor
|
|
||||||
Forwarded: not-needed
|
|
||||||
Last-Update: 2023-01-24
|
|
||||||
---
|
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
||||||
--- a/featherpad/data/featherpad.desktop
|
|
||||||
+++ b/featherpad/data/featherpad.desktop
|
|
||||||
@@ -50,7 +50,7 @@ Name[it]=Nuova finestra
|
|
||||||
Name[hu]=Új ablak
|
|
||||||
Name[pt]=Nova Janela
|
|
||||||
Name[sv]=Nytt Fönster
|
|
||||||
-Exec=featherpad --win
|
|
||||||
+Exec=env QT_QPA_PLATFORMTHEME=qt6ct featherpad --win
|
|
||||||
|
|
||||||
[Desktop Action standalone-window]
|
|
||||||
Name=Standalone Window
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
qt6-theming.patch
|
|
Loading…
x
Reference in New Issue
Block a user