Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0b9debd470 | |||
|
|
05f5f4a083 | ||
| 08489181cc | |||
| 072230b636 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4f2fc55d285deef134859847ef6f0e9096ed7987ef7aa066de5a9e347a15fd9
|
||||
size 4519971
|
||||
3
thunar-4.20.6.tar.bz2
Normal file
3
thunar-4.20.6.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e815e034c073d634d0e77566837e1d9417b65c886924e3678e3325d5466c784d
|
||||
size 4528554
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
22
thunar.spec
22
thunar.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package thunar
|
||||
#
|
||||
# Copyright (c) 2025 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,9 +17,8 @@
|
||||
|
||||
|
||||
%define libname libthunarx-3-0
|
||||
%bcond_with git
|
||||
Name: thunar
|
||||
Version: 4.20.4
|
||||
Version: 4.20.6
|
||||
Release: 0
|
||||
Summary: File Manager for the Xfce Desktop Environment
|
||||
License: GPL-2.0-or-later
|
||||
@@ -58,9 +57,6 @@ 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}
|
||||
@@ -109,19 +105,6 @@ 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 \
|
||||
@@ -131,7 +114,6 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
--enable-pcre \
|
||||
--enable-gtk-doc \
|
||||
--disable-static
|
||||
%endif
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user