Compare commits

..

No commits in common. "eca70d71993565a1aa9f9f524b4fe1c1cee1453c" and "79a70e597e8ec3c0e459d13a650f25b6a689c22c" have entirely different histories.

5 changed files with 3 additions and 34 deletions

10
debian/changelog vendored
View File

@ -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
* New upstream release.

2
debian/control vendored
View File

@ -15,7 +15,7 @@ Build-Depends: cmake,
qt6-base-dev,
qt6-tools-dev,
qt6-tools-dev-tools
Standards-Version: 4.6.2
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
Homepage: https://github.com/tsujan/featherpad

4
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: featherpad
Source: https://github.com/tsujan/featherpad
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+
Files: featherpad/encoding.cpp
@ -14,7 +14,7 @@ License: GPL-2.0+
Files: debian/*
Copyright: 2017-2019, Alf Gaida <agaida@siduction.org>
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+
Files: featherpad/data/featherpad.metainfo.xml

View File

@ -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

View File

@ -1 +0,0 @@
qt6-theming.patch