Compare commits

...

11 Commits

Author SHA1 Message Date
Aaron Rainbolt
eab8cdbdb2
Update add-manual.patch 2026-02-19 16:46:19 -05:00
Aaron Rainbolt
5b55dbca45
Remove Rules-Requires-Root 2026-02-19 16:46:03 -05:00
Aaron Rainbolt
20118d8d5b
Bump build deps 2026-02-19 16:00:43 -05:00
Aaron Rainbolt
e9cb5a3211
Bump Standards-Version 2026-02-19 15:54:50 -05:00
Aaron Rainbolt
ed32972e54
Update copyright file 2026-02-19 15:54:21 -05:00
Aaron Rainbolt
a5801e47c7
Fix watch file 2026-02-19 15:45:01 -05:00
Aaron Rainbolt
cf6f37aee9
Bump version for new upstream release 2026-02-19 15:43:14 -05:00
Rik Mills
00cf26abba Release to Resolute. 2025-12-18 13:15:52 +00:00
Rik Mills
572480e2a8 Recommend kf6-breeze-icon-theme instead of transitional package. 2025-12-18 13:15:19 +00:00
Rik Mills
b03c7a2d70 Sync with Resolute archive. 2025-12-18 13:14:27 +00:00
Aaron Rainbolt
9f3c34f6a5
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:17:01 -06:00
6 changed files with 36 additions and 21 deletions

17
debian/changelog vendored
View File

@ -1,3 +1,20 @@
pcmanfm-qt (2.3.0-0ubuntu1) resolute; urgency=medium
* New upstream release.
- Update build dependencies.
- Update add-manual.patch.
* Update copyright file.
* Update Standards-Version to 4.7.3, no changes needed.
* Remove unnecessary Rules-Requires-Root line.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 19 Feb 2026 15:42:37 -0500
pcmanfm-qt (2.2.0-0ubuntu3) resolute; urgency=medium
* Recommend kf6-breeze-icon-theme instead of transitional package.
-- Rik Mills <rikmills@kde.org> Thu, 18 Dec 2025 13:15:06 +0000
pcmanfm-qt (2.2.0-0ubuntu2) questing; urgency=medium
* Bump depends to latest libfm-qt.

9
debian/control vendored
View File

@ -11,7 +11,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
layer-shell-qt,
libexif-dev,
libfm-qt6-dev (>= 2.2.0),
libfm-qt6-dev (>= 2.3.0),
libkf6windowsystem-dev,
liblayershellqtinterface-dev (>= 6.0.0),
libmenu-cache-dev,
@ -43,16 +43,15 @@ Build-Depends: debhelper-compat (= 13),
libxcb-xv0-dev,
libxcb-xvmc0-dev,
libxkbcommon-dev (>= 0.5.0),
lxqt-build-tools (>= 2.2.0),
lxqt-build-tools (>= 2.3.0),
qt6-svg-dev (>= 6.6.0),
qt6-wayland-dev (>= 6.6.0)
Standards-Version: 4.7.2
Standards-Version: 4.7.3
Vcs-Browser: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pcmanfm-qt
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/pcmanfm-qt.git
Homepage: https://github.com/lxqt/pcmanfm-qt
Rules-Requires-Root: no
Package: pcmanfm-qt
Architecture: any
@ -69,7 +68,7 @@ Recommends: eject,
lximage-qt,
lxqt-policykit,
lxqt-qtplugin,
papirus-icon-theme | breeze-icon-theme | faenza-icon-theme | oxygen-icon-theme,
papirus-icon-theme | kf6-breeze-icon-theme | faenza-icon-theme | oxygen-icon-theme,
pcmanfm-qt-l10n
Suggests: cdtool [linux-any]
Description: extremely fast and lightweight file and desktop icon manager

4
debian/copyright vendored
View File

