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

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri Jul 5 12:27:05 UTC 2013


    Date: Friday, July 5, 2013 @ 14:27:05
  Author: seblu
Revision: 93547

upgpkg: rxvt-unicode 9.18-6

Modified:
  rxvt-unicode/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-05 10:38:11 UTC (rev 93546)
+++ PKGBUILD	2013-07-05 12:27:05 UTC (rev 93547)
@@ -6,7 +6,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.18
-pkgrel=5
+pkgrel=6
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -32,6 +32,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  # we disable smart-resize (FS#34807)
   ./configure \
     --prefix=/usr \
     --with-terminfo=/usr/share/terminfo \
@@ -49,7 +50,7 @@
     --enable-rxvt-scroll \
     --enable-selectionscrolling \
     --enable-slipwheeling \
-    --enable-smart-resize \
+    --disable-smart-resize \
     --enable-startup-notification \
     --enable-transparency \
     --enable-unicode3 \




More information about the arch-commits mailing list