From d6413cd6dac778aa64e48046ce7110000997ff61 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 May 2013 01:04:35 -0700 Subject: Wed May 8 01:04:33 PDT 2013 --- community/rxvt-unicode/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/rxvt-unicode') diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD index 90b22198d..e94f50ee7 100644 --- a/community/rxvt-unicode/PKGBUILD +++ b/community/rxvt-unicode/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87749 2013-04-06 00:49:20Z seblu $ +# $Id: PKGBUILD 90167 2013-05-07 19:14:34Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Angel Velasquez # Contributor: tobias @@ -6,12 +6,12 @@ pkgname=rxvt-unicode pkgver=9.18 -pkgrel=2 +pkgrel=3 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)' arch=('i686' 'x86_64') url='http://software.schmorp.de/pkg/rxvt-unicode.html' license=('GPL') -depends=('libxft' 'gdk-pixbuf2' 'perl' 'startup-notification') +depends=('libxft' 'perl' 'startup-notification') optdepends=('gtk2-perl: to use the urxvt-tabbed') source=( "http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2" @@ -39,7 +39,6 @@ build() { --enable-mousewheel \ --enable-next-scroll \ --enable-perl \ - --enable-pixbuf \ --enable-pointer-blank \ --enable-rxvt-scroll \ --enable-selectionscrolling \ @@ -53,6 +52,7 @@ build() { --enable-xft \ --enable-xim \ --enable-xterm-scroll \ + --disable-pixbuf \ --disable-frills make } -- cgit v1.2.3-54-g00ecf