@ -17,10 +17,10 @@ License: GPL-2.0+
Files: debian/*
Copyright: 2021-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2015 Wen Liao <wen.cf83@gmail.com>
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2013-2018 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2025 Aaron Rainbolt <arraybolt3@ubuntu.com>
2014-2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2025-2026 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: GPL-2.0+
License: GPL-2.0+

View File

@ -1,7 +1,7 @@
Description: Add a desktop shortcut for the Lubuntu Manual
Forwarded: eventually
Author: Simon Quigley <tsimonq2@lubuntu.me>
Last-Update: 2023-12-01
Last-Update: 2026-02-19
---
--- a/pcmanfm/desktoppreferencesdialog.cpp
+++ b/pcmanfm/desktoppreferencesdialog.cpp
@ -13,7 +13,7 @@ Last-Update: 2023-12-01
// set fallback icon here (cannot be done in .ui)
ui.networkBox->setIcon(QIcon::fromTheme(QStringLiteral("network"), QIcon::fromTheme(QStringLiteral("folder-network"))));
@@ -215,6 +216,9 @@ void DesktopPreferencesDialog::applySett
@@ -217,6 +218,9 @@ void DesktopPreferencesDialog::applySett
if(ui.networkBox->isChecked()) {
ds << QLatin1String("Network");
}
@ -25,7 +25,7 @@ Last-Update: 2023-12-01
settings.setDesktopCellMargins(QSize(ui.hMargin->value(), ui.vMargin->value()));
--- a/pcmanfm/desktopwindow.cpp
+++ b/pcmanfm/desktopwindow.cpp
@@ -310,6 +310,16 @@ void DesktopWindow::updateShortcutsFromS
@@ -306,6 +306,16 @@ void DesktopWindow::updateShortcutsFromS
paths.push_back(Fm::FilePath::fromLocalPath(network.toStdString().c_str()));
}
}
@ -33,7 +33,7 @@ Last-Update: 2023-12-01
+ if(ds.contains(QLatin1String("Lubuntu Manual"))) {
+ createLubuntuManualShortcut();
+ }
+ else if(!firstCall) {
+ else if(allowShortcutRemoval) {
+ QString network = XdgDir::readDesktopDir() + QLatin1String("/lubuntu-manual.desktop");
+ if(QFile::exists(network)) {
+ paths.push_back(Fm::FilePath::fromLocalPath(network.toStdString().c_str()));
@ -42,7 +42,7 @@ Last-Update: 2023-12-01
// WARNING: QFile::remove() is not compatible with libfm-qt and should not be used.
if(!paths.empty()) {
@@ -395,6 +405,20 @@ void DesktopWindow::createNetworkShortcu
@@ -389,6 +399,20 @@ void DesktopWindow::createNetworkShortcu
g_key_file_free(kf);
}
@ -63,7 +63,7 @@ Last-Update: 2023-12-01
void DesktopWindow::createTrash() {
if(trashMonitor_) {
return;
@@ -1046,7 +1070,8 @@ void DesktopWindow::onFileClicked(int ty
@@ -1040,7 +1064,8 @@ void DesktopWindow::onFileClicked(int ty
if((fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")))
|| (fileName == QLatin1String("user-home.desktop") && ds.contains(QLatin1String("Home")))
|| (fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")))
@ -73,7 +73,7 @@ Last-Update: 2023-12-01
QMenu* menu = new QMenu(this);
// "Open" action for all
QAction* action = menu->addAction(tr("Open"));
@@ -1380,7 +1405,8 @@ void DesktopWindow::trustOurDesktopShort
@@ -1374,7 +1399,8 @@ void DesktopWindow::trustOurDesktopShort
const char* execStr = isHome ? homeExec.get() :
fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")) ? "pcmanfm-qt trash:///" :
fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")) ? "pcmanfm-qt computer:///" :

View File

@ -1,2 +0,0 @@
unapply-patches
abort-on-upstream-changes

11
debian/watch vendored
View File

@ -1,5 +1,6 @@
version=4
opts="searchmode=plain, \
pgpsigurlmangle=s/$/.asc/, \
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
Version: 5
Template: GitHub
Owner: lxqt
Project: @PACKAGE@
Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g
Pgp-Mode: auto