Skip to content

Commit

Permalink
thunar: Update to v4.20.1 (#4689)
Browse files Browse the repository at this point in the history
**Summary**
- Fix wrong selection after rename
- Do not save view settings when searching
- Prevent crash when removing location button
- Fix throttling of selection updates
- Make toolbar inside header-bar transparent
- Fix appstream metainfo
- Prevent crash when loading mount point emblem
- Remove superfluous spaces in strings

Signed-off-by: Evan Maddock <[email protected]>

**Test Plan**

Open Thunar, browse a couple of directories, view a file's properties.

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
  • Loading branch information
EbonJaeger authored Dec 30, 2024
2 parents b9e13f7 + fe168d3 commit f9b3e0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 69 deletions.
59 changes: 0 additions & 59 deletions packages/t/thunar/files/562.patch

This file was deleted.

9 changes: 3 additions & 6 deletions packages/t/thunar/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : thunar
version : 4.20.0
release : 11
version : 4.20.1
release : 12
source :
- https://archive.xfce.org/src/xfce/thunar/4.20/thunar-4.20.0.tar.bz2 : 27731a76f3aecf3752b1ca35afad89e264c52244f70083d933507dd4a17548b0
- https://archive.xfce.org/src/xfce/thunar/4.20/thunar-4.20.1.tar.bz2 : e5a83ccd2992b4c4e5ada3563ce92ebcbc222e13bb53d45ec350923ce1a51b6a
homepage : https://docs.xfce.org/xfce/thunar/start
license : GPL-2.0-or-later
component : desktop.xfce
Expand All @@ -16,9 +16,6 @@ builddeps :
rundeps :
- gvfs
setup : |
# appstream metainfo cleanup
%patch -p1 -i $pkgfiles/562.patch
%configure \
--disable-debug \
--enable-gio-unix \
Expand Down
8 changes: 4 additions & 4 deletions packages/t/thunar/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="11">thunar</Dependency>
<Dependency release="12">thunar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/thunarx-3/thunarx/thunarx-config.h</Path>
Expand Down Expand Up @@ -308,9 +308,9 @@
</Files>
</Package>
<History>
<Update release="11">
<Date>2024-12-15</Date>
<Version>4.20.0</Version>
<Update release="12">
<Date>2024-12-30</Date>
<Version>4.20.1</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit f9b3e0e

Please sign in to comment.