gtk-vnc: update to 0.9.0.
This commit is contained in:
parent
b7597ba2f3
commit
c464b92a9b
2 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gtk-vnc'
|
# Template file for 'gtk-vnc'
|
||||||
pkgname=gtk-vnc
|
pkgname=gtk-vnc
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="automake gettext-devel glib-devel gobject-introspection
|
hostmakedepends="automake gettext-devel glib-devel gobject-introspection
|
||||||
intltool libgcrypt-devel pkg-config"
|
intltool libgcrypt-devel libtool pkg-config"
|
||||||
makedepends="gnutls-devel gtk+-devel gtk+3-devel libsasl-devel
|
makedepends="gnutls-devel gtk+-devel gtk+3-devel libsasl-devel
|
||||||
$(vopt_if gir 'vala-devel')"
|
$(vopt_if gir 'vala-devel')"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
|
||||||
short_desc="VNC viewer widget for GTK"
|
short_desc="VNC viewer widget for GTK"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://wiki.gnome.org/Projects/gtk-vnc"
|
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://wiki.gnome.org/Projects/gtk-vnc"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=561647e093919ab0b38c4b1ea39813d5b5dc10ef290e689f4caef596a707dd57
|
checksum=3a9a88426809a5df2c14353cd9839b8c8163438cb708b31d8048c79d180fcab7
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
1
srcpkgs/gtk-vnc/update
Normal file
1
srcpkgs/gtk-vnc/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="\Q$pkgname\E-\K[0-9]+\.[0-9]*[0-9]\.[0-9.]*[0-9](?=)"
|
Loading…
Reference in a new issue