diff --git a/_service b/_service index c92e42f..befd30c 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/lxde/pcmanfm git @PARENT_TAG@+git%cd.%h @@ -7,8 +7,7 @@ enable - - + zst *.tar diff --git a/_servicedata b/_servicedata index 1b74867..1d9f516 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/lxde/pcmanfm - 1312f60320ea3e8dde9777838c42af897ea08548 \ No newline at end of file + 09087446392d08c25412cade107bdec0a6e8ae7b \ No newline at end of file diff --git a/pcmanfm-1.3.2+git20241103.1312f60.obscpio b/pcmanfm-1.3.2+git20241103.1312f60.obscpio deleted file mode 100644 index d0ef535..0000000 --- a/pcmanfm-1.3.2+git20241103.1312f60.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff098e1c646d10f861c2cf750ab79e578ce1f4c1cbbea0d46f309e5d0469ec9 -size 2982412 diff --git a/pcmanfm-1.4.0+git20251208.0908744.tar.zst b/pcmanfm-1.4.0+git20251208.0908744.tar.zst new file mode 100644 index 0000000..c2a7917 --- /dev/null +++ b/pcmanfm-1.4.0+git20251208.0908744.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c1aa61c4f92a928c74ccb403410a78052716cdbf1da098bf03adfc05ca79ac +size 404483 diff --git a/pcmanfm.changes b/pcmanfm.changes index 3c4b1ec..b286094 100644 --- a/pcmanfm.changes +++ b/pcmanfm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 +- 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 diff --git a/pcmanfm.obsinfo b/pcmanfm.obsinfo deleted file mode 100644 index 941e8da..0000000 --- a/pcmanfm.obsinfo +++ /dev/null @@ -1,4 +0,0 @@ -name: pcmanfm -version: 1.3.2+git20241103.1312f60 -mtime: 1730641572 -commit: 1312f60320ea3e8dde9777838c42af897ea08548 diff --git a/pcmanfm.spec b/pcmanfm.spec index 0a7fbdf..9514eee 100644 --- a/pcmanfm.spec +++ b/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