diff options
Diffstat (limited to 'community/rxvt-unicode/PKGBUILD')
-rw-r--r-- | community/rxvt-unicode/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD index eef80ac3c..a362b9f26 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 <angvp@archlinux.org> # Contributor: tobias <tobias@archlinux.org> @@ -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' 'mips64el') 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 } |