[arch-commits] Commit in xterm/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Jun 13 12:46:28 UTC 2017
Date: Tuesday, June 13, 2017 @ 12:46:28
Author: jgc
Revision: 298725
upgpkg: xterm 329-1
Enable regis graphics, fixes compile issue when sixel graphics is enabled
Modified:
xterm/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-13 12:12:39 UTC (rev 298724)
+++ PKGBUILD 2017-06-13 12:46:28 UTC (rev 298725)
@@ -3,7 +3,7 @@
# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=xterm
-pkgver=328
+pkgver=329
pkgrel=1
pkgdesc="X Terminal Emulator"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 'libxkbfile')
source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
LICENSE)
-sha256sums=('b38a7ab2e9f6ab51784ab82a312ca9950e0039da846d37715db4c1ddd47b1d52'
+sha256sums=('1eb9f296240f2d1e3ea633023daa3410f8710854f0a1323a73e94de4c312891c'
'SKIP'
'9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey <dickey at invisible-island.net>"
@@ -45,6 +45,7 @@
--enable-narrowproto \
--enable-exec-xterm \
--enable-sixel-graphics \
+ --enable-regis-graphics \
--with-tty-group=tty \
--with-utempter
make
More information about the arch-commits
mailing list