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

Jan de Groot jgc at archlinux.org
Tue Dec 11 10:32:31 UTC 2012


    Date: Tuesday, December 11, 2012 @ 05:32:30
  Author: jgc
Revision: 173115

upgpkg: xterm 287-2

Use libutempter instead of setgid utmp

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-11 10:23:45 UTC (rev 173114)
+++ PKGBUILD	2012-12-11 10:32:30 UTC (rev 173115)
@@ -4,12 +4,12 @@
 
 pkgname=xterm
 pkgver=287
-pkgrel=1
+pkgrel=2
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
 url="http://invisible-island.net/xterm/"
 license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
         LICENSE)
 md5sums=('0e4385e66d40b5dd6017d02c3db2a4af'
@@ -43,7 +43,7 @@
       --enable-narrowproto \
       --enable-exec-xterm \
       --with-tty-group=tty \
-      --with-utmp-setgid=utmp
+      --with-utempter
   make
 }
 




More information about the arch-commits mailing list