Package Details: thunar-devel 4.19.5-1

Git Clone URL: https://aur.archlinux.org/thunar-devel.git (read-only, click to copy)
Package Base: thunar-devel
Description: File manager for Xfce (development version)
Upstream URL: https://thunar.xfce.org
Licenses: GPL
Groups: xfce4-devel
Conflicts: thunar
Provides: thunar
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 15
Popularity: 0.59
First Submitted: 2017-11-27 01:40 (UTC)
Last Updated: 2024-12-06 01:47 (UTC)

Required by (25)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

jonathon commented on 2020-11-03 19:44 (UTC)

@bittin, it's good form to provide more information than just "it doesn't work". For example, include an error message, or link to a paste showing the full build output.

As it is, the issue is due to a typo in the build() function:

diff --git a/PKGBUILD b/PKGBUILD
index 0fa785f..af53be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ conflicts=("${_pkgname}")
 source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
 sha256sums=('f5f90e77cf6bdffe229d9d3a4d46a0e392d3e94b9ee1af7433e6e2fe45e35c5f')

-uild() {
+build() {
     cd "${_pkgname}-${pkgver}"
     ./configure \
         --prefix=/usr \

bittin commented on 2020-11-03 03:30 (UTC)

The latest version can't be installed

optional_install commented on 2019-09-09 00:49 (UTC)

Kind of late to the party, but I just installed this split thunar on Xfce 4.14 and it works. The other package, Thunar extended, wasn't able to download/find the missing dependencies. So I tried this flagged-out-of-date version (why not?) and it works great. Thank you, developers.

graysky commented on 2019-06-01 15:18 (UTC)

Can you add this as a dependency? Without it, I cannot build in a clean-chroot against needed libxfconf-0.so.3 (the arch-build scripts will download the wrong version from [extra]).

depends=(... xfconf>=4.13.7-1")

Thunar: error while loading shared libraries: libxfconf-0.so.2: cannot open shared object file: No such file or directory

<deleted-account> commented on 2016-05-11 10:46 (UTC)

The thunar.install file can be removed. The functionality it provides (update icon and MIME type cache) is now handled by pacman hooks automatically.