Compare commits
5 Commits
79a70e597e
...
eca70d7199
Author | SHA1 | Date | |
---|---|---|---|
eca70d7199 | |||
2a065e878a | |||
e317abcbc2 | |||
d8a2e7ed3c | |||
9f2392ee6d |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
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
2
debian/control
vendored
@ -15,7 +15,7 @@ Build-Depends: cmake,
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-dev-tools
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
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
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: featherpad
|
||||
Source: https://github.com/tsujan/featherpad
|
||||
|
||||
Files: *
|
||||
Copyright: 2014-2022, Pedram Pourang (aka Tsu Jan) <tsujan2000@gmail.com>
|
||||
Copyright: 2014-2023, 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, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2022-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: featherpad/data/featherpad.metainfo.xml
|
||||
|
20
debian/patches/qt6-theming.patch
vendored
Normal file
20
debian/patches/qt6-theming.patch
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
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
Normal file
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
qt6-theming.patch
|
Loading…
x
Reference in New Issue
Block a user