gtk-vnc: Update to 1.2.0
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
--- gtk-vnc-1.0.0/gvnc-1.0.pc.in.orig 2019-08-08 08:23:25.297686000 +0300
|
||||
+++ gtk-vnc-1.0.0/gvnc-1.0.pc.in 2019-08-08 08:24:03.690807300 +0300
|
||||
@@ -1,5 +1,6 @@
|
||||
-libdir=@libdir@
|
||||
-includedir=@includedir@
|
||||
+prefix=@prefix@
|
||||
+libdir=${prefix}/lib
|
||||
+includedir=${prefix}/include
|
||||
|
||||
Name: GVNC
|
||||
Description: GObject for VNC client connections
|
||||
--- gtk-vnc-1.0.0/gvncpulse-1.0.pc.in.orig 2019-08-08 08:24:30.569754300 +0300
|
||||
+++ gtk-vnc-1.0.0/gvncpulse-1.0.pc.in 2019-08-08 08:24:34.066954400 +0300
|
||||
@@ -1,5 +1,6 @@
|
||||
-libdir=@libdir@
|
||||
-includedir=@includedir@
|
||||
+prefix=@prefix@
|
||||
+libdir=${prefix}/lib
|
||||
+includedir=${prefix}/include
|
||||
|
||||
Name: GVNC Pulse
|
||||
Description: Pulse audio bridge for VNC client connections
|
||||
--- gtk-vnc-1.0.0/gtk-vnc-2.0.pc.in.orig 2019-08-08 08:24:10.397151800 +0300
|
||||
+++ gtk-vnc-1.0.0/gtk-vnc-2.0.pc.in 2019-08-08 08:24:21.249605100 +0300
|
||||
@@ -1,5 +1,6 @@
|
||||
-libdir=@libdir@
|
||||
-includedir=@includedir@
|
||||
+prefix=@prefix@
|
||||
+libdir=${prefix}/lib
|
||||
+includedir=${prefix}/include
|
||||
|
||||
Name: GTK-VNC
|
||||
Description: GTK widget for a VNC client
|
||||
@@ -3,8 +3,8 @@
|
||||
_realname=gtk-vnc
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.0.0
|
||||
pkgrel=3
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
pkgdesc="VNC viewer widget for GTK+ (mingw-w64)"
|
||||
@@ -26,15 +26,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
options=('strip' 'staticlibs')
|
||||
license=("GPL 2.1")
|
||||
url="https://www.gnome.org"
|
||||
source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz
|
||||
001-fix-pkgconfig-files.patch)
|
||||
sha256sums=('a81a1f1a79ad4618027628ffac27d3391524c063d9411c7a36a5ec3380e6c080'
|
||||
'b6a7412ba0842c7b56464a70c35e7f98f5323c8b534229914b9701465e2d853c')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/${_realname}-${pkgver}
|
||||
patch -p1 -i ${srcdir}/001-fix-pkgconfig-files.patch
|
||||
}
|
||||
source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz)
|
||||
sha256sums=('7aaf80040d47134a963742fb6c94e970fcb6bf52dc975d7ae542b2ef5f34b94a')
|
||||
|
||||
build() {
|
||||
[[ -d "${srcdir}"/build-${MINGW_CHOST} ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
|
||||
@@ -45,7 +38,7 @@ build() {
|
||||
${MINGW_PREFIX}/bin/meson \
|
||||
--prefix="${MINGW_PREFIX}" \
|
||||
--buildtype=plain \
|
||||
-Dwith-vala=true \
|
||||
-Dwith-vala=enabled \
|
||||
"../${_realname}-${pkgver}"
|
||||
|
||||
${MINGW_PREFIX}/bin/ninja
|
||||
|
||||
Reference in New Issue
Block a user