Compare commits
2 Commits
70828326fd
...
d8d890d605
Author | SHA1 | Date | |
---|---|---|---|
d8d890d605 | |||
a60e43a77d |
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -1,18 +1,10 @@
|
|||||||
libqtxdg (3.11.0-0ubuntu1~ppa1) jammy; urgency=medium
|
libqtxdg (3.10.0-0ubuntu6~ppa2) jammy; urgency=medium
|
||||||
|
|
||||||
* Backport to Jammy.
|
* Upload to Backports.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 10 Aug 2023 16:32:51 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 06 Mar 2023 19:22:09 -0600
|
||||||
|
|
||||||
libqtxdg (3.11.0-0ubuntu1) mantic; urgency=medium
|
libqtxdg (3.10.0-0ubuntu6) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
* Update patches.
|
|
||||||
* Update copyright file.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 10 May 2023 11:54:00 -0500
|
|
||||||
|
|
||||||
libqtxdg (3.10.0-0ubuntu7) lunar; urgency=medium
|
|
||||||
|
|
||||||
* Add support for translations defined via X-Ubuntu-Gettext-Domain.
|
* Add support for translations defined via X-Ubuntu-Gettext-Domain.
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -11,7 +11,7 @@ Build-Depends: cmake,
|
|||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libmagic-dev,
|
libmagic-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
lxqt-build-tools (>= 0.13.0),
|
lxqt-build-tools (>= 0.12.0),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -43,7 +43,7 @@ Copyright: 2013-2019 Alf Gaida <agaida@siduction.org>
|
|||||||
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2022 S. 7 <severusseptimius7@gmail.com>
|
2022 S. 7 <severusseptimius7@gmail.com>
|
||||||
2022-2023 Simon Quigley <tsimonq2@debian.org>
|
2022 Simon Quigley <tsimonq2@debian.org>
|
||||||
2023 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
2023 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QDBusInterface>
|
#include <QDBusInterface>
|
||||||
@@ -920,7 +921,22 @@ QString XdgDesktopFile::localizedKey(con
|
@@ -921,7 +922,22 @@ QString XdgDesktopFile::localizedKey(con
|
||||||
|
|
||||||
QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const
|
QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const
|
||||||
{
|
{
|
||||||
@ -37,5 +37,3 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|||||||
+ return value(localizedKey(key), defaultValue);
|
+ return value(localizedKey(key), defaultValue);
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user