Skip to content

Commit

Permalink
fixup! gtk-vnc: update to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 authored and Gottox committed Dec 10, 2021
1 parent 4346ced commit be8599a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ libev.so.4 libev-4.04_1
libell.so.0 ell-0.45_1
libgvnc-1.0.so.0 gtk-vnc-0.4.4_1
libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
libgvncpulse-1.0.so.0 gtk-vnc-1.2.0_2
libyaml-0.so.2 libyaml-0.1.4_1
libuchardet.so.0 uchardet-0.0.6_1
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/gtk-vnc/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'gtk-vnc'
pkgname=gtk-vnc
version=1.2.0
revision=1
revision=2
build_helper="gir"
build_style=meson
configure_args="-Dwith-vala=$(vopt_if gir enabled disabled)"
configure_args="-Dwith-vala=$(vopt_if gir enabled disabled) -Dpulseaudio=enabled"
hostmakedepends="gettext gettext-devel glib-devel intltool libgcrypt-devel
pkg-config $(vopt_if gir vala)"
makedepends="gnutls-devel gtk+3-devel libsasl-devel $(vopt_if gir vala)"
makedepends="gnutls-devel gtk+3-devel libsasl-devel pulseaudio-devel $(vopt_if gir vala)"
short_desc="VNC viewer widget for GTK"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
Expand All @@ -23,7 +23,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
fi

gtk-vnc-devel_package() {
depends="glib-devel gtk+3-devel gtk-vnc>=${version}_${revision}"
depends="glib-devel gtk+3-devel pulseaudio-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
Expand Down

0 comments on commit be8599a

Please sign in to comment.