[arch-commits] Commit in thunar/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 2 11:09:38 UTC 2019


    Date: Wednesday, January 2, 2019 @ 11:09:37
  Author: foutrelis
Revision: 342887

upgpkg: thunar 1.8.2-2

Add upstream fix for FS#60961 (More than 4 file operations results in
clipped dialog.)

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-02 01:41:34 UTC (rev 342886)
+++ PKGBUILD	2019-01-02 11:09:37 UTC (rev 342887)
@@ -3,7 +3,7 @@
 
 pkgname=thunar
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
 url="http://thunar.xfce.org"
@@ -18,11 +18,16 @@
             'thunar-volman: manages removable devices'
             'thunar-archive-plugin: create and deflate archives'
             'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
+        thunar-bz14946.patch::https://github.com/xfce-mirror/thunar/commit/4c0e17d7fc.patch)
+sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428'
+            '23497c2472807b5268b5df3e707940326565f15c480fde755d4fd2f9a86bed8d')
 
 prepare() {
   cd "$srcdir/Thunar-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=14946
+  patch -Np1 -i ../thunar-bz14946.patch
 }
 
 build() {



More information about the arch-commits mailing list