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

Evangelos Foutras foutrelis at archlinux.org
Sun Jan 18 17:23:52 UTC 2015


    Date: Sunday, January 18, 2015 @ 18:23:51
  Author: foutrelis
Revision: 229533

upgpkg: thunar 1.6.4-2

Fix FS#43488: File selection very slow since 1.6.4

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 17:19:34 UTC (rev 229532)
+++ PKGBUILD	2015-01-18 17:23:51 UTC (rev 229533)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://thunar.xfce.org"
@@ -26,6 +26,10 @@
 build() {
   cd "$srcdir/Thunar-$pkgver"
 
+  # https://bugs.archlinux.org/task/43488
+  # https://bugzilla.xfce.org/show_bug.cgi?id=11442
+  CFLAGS+=' -DCAIRO_BUG_72551_FIXED'
+
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \



More information about the arch-commits mailing list