Compare commits
11 Commits
ubuntu/que
...
ubuntu/1.2
Author | SHA1 | Date | |
---|---|---|---|
|
0cde12879c | ||
|
b255af18d0 | ||
|
3f6cc082f4 | ||
|
c480b2868b | ||
|
1f872d2879 | ||
|
49f45d0104 | ||
|
61ccd6e81c | ||
|
a6a1afe0a9 | ||
|
6b5baf4681 | ||
|
348fe864ac | ||
|
85fd57c6fc |
71
debian/changelog
vendored
71
debian/changelog
vendored
@ -1,64 +1,17 @@
|
||||
lxqt-runner (2.2.0-0ubuntu1) questing; urgency=medium
|
||||
lxqt-runner (1.2.0+dfsg-1ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Update build dependencies.
|
||||
* Update copyright file.
|
||||
* Update Standards-Version to 4.7.2, no changes needed.
|
||||
* Revert a sync from Debian.
|
||||
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||
* Added 'Rules-Requires-Root: no' to debian/control.
|
||||
* Removed obsolete '-Wl,--as-needed' linker flag.
|
||||
* Removed obsolete 'override_dh_missing' section from debian/control.
|
||||
* Updated copyright file.
|
||||
* Repacked the upstream tarball to replace Adobe's proprietary ICC profile
|
||||
with GIMP's public domain one. Affected files are
|
||||
vbox-icons/state_running_16px.png and vbox-icons/vrdp_16px.png.
|
||||
* Removed trailing whitespace from changelog.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 31 Jul 2025 15:42:09 -0500
|
||||
|
||||
lxqt-runner (2.1.2-0ubuntu2) plucky; urgency=medium
|
||||
|
||||
* Update Standards-Version to 4.7.1, no changes needed.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:38:18 -0600
|
||||
|
||||
lxqt-runner (2.1.2-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 04 Feb 2025 15:25:10 -0600
|
||||
|
||||
lxqt-runner (2.1.1-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 11 Jan 2025 16:55:28 -0600
|
||||
|
||||
lxqt-runner (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Bump build dependencies.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:10 -0600
|
||||
|
||||
lxqt-runner (2.0.0-0ubuntu1) oracular; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Update copyright file.
|
||||
* Bump Standards-Version to 4.7.0, no changes necessary.
|
||||
* Adjust build dependencies.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:29:58 -0500
|
||||
|
||||
lxqt-runner (1.4.0-0ubuntu1) noble; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fix copyright file.
|
||||
* Bump build dependency versions.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Mon, 13 Nov 2023 14:59:58 -0600
|
||||
|
||||
lxqt-runner (1.3.0-0ubuntu1) mantic; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Bump build dependencies.
|
||||
* Remove redundant hardening rule.
|
||||
* Bump Standards-Version to 4.6.2, no changes needed.
|
||||
* I guess we don't require root to build, do we?
|
||||
* Update copyright years.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 12:50:19 -0500
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 21 Feb 2023 14:29:40 -0600
|
||||
|
||||
lxqt-runner (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
|
28
debian/control
vendored
28
debian/control
vendored
@ -1,29 +1,27 @@
|
||||
Source: lxqt-runner
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
layer-shell-qt (>= 6.0.0),
|
||||
libkf6windowsystem-dev (>= 6.0.0),
|
||||
liblayershellqtinterface-dev (>= 6.0.0),
|
||||
liblxqt-globalkeys-ui2-dev (>= 2.2.0),
|
||||
liblxqt-globalkeys2-dev (>= 2.2.0),
|
||||
liblxqt2-dev (>= 2.2.0),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
|
||||
liblxqt-globalkeys1-dev (>= 1.2.0),
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
libmuparser-dev,
|
||||
libx11-dev,
|
||||
qt6-svg-dev (>= 6.6.0),
|
||||
qt6-wayland-dev (>= 6.6.0)
|
||||
Standards-Version: 4.7.2
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libx11-dev
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
|
||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
|
||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
|
||||
Rules-Requires-Root: no
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
|
||||
Homepage: https://github.com/lxqt/lxqt-runner
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: lxqt-runner
|
||||
Architecture: any
|
||||
@ -40,7 +38,7 @@ Package: lxqt-runner-l10n
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Description: Language package for lxqt-runner
|
||||
The LXQt runner provides a GUI that comes up on the desktop and allows for
|
||||
launching applications, doing some math or shutting down the system.
|
||||
|
23
debian/copyright
vendored
23
debian/copyright
vendored
@ -1,21 +1,26 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: lxqt-runner
|
||||
Source: https://github.com/lxqt/lxqt-runner
|
||||
Comment: The source for this package has been repacked in order to exclude
|
||||
a non-DFSG-compliant ICC color profile from Adobe. A couple of the icons
|
||||
(vbox-icons/state_running_16px.png and vbox-icons/vrdp_16px.png) had a
|
||||
proprietary profile embedded. The ICC profiles have been replaced with GIMP's
|
||||
public domain sRGB profile.
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2025 LXQt team
|
||||
Copyright: 2012-2022 LXQt team
|
||||
2017 Palo Kisa <palo.kisa@gmail.com>
|
||||
2010-2013 Razor team
|
||||
2010-2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
2010-2013 Aaron Lewis <the.warl0ck.1989@gmail.com>
|
||||
2010-2013 Alexander Sokoloff <sokoloff.a@gmail.com>
|
||||
2010-2013 Petr Vanek <petr@scribus.info>
|
||||
2013 Christian Surlykke <christian@surlykke.dk
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
||||
2015 Andrew Lee <ajqlee@debian.org>
|
||||
2015 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
||||
2015 ChangZhuo Chen <czchen@debian.org>
|
||||
2021 apt-ghetto <apt-ghetto@protonmail.com>
|
||||
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
||||
2018-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
||||
2023-2025 Aaron Rainbolt <arraybolt3@gmail.com>
|
||||
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: LGPL-2.1+
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
%:
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DPULL_TRANSLATIONS=OFF \
|
||||
|
Loading…
x
Reference in New Issue
Block a user