xterm: update to 336.

This commit is contained in:
cr6git 2018-09-20 09:56:48 +02:00 committed by GitHub
parent 9500ecab1d
commit 6c91f250ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Template file for 'xterm'
pkgname=xterm
version=335
version=336
revision=1
build_style=gnu-configure
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
@ -19,11 +19,15 @@ short_desc="X Terminal Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://invisible-island.net/xterm/"
distfiles="https://invisible-mirror.net/archives/xterm/$pkgname-$version.tgz"
checksum=e0bf172a9bf301bd9d5ae27957f4f54687b5d22382fd2f4d872d0a4db47fcb96
changelog="http://invisible-island.net/xterm/xterm.log.html"
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
checksum=a9b51c2c0154ad2f5f5b1d8a2348a6ebd4f845e7d277664d66604183522c0607
post_install() {
for f in {u,}xterm.desktop; do
vinstall $f 644 usr/share/applications
done
sed -n '2,32p' < Makefile.in > LICENSE
vlicense LICENSE
}