File project.diff of Package pcmanfm
--- _service.orig
+++ _service
@@ -1,5 +1,5 @@
<services>
- <service name="obs_scm" mode="manual">
+ <service name="tar_scm" mode="manual">
<param name="url">https://github.com/lxde/pcmanfm</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
@@ -7,8 +7,7 @@
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
- <service name="tar" mode="buildtime"/>
- <service name="recompress" mode="buildtime">
+ <service name="recompress" mode="manual">
<param name="compression">zst</param>
<param name="file">*.tar</param>
</service>
--- _servicedata.orig
+++ _servicedata
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/lxde/pcmanfm</param>
- <param name="changesrevision">1312f60320ea3e8dde9777838c42af897ea08548</param></service></servicedata>
\ No newline at end of file
+ <param name="changesrevision">09087446392d08c25412cade107bdec0a6e8ae7b</param></service></servicedata>
\ No newline at end of file
--- pcmanfm.changes.orig
+++ pcmanfm.changes
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Thu Dec 11 17:11:07 UTC 2025 - msuchanek@suse.de
+
+- Update to version 1.4.0+git20251208.0908744:
+ * Translation update
+ * Bump version to 1.4.0
+ * Use the same icon for all menu actions to open a new tab
+ * Add an option to open files with a single middle-click
+- run produce tarball by service, not obscpio. This fixes buiding the package
+ with rpmbuild and makes the package more space efficient when using git.
+- Switch to GTK3
+
+-------------------------------------------------------------------
Tue Nov 19 08:50:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Run tar/recompress services only during build, storing the
--- pcmanfm.spec.orig
+++ pcmanfm.spec
@@ -1,7 +1,7 @@
#
# spec file for package pcmanfm
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: pcmanfm
-Version: 1.3.2+git20241103.1312f60
+Version: 1.4.0+git20251208.0908744
Release: 0
Summary: The LXDE file manager
License: GPL-2.0-or-later
@@ -29,9 +29,10 @@ BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: pkgconfig
+BuildRequires: zstd
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libfm)
-BuildRequires: pkgconfig(libfm-gtk)
+BuildRequires: pkgconfig(libfm-gtk3)
BuildRequires: pkgconfig(libmenu-cache)
BuildRequires: pkgconfig(x11)
# needed for trash
@@ -68,7 +69,7 @@ find . -name COPYING -exec chmod -c 644
%build
./autogen.sh
-%configure
+%configure --with-gtk=3
%make_build
%install