Compare commits

..

No commits in common. 'ubuntu/oracular' and 'ubuntu/lunar' have entirely different histories.

27
debian/changelog vendored

@ -1,30 +1,3 @@
libqtxdg (3.12.0-0ubuntu1) noble; urgency=medium
* New upstream release.
* Update copyright.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 05 Nov 2023 17:11:47 +0200
libqtxdg (3.11.0-0ubuntu3) mantic; urgency=medium
* No-change rebuild against Qt 5.15.10.
-- Dmitry Shachnev <mitya57@ubuntu.com> Tue, 20 Jun 2023 15:59:21 +0300
libqtxdg (3.11.0-0ubuntu2) mantic; urgency=medium
* No-change rebuild against Qt 5.15.9.
-- Dmitry Shachnev <mitya57@ubuntu.com> Wed, 17 May 2023 00:10:29 +0300
libqtxdg (3.11.0-0ubuntu1) mantic; 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.

2
debian/control vendored

@ -11,7 +11,7 @@ Build-Depends: cmake,
debhelper-compat (= 13),
libmagic-dev,
libqt5svg5-dev,
lxqt-build-tools (>= 0.13.0),
lxqt-build-tools (>= 0.12.0),
pkg-config,
qtbase5-private-dev,
qttools5-dev,

4
debian/copyright vendored

@ -4,7 +4,7 @@ Source: https://github.com/lxqt/libqtxdg
Files: *
Copyright: 2010-2012 Razor team
2012-2023 LXQt team
2012-2022 LXQt team
License: LGPL-2.1+
Copyright: 2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
@ -43,7 +43,7 @@ Copyright: 2013-2019 Alf Gaida <agaida@siduction.org>
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
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>
License: LGPL-2.1+

@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
#include <QDebug>
#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
{
@ -37,5 +37,3 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ return value(localizedKey(key), defaultValue);
+ }
}

Loading…
Cancel
Save