turbovnc: update to 2.0.1.
This commit is contained in:
parent
8a12699766
commit
c94bd75d11
1 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'turbovnc'
|
# Template file for 'turbovnc'
|
||||||
pkgname=turbovnc
|
pkgname=turbovnc
|
||||||
version=2.0
|
version=2.0.1
|
||||||
revision=3
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_CONFDIR=/etc
|
configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_CONFDIR=/etc
|
||||||
-DTVNC_MANDIR=/usr/share/man -DTVNC_DOCDIR=/usr/share/doc/${pkgname} -DTVNC_BUILDJAVA=0"
|
-DTVNC_MANDIR=/usr/share/man -DTVNC_DOCDIR=/usr/share/doc/${pkgname} -DTVNC_BUILDJAVA=0"
|
||||||
|
@ -13,15 +14,13 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://virtualgl.org"
|
homepage="http://virtualgl.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/turbovnc/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/turbovnc/$pkgname-$version.tar.gz"
|
||||||
checksum=703c5b9c0da760935eec33b5f883477b40ea212f207529908f67b568dd41d8d6
|
checksum=1b97cab4b84c37592e75ac08944ef091ff5ba34df46328b1b07ac17f8b1224e6
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
conflicts="tigervnc>=0"
|
conflicts="tigervnc>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
# Need this to make <sys/socket.h> define struct ucred with musl
|
||||||
*-musl) # Need this to make <sys/socket.h> define struct ucred
|
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
CFLAGS="-D_GNU_SOURCE"
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/etc/sysconfig
|
rm -rf ${DESTDIR}/etc/sysconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue