Compare commits
21 Commits
ci/unstabl
...
ubuntu/res
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eab8cdbdb2 | ||
|
|
5b55dbca45 | ||
|
|
20118d8d5b | ||
|
|
e9cb5a3211 | ||
|
|
ed32972e54 | ||
|
|
a5801e47c7 | ||
|
|
cf6f37aee9 | ||
|
|
00cf26abba | ||
|
|
572480e2a8 | ||
|
|
b03c7a2d70 | ||
|
|
9f3c34f6a5 | ||
|
|
a15fb8b5f8 | ||
|
|
a61244bb78 | ||
|
|
87d221d5b8 | ||
|
|
979f2f6c5b | ||
|
|
71ef1bd4d1 | ||
|
|
321fd330ac | ||
|
|
4b47bffc4e | ||
|
|
fa488a15e2 | ||
| 22450d34cc | |||
| f2ddcc5b52 |
46
debian/changelog
vendored
46
debian/changelog
vendored
@ -1,3 +1,49 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
|
-- Rik Mills <rikmills@kde.org> Wed, 20 Aug 2025 18:33:18 +0100
|
||||||
|
|
||||||
|
pcmanfm-qt (2.2.0-0ubuntu1) questing; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Update build dependencies.
|
||||||
|
- Refresh Lubuntu Manual patch.
|
||||||
|
- Removed unneeded Lintian overrides.
|
||||||
|
* Update copyright file.
|
||||||
|
* Bump Standards-Version to 4.7.2, no changes needed.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 30 Jul 2025 15:14:44 -0500
|
||||||
|
|
||||||
|
pcmanfm-qt (2.1.0-0ubuntu3) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Update Standards-Version to 4.7.1, no changes needed.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:35:29 -0600
|
||||||
|
|
||||||
|
pcmanfm-qt (2.1.0-0ubuntu2) plucky; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 04:00:52 -0600
|
||||||
|
|
||||||
pcmanfm-qt (2.1.0-0ubuntu1) plucky; urgency=medium
|
pcmanfm-qt (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
11
debian/control
vendored
11
debian/control
vendored
@ -11,7 +11,7 @@ Priority: optional
|
|||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
layer-shell-qt,
|
layer-shell-qt,
|
||||||
libexif-dev,
|
libexif-dev,
|
||||||
libfm-qt6-dev (>= 2.1.0),
|
libfm-qt6-dev (>= 2.3.0),
|
||||||
libkf6windowsystem-dev,
|
libkf6windowsystem-dev,
|
||||||
liblayershellqtinterface-dev (>= 6.0.0),
|
liblayershellqtinterface-dev (>= 6.0.0),
|
||||||
libmenu-cache-dev,
|
libmenu-cache-dev,
|
||||||
@ -43,22 +43,21 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libxcb-xv0-dev,
|
libxcb-xv0-dev,
|
||||||
libxcb-xvmc0-dev,
|
libxcb-xvmc0-dev,
|
||||||
libxkbcommon-dev (>= 0.5.0),
|
libxkbcommon-dev (>= 0.5.0),
|
||||||
lxqt-build-tools (>= 2.1.0),
|
lxqt-build-tools (>= 2.3.0),
|
||||||
qt6-svg-dev (>= 6.6.0),
|
qt6-svg-dev (>= 6.6.0),
|
||||||
qt6-wayland-dev (>= 6.6.0)
|
qt6-wayland-dev (>= 6.6.0)
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.3
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging.git
|
||||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pcmanfm-qt
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pcmanfm-qt
|
||||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/pcmanfm-qt.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/pcmanfm-qt.git
|
||||||
Homepage: https://github.com/lxqt/pcmanfm-qt
|
Homepage: https://github.com/lxqt/pcmanfm-qt
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: pcmanfm-qt
|
Package: pcmanfm-qt
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: default-dbus-session-bus | dbus-session-bus | dbus-x11,
|
Depends: default-dbus-session-bus | dbus-session-bus | dbus-x11,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
libfm-qt6-15,
|
libfm-qt6-16,
|
||||||
lxqt-sudo,
|
lxqt-sudo,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
@ -69,7 +68,7 @@ Recommends: eject,
|
|||||||
lximage-qt,
|
lximage-qt,
|
||||||
lxqt-policykit,
|
lxqt-policykit,
|
||||||
lxqt-qtplugin,
|
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
|
pcmanfm-qt-l10n
|
||||||
Suggests: cdtool [linux-any]
|
Suggests: cdtool [linux-any]
|
||||||
Description: extremely fast and lightweight file and desktop icon manager
|
Description: extremely fast and lightweight file and desktop icon manager
|
||||||
|
|||||||
7
debian/copyright
vendored
7
debian/copyright
vendored
@ -4,7 +4,7 @@ Source: https://github.com/lxqt/pcmanfm-qt
|
|||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2017, Pedram Pourang (Tsu Jan) <tsujan2000@gmail.com>
|
Copyright: 2017, Pedram Pourang (Tsu Jan) <tsujan2000@gmail.com>
|
||||||
2013-2024 LXQt team
|
2013-2025 LXQt team
|
||||||
2009-2018 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
2009-2018 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
||||||
2014 Kuzma Shapran <kuzma.shapran@gmail.com>
|
2014 Kuzma Shapran <kuzma.shapran@gmail.com>
|
||||||
@ -15,11 +15,12 @@ Copyright: 2010-2018 Rafael Laguna <rafaellaguna@gmail.com>
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2014-2015 Wen Liao <wen.cf83@gmail.com>
|
2014-2015 Wen Liao <wen.cf83@gmail.com>
|
||||||
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
|
||||||
2013-2018 Alf Gaida <agaida@siduction.org>
|
2013-2018 Alf Gaida <agaida@siduction.org>
|
||||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
|
2014-2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
|
2025-2026 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|||||||
24
debian/patches/add-manual.patch
vendored
24
debian/patches/add-manual.patch
vendored
@ -1,19 +1,19 @@
|
|||||||
Description: Add a desktop shortcut for the Lubuntu Manual
|
Description: Add a desktop shortcut for the Lubuntu Manual
|
||||||
Forwarded: eventually
|
Forwarded: eventually
|
||||||
Author: Simon Quigley <tsimonq2@lubuntu.me>
|
Author: Simon Quigley <tsimonq2@lubuntu.me>
|
||||||
Last-Update: 2023-12-01
|
Last-Update: 2026-02-19
|
||||||
---
|
---
|
||||||
--- a/pcmanfm/desktoppreferencesdialog.cpp
|
--- a/pcmanfm/desktoppreferencesdialog.cpp
|
||||||
+++ b/pcmanfm/desktoppreferencesdialog.cpp
|
+++ b/pcmanfm/desktoppreferencesdialog.cpp
|
||||||
@@ -120,6 +120,7 @@ DesktopPreferencesDialog::DesktopPrefere
|
@@ -124,6 +124,7 @@ DesktopPreferencesDialog::DesktopPrefere
|
||||||
ui.trashBox->setChecked(ds.contains(QLatin1String("Trash")));
|
ui.trashBox->setChecked(ds.contains(QLatin1String("Trash")));
|
||||||
ui.computerBox->setChecked(ds.contains(QLatin1String("Computer")));
|
ui.computerBox->setChecked(ds.contains(QLatin1String("Computer")));
|
||||||
ui.networkBox->setChecked(ds.contains(QLatin1String("Network")));
|
ui.networkBox->setChecked(ds.contains(QLatin1String("Network")));
|
||||||
+ ui.lubuntuManualBox->setChecked(ds.contains(QLatin1String("Lubuntu Manual")));
|
+ ui.lubuntuManualBox->setChecked(ds.contains(QLatin1String("Lubuntu Manual")));
|
||||||
|
|
||||||
connect(ui.buttonBox->button(QDialogButtonBox::Apply), &QPushButton::clicked,
|
// set fallback icon here (cannot be done in .ui)
|
||||||
this, &DesktopPreferencesDialog::onApplyClicked);
|
ui.networkBox->setIcon(QIcon::fromTheme(QStringLiteral("network"), QIcon::fromTheme(QStringLiteral("folder-network"))));
|
||||||
@@ -208,6 +209,9 @@ void DesktopPreferencesDialog::applySett
|
@@ -217,6 +218,9 @@ void DesktopPreferencesDialog::applySett
|
||||||
if(ui.networkBox->isChecked()) {
|
if(ui.networkBox->isChecked()) {
|
||||||
ds << QLatin1String("Network");
|
ds << QLatin1String("Network");
|
||||||
}
|
}
|
||||||
@ -25,7 +25,7 @@ Last-Update: 2023-12-01
|
|||||||
settings.setDesktopCellMargins(QSize(ui.hMargin->value(), ui.vMargin->value()));
|
settings.setDesktopCellMargins(QSize(ui.hMargin->value(), ui.vMargin->value()));
|
||||||
--- a/pcmanfm/desktopwindow.cpp
|
--- a/pcmanfm/desktopwindow.cpp
|
||||||
+++ b/pcmanfm/desktopwindow.cpp
|
+++ b/pcmanfm/desktopwindow.cpp
|
||||||
@@ -280,6 +280,16 @@ void DesktopWindow::updateShortcutsFromS
|
@@ -306,6 +306,16 @@ void DesktopWindow::updateShortcutsFromS
|
||||||
paths.push_back(Fm::FilePath::fromLocalPath(network.toStdString().c_str()));
|
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"))) {
|
+ if(ds.contains(QLatin1String("Lubuntu Manual"))) {
|
||||||
+ createLubuntuManualShortcut();
|
+ createLubuntuManualShortcut();
|
||||||
+ }
|
+ }
|
||||||
+ else if(!firstCall) {
|
+ else if(allowShortcutRemoval) {
|
||||||
+ QString network = XdgDir::readDesktopDir() + QLatin1String("/lubuntu-manual.desktop");
|
+ QString network = XdgDir::readDesktopDir() + QLatin1String("/lubuntu-manual.desktop");
|
||||||
+ if(QFile::exists(network)) {
|
+ if(QFile::exists(network)) {
|
||||||
+ paths.push_back(Fm::FilePath::fromLocalPath(network.toStdString().c_str()));
|
+ 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.
|
// WARNING: QFile::remove() is not compatible with libfm-qt and should not be used.
|
||||||
if(!paths.empty()) {
|
if(!paths.empty()) {
|
||||||
@@ -365,6 +375,20 @@ void DesktopWindow::createNetworkShortcu
|
@@ -389,6 +399,20 @@ void DesktopWindow::createNetworkShortcu
|
||||||
g_key_file_free(kf);
|
g_key_file_free(kf);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ Last-Update: 2023-12-01
|
|||||||
void DesktopWindow::createTrash() {
|
void DesktopWindow::createTrash() {
|
||||||
if(trashMonitor_) {
|
if(trashMonitor_) {
|
||||||
return;
|
return;
|
||||||
@@ -1005,7 +1029,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")))
|
if((fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")))
|
||||||
|| (fileName == QLatin1String("user-home.desktop") && ds.contains(QLatin1String("Home")))
|
|| (fileName == QLatin1String("user-home.desktop") && ds.contains(QLatin1String("Home")))
|
||||||
|| (fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")))
|
|| (fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")))
|
||||||
@ -73,7 +73,7 @@ Last-Update: 2023-12-01
|
|||||||
QMenu* menu = new QMenu(this);
|
QMenu* menu = new QMenu(this);
|
||||||
// "Open" action for all
|
// "Open" action for all
|
||||||
QAction* action = menu->addAction(tr("Open"));
|
QAction* action = menu->addAction(tr("Open"));
|
||||||
@@ -1314,7 +1339,8 @@ void DesktopWindow::trustOurDesktopShort
|
@@ -1374,7 +1399,8 @@ void DesktopWindow::trustOurDesktopShort
|
||||||
const char* execStr = isHome ? homeExec.get() :
|
const char* execStr = isHome ? homeExec.get() :
|
||||||
fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")) ? "pcmanfm-qt trash:///" :
|
fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")) ? "pcmanfm-qt trash:///" :
|
||||||
fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")) ? "pcmanfm-qt computer:///" :
|
fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")) ? "pcmanfm-qt computer:///" :
|
||||||
@ -85,7 +85,7 @@ Last-Update: 2023-12-01
|
|||||||
if(g_key_file_load_from_file(kf, file->path().toString().get(), G_KEY_FILE_NONE, nullptr)) {
|
if(g_key_file_load_from_file(kf, file->path().toString().get(), G_KEY_FILE_NONE, nullptr)) {
|
||||||
--- a/pcmanfm/desktopwindow.h
|
--- a/pcmanfm/desktopwindow.h
|
||||||
+++ b/pcmanfm/desktopwindow.h
|
+++ b/pcmanfm/desktopwindow.h
|
||||||
@@ -160,6 +160,7 @@ private:
|
@@ -164,6 +164,7 @@ private:
|
||||||
void createHomeShortcut();
|
void createHomeShortcut();
|
||||||
void createComputerShortcut();
|
void createComputerShortcut();
|
||||||
void createNetworkShortcut();
|
void createNetworkShortcut();
|
||||||
@ -95,7 +95,7 @@ Last-Update: 2023-12-01
|
|||||||
static void onTrashChanged(GFileMonitor* monitor, GFile* gf, GFile* other, GFileMonitorEvent evt, DesktopWindow* pThis);
|
static void onTrashChanged(GFileMonitor* monitor, GFile* gf, GFile* other, GFileMonitorEvent evt, DesktopWindow* pThis);
|
||||||
--- a/pcmanfm/desktop-preferences.ui
|
--- a/pcmanfm/desktop-preferences.ui
|
||||||
+++ b/pcmanfm/desktop-preferences.ui
|
+++ b/pcmanfm/desktop-preferences.ui
|
||||||
@@ -664,6 +664,17 @@ are left clicked, even when it is not th
|
@@ -660,6 +660,17 @@ are left clicked, even when it is not th
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
1
debian/source/lintian-overrides
vendored
1
debian/source/lintian-overrides
vendored
@ -3,4 +3,3 @@ pcmanfm-qt source: superfluous-file-pattern icons/lubuntu-manual.svg [debian/cop
|
|||||||
|
|
||||||
# These are expected
|
# These are expected
|
||||||
pcmanfm-qt source: very-long-line-length-in-source-file * > 512 [debian/patches/add-manual.patch:*]
|
pcmanfm-qt source: very-long-line-length-in-source-file * > 512 [debian/patches/add-manual.patch:*]
|
||||||
pcmanfm-qt source: very-long-line-length-in-source-file * > 512 [*.ts:*]
|
|
||||||
|
|||||||
2
debian/source/local-options
vendored
2
debian/source/local-options
vendored
@ -1,2 +0,0 @@
|
|||||||
unapply-patches
|
|
||||||
abort-on-upstream-changes
|
|
||||||
11
debian/watch
vendored
11
debian/watch
vendored
@ -1,5 +1,6 @@
|
|||||||
version=4
|
Version: 5
|
||||||
opts="searchmode=plain, \
|
Template: GitHub
|
||||||
pgpsigurlmangle=s/$/.asc/, \
|
Owner: lxqt
|
||||||
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
|
Project: @PACKAGE@
|
||||||
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user