Thunar 4.17.3 PKGBUILD: https://pastebin.com/yeiyYQ9K
Search Criteria
Package Details: thunar-devel 4.21.1-1
Package Actions
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-2.0-or-later |
Groups: | xfce4-devel |
Conflicts: | thunar |
Provides: | thunar |
Submitter: | twa022 |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 17 |
Popularity: | 0.28 |
First Submitted: | 2017-11-27 01:40 (UTC) |
Last Updated: | 2025-05-28 02:56 (UTC) |
Dependencies (21)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libexif (libexif-gitAUR)
- libgudev
- libnotify (libnotify-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxfce4ui (libxfce4ui-gitAUR, libxfce4ui-develAUR)
- libxfce4util (libxfce4util-gitAUR, libxfce4util-develAUR)
- gobject-introspection (make)
- gtk-doc (make)
- meson (meson-gitAUR) (make)
- xfce4-dev-tools (xfce4-dev-tools-gitAUR, xfce4-dev-tools-develAUR) (make)
- xfce4-panel (xfce4-panel-gitAUR, xfce4-panel-develAUR, xfce4-panel-compizAUR) (make)
- catfish (optional) – file search
- gvfs (gvfs-gitAUR) (optional) – trash support, mounting with udisks, and remote filesystems
- thunar-archive-plugin (thunar-archive-plugin-gitAUR) (optional) – create and deflate archives
- thunar-media-tags-plugin (thunar-media-tags-plugin-gitAUR) (optional) – view/edit id3/ogg tags
- thunar-volman (thunar-volman-gitAUR, thunar-volman-develAUR) (optional) – manages removable devices
- tumbler (tumbler-gitAUR, tumbler-develAUR) (optional) – for thumbnail previews
- Show 1 more dependencies...
Required by (25)
- gtkhash-thunar (requires thunar)
- gtkhash-thunar-git (requires thunar)
- imdb-thumbnailer (requires thunar) (optional)
- insync-thunar (requires thunar)
- sgsearch (requires thunar)
- thunar-archive-plugin-git (requires thunar)
- thunar-dropbox (requires thunar)
- thunar-dropbox-git (requires thunar)
- thunar-media-tags-plugin-git (requires thunar)
- thunar-megasync-bin (requires thunar)
- thunar-nextcloud-plugin (requires thunar)
- thunar-nilfs2-plugin-git (requires thunar) (make)
- thunar-sendto-clamtk (requires thunar)
- thunar-shares-plugin-git (requires thunar)
- thunar-vcs-plugin-git (requires thunar)
- thunar-volman-devel (requires thunar)
- thunar-volman-git (requires thunar)
- thunarx-python (requires thunar)
- thunarx-python-git (requires thunar)
- xdiff-ext-git (requires thunar)
- xfce4-devel-meta
- xfce4-meta (requires thunar)
- xfdesktop-devel (requires thunar)
- xfdesktop-git (requires thunar)
- xfdesktop-z166 (requires thunar)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
bittin commented on 2021-05-07 15:29 (UTC)
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
Pinned Comments