public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcmanfm-qt] rawhide: Update to 2.4.1
@ 2026-08-26 21:30 Shawn W Dunn
0 siblings, 0 replies; only message in thread
From: Shawn W Dunn @ 2026-08-26 21:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcmanfm-qt
Branch : rawhide
Commit : 83d32185fdf80c9a14f3d2e23b292f7a8da455f7
Author : Shawn W Dunn <sfalken@kalpadesktop.org>
Date : 2026-08-26T21:29:45+00:00
Stats : +28/-29 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pcmanfm-qt/c/83d32185fdf80c9a14f3d2e23b292f7a8da455f7?branch=rawhide
Log:
Update to 2.4.1
---
diff --git a/.gitignore b/.gitignore
index 6afd8f4..7845339 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/pcmanfm-qt-2.2.0.tar.xz
/pcmanfm-qt-2.3.0.tar.xz
/pcmanfm-qt-2.4.0.tar.xz
+/pcmanfm-qt-2.4.1.tar.xz
diff --git a/pcmanfm-qt.spec b/pcmanfm-qt.spec
index af33f33..b606870 100644
--- a/pcmanfm-qt.spec
+++ b/pcmanfm-qt.spec
@@ -1,6 +1,6 @@
Name: pcmanfm-qt
-Version: 2.4.0
-Release: 2%{?dist}
+Version: 2.4.1
+Release: 1%{?dist}
Summary: LXQt file manager PCManFM
License: GPL-2.0-or-later
@@ -12,34 +12,41 @@ BuildRequires: cmake
BuildRequires: desktop-backgrounds-compat
BuildRequires: desktop-file-utils
BuildRequires: doxygen
+
+BuildRequires: cmake(fm-qt6)
BuildRequires: cmake(KF6WindowSystem)
+BuildRequires: cmake(LayerShellQt)
+BuildRequires: cmake(lxqt) >= 1.0.0
+BuildRequires: cmake(lxqt-menu-data)
+BuildRequires: cmake(lxqt2-build-tools)
BuildRequires: cmake(Qt6DBus)
BuildRequires: cmake(Qt6LinguistTools)
BuildRequires: cmake(Qt6Widgets)
-BuildRequires: cmake(LayerShellQt)
-BuildRequires: cmake(lxqt2-build-tools)
+
+
BuildRequires: pkgconfig(exiv2)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libfm)
-BuildRequires: cmake(fm-qt6)
BuildRequires: pkgconfig(libmenu-cache)
-BuildRequires: cmake(lxqt) >= 1.0.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
-BuildRequires: cmake(lxqt-menu-data)
+
Requires: lxqt-sudo
# for /usr/share/backgrounds/default.{jxl,png}
Requires: desktop-backgrounds-compat
# for jxl support
Requires: kf6-kimageformats%{?_isa}
-Obsoletes: pcmanfm-qt5 < 0.9.0
-Provides: pcmanfm-qt5 = %{version}-%{release}
-Obsoletes: pcmanfm-qt4 <= 0.9.0
-Obsoletes: pcmanfm-qt-common <= 0.9.0
+Obsoletes: %{name}5 < 0.9.0
+Provides: %{name}5 = %{version}-%{release}
+Obsoletes: %{name}4 <= 0.9.0
+Obsoletes: %{name}-common <= 0.9.0
+Provides: %{name}-l10n = %{version}-%{release}
+Obsoletes: %{name}-l10n < %{version}-%{release}
+
# gvfs is optional depencency at runtime, so we add a weak dependency here
Recommends: gvfs
@@ -53,16 +60,8 @@ was started as the Qt port of PCManFM, the file manager of LXDE.
PCManFM-Qt is used by LXQt for handling the desktop. Nevertheless, it can also
be used independently of LXQt and under any desktop environment.
-%package l10n
-Summary: Translations for pcmanfm-qt
-BuildArch: noarch
-Requires: pcmanfm-qt = %{?epoch:%{epoch}:}%{version}-%{release}
-
-%description l10n
-This package provides translations for the pcmanfm-qt package.
-
%prep
-%autosetup -p1
+%autosetup -C -p1
# Set the wallpaper properly
bg_file_ext="jxl"
@@ -71,12 +70,12 @@ bg_file_ext="png"
fi
sed -e "s|Wallpaper=.*$|Wallpaper=%{_datadir}/backgrounds/default.${bg_file_ext}|" -i config/pcmanfm-qt/lxqt/settings.conf.in
+%conf
+%cmake
%build
-%cmake
%cmake_build
-
%install
%cmake_install
@@ -88,7 +87,7 @@ for i in %{buildroot}%{_datadir}/applications/*.desktop; do
done
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
-%files
+%files -f %{name}.lang
%doc AUTHORS CHANGELOG README.md
%license LICENSE
%{_bindir}/%{name}
@@ -96,14 +95,13 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/lxqt-desktop.desk
%{_datadir}/applications/%{name}-desktop-pref.desktop
%{_mandir}/man1/%{name}.*
%config(noreplace) %{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
-%{_datadir}/%{name}
+%{_datadir}/%{name}/lxqt/settings.conf
%{_datadir}/icons/hicolor/scalable/apps/pcmanfm-qt.svg
-%files l10n -f %{name}.lang
-%doc AUTHORS CHANGELOG README.md
-%dir %{_datadir}/%{name}/translations
-
%changelog
+* Wed Aug 26 2026 Shawn W Dunn <sfalken@kalpadesktop.org> - 2.4.1-1
+- Update to 2.4.1
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index de127e5..930d4ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pcmanfm-qt-2.4.0.tar.xz) = 0585a2bbe312b79e09a4227aec230576787cb2f2969a7a9f534f1a03b5d07f39738d13cd149bc5458325d532fedf438a06cd3a212ae47eba89ca3696c83203cc
+SHA512 (pcmanfm-qt-2.4.1.tar.xz) = 1b95b86206476424d16715e840cad1206806d5b85e9a78074d4163bfbee78305ba2fd15b2e6a06679d24b94657c3d43ee44e26103f57d878ca2fbc20ccd5aac1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 21:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 21:30 [rpms/pcmanfm-qt] rawhide: Update to 2.4.1 Shawn W Dunn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox