]> git.pld-linux.org Git - packages/gtk-vnc.git/commitdiff
- added pc patch (fix gvnc-1.0.pc file) auto/th/gtk-vnc-0.9.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Jun 2020 19:53:29 +0000 (21:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Jun 2020 19:53:29 +0000 (21:53 +0200)
gtk-vnc-pc.patch [new file with mode: 0644]
gtk-vnc.spec

diff --git a/gtk-vnc-pc.patch b/gtk-vnc-pc.patch
new file mode 100644 (file)
index 0000000..b72cb34
--- /dev/null
@@ -0,0 +1,11 @@
+--- gtk-vnc-0.9.0/gvnc-1.0.pc.in.orig  2017-11-13 12:32:22.000000000 +0100
++++ gtk-vnc-0.9.0/gvnc-1.0.pc.in       2020-06-22 21:41:17.420482796 +0200
+@@ -5,7 +5,7 @@
+ Name: GVNC
+ Description: GObject for VNC client connections
+-Requires: gobject-2.0 >= @GOBJECT_REQUIRED@
++Requires: gobject-2.0 >= @GLIB_REQUIRED@
+ Version: @VERSION@
+ Libs: -L${libdir} -lgvnc-1.0
+ Cflags: -I${includedir}/gvnc-1.0
index 9e0aebdd50f8e931ba8dead4572051b9bc1e209f..43b033268e3eb83cf3813b4dbb448fbd0a0dbee3 100644 (file)
@@ -12,6 +12,7 @@ License:      LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.9/%{name}-%{version}.tar.xz
 # Source0-md5: 1eed0aa5d71f849eae9fa00ecf28e247
+Patch0:                %{name}-pc.patch
 URL:           https://wiki.gnome.org/Projects/gtk-vnc
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.10
@@ -232,6 +233,7 @@ Narzędzia linii poleceń do interakcji z serwerami VNC.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e '1s,/usr/bin/python$,%{__python},' examples/gvncviewer.py
 
This page took 0.173697 seconds and 4 git commands to generate.