gtk-vnc: Rebuild with gnutl-3.4.0
This commit is contained in:
@@ -3,20 +3,19 @@
|
||||
_realname=gtk-vnc
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=0.5.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('any')
|
||||
pkgdesc="VNC viewer widget for GTK+ (mingw-w64)"
|
||||
options=(strip staticlibs)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gtk3"
|
||||
"${MINGW_PACKAGE_PREFIX}-gobject-introspection"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2-pygtk"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-cyrus-sasl"
|
||||
"${MINGW_PACKAGE_PREFIX}-gnutls"
|
||||
"${MINGW_PACKAGE_PREFIX}-gtk3"
|
||||
"${MINGW_PACKAGE_PREFIX}-libgcrypt"
|
||||
"${MINGW_PACKAGE_PREFIX}-libgpg-error"
|
||||
"${MINGW_PACKAGE_PREFIX}-cyrus-sasl"
|
||||
"${MINGW_PACKAGE_PREFIX}-vala"
|
||||
"${MINGW_PACKAGE_PREFIX}-libview")
|
||||
"${MINGW_PACKAGE_PREFIX}-libview"
|
||||
"${MINGW_PACKAGE_PREFIX}-zlib")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
"${MINGW_PACKAGE_PREFIX}-gobject-introspection"
|
||||
"${MINGW_PACKAGE_PREFIX}-pkg-config"
|
||||
"${MINGW_PACKAGE_PREFIX}-vala")
|
||||
options=('strip' 'staticlibs')
|
||||
@@ -31,7 +30,6 @@ prepare() {
|
||||
cd "${srcdir}"/${_realname}-${pkgver}
|
||||
|
||||
patch -p1 -i ${srcdir}/001-win.patch
|
||||
|
||||
autoreconf -isf
|
||||
}
|
||||
|
||||
@@ -39,7 +37,6 @@ build() {
|
||||
mkdir -p build-${MINGW_CHOST}
|
||||
cd build-${MINGW_CHOST}
|
||||
|
||||
PYTHON=${MINGW_PREFIX}/bin/python2 \
|
||||
../${_realname}-${pkgver}/configure \
|
||||
--prefix=${MINGW_PREFIX} \
|
||||
--libexecdir=${MINGW_PREFIX}/lib \
|
||||
@@ -47,7 +44,6 @@ build() {
|
||||
--target=${MINGW_CHOST} \
|
||||
--build=${MINGW_CHOST} \
|
||||
--enable-introspection \
|
||||
--with-python=yes \
|
||||
--with-gtk=3.0 \
|
||||
--with-sasl \
|
||||
--with-libview=yes
|
||||
|
||||
Reference in New Issue
Block a user