summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConnor Behan2023-01-22 14:12:42 -0500
committerConnor Behan2023-01-22 14:12:42 -0500
commit21d8e9675f5914494368cfd785b742357a3f2ea5 (patch)
tree196b1a72c2ed705acfd29da772191b9f97148b49 /PKGBUILD
parent3893cba93219f69e74118c8cec52f106b7f24b4b (diff)
downloadaur-21d8e9675f5914494368cfd785b742357a3f2ea5.tar.gz
Update to 4.18.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 8 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 927753bf6a45..7f2f0f4db755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: Connor Behan <connor.behan@gmail.com>
pkgname=thunar-extended
-pkgver=4.16.10
-pkgrel=2
-pkgdesc="Thunar with split view, cursor audio preview and extra options for trash, desktop files and user actions"
+pkgver=4.18.3
+pkgrel=1
+pkgdesc="Thunar with cursor audio preview and extra options for trash"
arch=(i686 x86_64)
license=('GPL2' 'LGPL2.1')
url="http://thunar.xfce.org"
groups=('xfce4')
conflicts=('thunar')
replaces=('thunar')
-provides=('thunar=4.16.10')
+provides=('thunar=4.18.3')
depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'libgudev' \
'exo' 'libxfce4util' 'libxfce4ui' 'libpng' 'gstreamer')
makedepends=('intltool' 'gobject-introspection' 'xfce4-panel' 'xfce4-dev-tools')
@@ -22,18 +22,14 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems
options=('!libtool')
source=(https://archive.xfce.org/src/xfce/thunar/${pkgver%.*}/thunar-${pkgver}.tar.bz2
notrash.patch
- uca_num_files.patch
- preview.patch
- split_pane.patch)
+ preview.patch)
build() {
cd "${srcdir}"/thunar-${pkgver}
- # Xfce bugs 7352, 7353, 7354 and 10232
+ # Xfce bugs 7352, 7354
patch -Np1 -i ../notrash.patch
- patch -Np1 -i ../uca_num_files.patch
patch -Np1 -i ../preview.patch
- patch -Np1 -i ../split_pane.patch
sed -i -e 's/Thunar_CFLAGS/thunar_CFLAGS/' -e 's/Thunar_LDADD/thunar_LDADD/' thunar/Makefile.am
xdt-autogen
@@ -50,8 +46,6 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha256sums=('f105c8f5abc50c411f6218f913561ae3a485826bd0cd09503a4772d015899c92'
+sha256sums=('f402ea38519f3f803b8f06933c05ddbf8c0c61d2e8ef93fcbe1fc7f6525e3297'
'84cb384722f32f37bd2e7f2c96c47ebbe7955cb8007260fe1a9efe26d235d478'
- 'dff7a12776b488613eec99e70acfb700550d72534ecc8a26157af4da1b35d84d'
- '8d11bfc3a51d6ab0f5e9853b31d10d7e1af2e1c8b075ee140c64471e1df9ca68'
- '1e287aa82392bcabd747ab3b5e0c66815b3cfc22e3227cf8439a18f8f200e5ed')
+ 'b9297f2a22d294264ad2bc9d50341842a27746320b7294b686fd37f074593f3a')