[arch-commits] Commit in rxvt-unicode/trunk (PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Mon May 6 00:26:24 UTC 2013
Date: Monday, May 6, 2013 @ 02:26:24
Author: seblu
Revision: 89946
upgpkg: rxvt-unicode 9.18-3
- Implements FS#34862
Modified:
rxvt-unicode/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-05 21:45:30 UTC (rev 89945)
+++ PKGBUILD 2013-05-06 00:26:24 UTC (rev 89946)
@@ -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 @@
--enable-mousewheel \
--enable-next-scroll \
--enable-perl \
- --enable-pixbuf \
--enable-pointer-blank \
--enable-rxvt-scroll \
--enable-selectionscrolling \
@@ -53,6 +52,7 @@
--enable-xft \
--enable-xim \
--enable-xterm-scroll \
+ --disable-pixbuf \
--disable-frills
make
}
More information about the arch-commits
mailing list