rpms/seed/devel seed-2.31.1-webkitgtk_tempfix.patch, NONE, 1.1 seed.spec, 1.2, 1.3

Michel Alexandre Salim salimma at fedoraproject.org
Sun Jul 4 22:59:37 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/seed/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20574

Modified Files:
	seed.spec 
Added Files:
	seed-2.31.1-webkitgtk_tempfix.patch 
Log Message:
Temporary fix until upstream configure is regenerated against new webkitgtk


seed-2.31.1-webkitgtk_tempfix.patch:
 configure |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE seed-2.31.1-webkitgtk_tempfix.patch ---
--- seed-2.31.1/configure.webkitgtk_tempfix	2010-03-29 06:06:27.000000000 +0200
+++ seed-2.31.1/configure	2010-07-05 00:57:12.601223436 +0200
@@ -12374,13 +12374,13 @@
 
 save_LIBS=$LIBS
 LIBS=`pkg-config --libs webkit-1.0`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for JSContextGroupCreate in -lwebkit-1.0" >&5
-$as_echo_n "checking for JSContextGroupCreate in -lwebkit-1.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for JSContextGroupCreate in -lwebkitgtk-1.0" >&5
+$as_echo_n "checking for JSContextGroupCreate in -lwebkitgtk-1.0... " >&6; }
 if test "${ac_cv_lib_webkit_1_0_JSContextGroupCreate+set}" = set; then :
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lwebkit-1.0  $LIBS"
+LIBS="-lwebkitgtk-1.0  $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -12415,7 +12415,7 @@
 #define HAVE_LIBWEBKIT_1_0 1
 _ACEOF
 
-  LIBS="-lwebkit-1.0 $LIBS"
+  LIBS="-lwebkitgtk-1.0 $LIBS"
 
 else
   as_fn_error "The installed version of WebKit is too old. Seed requires WebKit SVN revision 35442 or greater." "$LINENO" 5


Index: seed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seed/devel/seed.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- seed.spec	4 Jul 2010 22:42:54 -0000	1.2
+++ seed.spec	4 Jul 2010 22:59:37 -0000	1.3
@@ -10,6 +10,7 @@ License:        LGPLv3+
 URL:            http://live.gnome.org/Seed
 Source0:        http://ftp.gnome.org/pub/gnome/sources/seed/%{mainver}/seed-%{version}.tar.bz2
 Patch0:         seed-2.30.0-fix-implicit-dso.patch
+Patch1:         seed-2.31.1-webkitgtk_tempfix.patch
 
 BuildRequires:  dbus-glib-devel
 BuildRequires:  gobject-introspection-devel
@@ -54,6 +55,7 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch0 -p1 -b .fix-implicit-dso
+%patch1 -p1 -b .webkitgtk_tempfix
 # add lib64 to dlsearch_path_spec
 sed -i.libdir_syssearch -e \
   '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib /lib64 |' \



More information about the scm-commits mailing list