turbovnc: update to 2.1.1.
This commit is contained in:
parent
f85ecfd756
commit
8e06210361
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'turbovnc'
|
||||
pkgname=turbovnc
|
||||
version=2.1
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_CONFDIR=/etc
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://virtualgl.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/turbovnc/$pkgname-$version.tar.gz"
|
||||
checksum=572c47162368f42c928171f497cde98e900e9be864b2c13b41afb7720d9d02d6
|
||||
checksum=969abaeffd8f0ea8f635031e21d62755a54c2616541c8f1d6d981e2138aa0fca
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
conflicts="tigervnc>=0"
|
||||
|
@ -24,7 +24,5 @@ CFLAGS="-D_GNU_SOURCE"
|
|||
post_install() {
|
||||
rm -rf ${DESTDIR}/etc/sysconfig
|
||||
rm -rf ${DESTDIR}/etc/init.d
|
||||
|
||||
mv ${DESTDIR}/usr/README.txt ${DESTDIR}/usr/share/doc/${pkgname}
|
||||
rm ${DESTDIR}/usr/share/man/man1/Xserver.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue