mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
xterm: update to 336.
This commit is contained in:
parent
9500ecab1d
commit
6c91f250ac
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xterm'
|
# Template file for 'xterm'
|
||||||
pkgname=xterm
|
pkgname=xterm
|
||||||
version=335
|
version=336
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://invisible-island.net/xterm/"
|
homepage="http://invisible-island.net/xterm/"
|
||||||
distfiles="https://invisible-mirror.net/archives/xterm/$pkgname-$version.tgz"
|
changelog="http://invisible-island.net/xterm/xterm.log.html"
|
||||||
checksum=e0bf172a9bf301bd9d5ae27957f4f54687b5d22382fd2f4d872d0a4db47fcb96
|
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
||||||
|
checksum=a9b51c2c0154ad2f5f5b1d8a2348a6ebd4f845e7d277664d66604183522c0607
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in {u,}xterm.desktop; do
|
for f in {u,}xterm.desktop; do
|
||||||
vinstall $f 644 usr/share/applications
|
vinstall $f 644 usr/share/applications
|
||||||
done
|
done
|
||||||
|
|
||||||
|
sed -n '2,32p' < Makefile.in > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue