SHA256
4
0
forked from pool/pcmanfm

Update to 1.4.0, siwtch to GTK3 #1

Open
michals wants to merge 1 commits from michals/pcmanfm:main into main
7 changed files with 23 additions and 15 deletions

View File

@@ -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>

View File

@@ -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>
<param name="changesrevision">09087446392d08c25412cade107bdec0a6e8ae7b</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eff098e1c646d10f861c2cf750ab79e578ce1f4c1cbbea0d46f309e5d0469ec9
size 2982412

Binary file not shown.

View File

@@ -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 <dimstar@opensuse.org>

View File

@@ -1,4 +0,0 @@
name: pcmanfm
version: 1.3.2+git20241103.1312f60
mtime: 1730641572
commit: 1312f60320ea3e8dde9777838c42af897ea08548

View File

@@ -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