]> git.pld-linux.org Git - packages/gtk2-vnc.git/blob - gtk2-vnc-pc.patch
- updated pc patch to allow newer libgvnc
[packages/gtk2-vnc.git] / gtk2-vnc-pc.patch
1 --- gtk-vnc-0.9.0/gvnc-1.0.pc.in.orig   2017-11-13 12:32:22.000000000 +0100
2 +++ gtk-vnc-0.9.0/gvnc-1.0.pc.in        2020-06-22 21:41:17.420482796 +0200
3 @@ -5,7 +5,7 @@
4  
5  Name: GVNC
6  Description: GObject for VNC client connections
7 -Requires: gobject-2.0 >= @GOBJECT_REQUIRED@
8 +Requires: gobject-2.0 >= @GLIB_REQUIRED@
9  Version: @VERSION@
10  Libs: -L${libdir} -lgvnc-1.0
11  Cflags: -I${includedir}/gvnc-1.0
12 --- gtk-vnc-0.9.0/gtk-vnc-1.0.pc.in.orig        2017-11-13 12:32:22.000000000 +0100
13 +++ gtk-vnc-0.9.0/gtk-vnc-1.0.pc.in     2020-06-24 22:01:36.031076439 +0200
14 @@ -5,7 +5,7 @@
15  
16  Name: GTK-VNC
17  Description: GTK widget for a VNC client
18 -Requires: gvnc-1.0 = @VERSION@, gtk+-2.0 >= @GTK_REQUIRED@
19 +Requires: gvnc-1.0 >= @VERSION@, gtk+-2.0 >= @GTK_REQUIRED@
20  Version: @VERSION@
21  Libs: -L${libdir} -lgtk-vnc-1.0
22  Cflags: -I${includedir}/gtk-vnc-1.0
This page took 0.079091 seconds and 3 git commands to generate.