1 Commits

Author SHA256 Message Date
db6bb8fd77 Merge pull request 'leap-16.0' (#1) from tiwai/thunar:leap-16.0 into leap-16.0
Reviewed-on: #1
2025-09-01 10:01:53 +02:00
4 changed files with 23 additions and 23 deletions

3
thunar-4.20.4.tar.bz2 Normal file
View File

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

View File

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

View File

@@ -1,21 +1,3 @@
-------------------------------------------------------------------
Thu Oct 16 07:50:59 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
- Update to 4.20.5
* Prevent GFileMonitor leak for folders (#1724)
* Don't use variables for strings in ngettext (#1683)
* Fix 'MOUNTED' state on file reload when unmounted
* Translation Updates
-------------------------------------------------------------------
Mon Sep 15 03:25:35 UTC 2025 - Maurizio Galli <maurizio.galli@suse.com>
- Update to 4.20.5
* Update shortcut model asynchronously (#1022)
* Clear selection before updating selection (#1672)
* Translation Updates
- Dropped git bcond as we no longer use it
-------------------------------------------------------------------
Sat Jul 19 08:16:18 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>

View File

@@ -1,7 +1,7 @@
#
# spec file for package thunar
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%define libname libthunarx-3-0
%bcond_with git
Name: thunar
Version: 4.20.6
Version: 4.20.4
Release: 0
Summary: File Manager for the Xfce Desktop Environment
License: GPL-2.0-or-later
@@ -57,6 +58,9 @@ BuildRequires: pkgconfig(libxfconf-0) >= 4.12.0
BuildRequires: pkgconfig(pango) >= 1.38.0
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
%if %{with git}
BuildRequires: xfce4-dev-tools
%endif
# uses exo-desktop-item-edit, exo-open
Requires: exo-tools
Recommends: %{name}-lang = %{version}
@@ -105,6 +109,19 @@ This package provides the GObject Introspection bindings for the Thunar extensio
%autosetup
%build
%if %{with git}
NOCONFIGURE=1 ./autogen.sh
%configure \
--enable-maintainer-mode \
--with-helper-path-prefix=%{_libexecdir} \
--docdir=%{_datadir}/xfce4/thunar \
--enable-dbus \
--enable-exif \
--enable-startup-notification \
--enable-pcre \
--enable-gtk-doc \
--disable-static
%else
%configure \
--with-helper-path-prefix=%{_libexecdir} \
--docdir=%{_datadir}/xfce4/thunar \
@@ -114,6 +131,7 @@ This package provides the GObject Introspection bindings for the Thunar extensio
--enable-pcre \
--enable-gtk-doc \
--disable-static
%endif
%make_build
%install