SOURCES: g-wrap-glib2.patch, g-wrap-info.patch - updated for 1.9.8

qboosh qboosh at pld-linux.org
Sat May 26 10:56:25 CEST 2007


Author: qboosh                       Date: Sat May 26 08:56:25 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.9.8

---- Files affected:
SOURCES:
   g-wrap-glib2.patch (1.3 -> 1.4) , g-wrap-info.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/g-wrap-glib2.patch
diff -u SOURCES/g-wrap-glib2.patch:1.3 SOURCES/g-wrap-glib2.patch:1.4
--- SOURCES/g-wrap-glib2.patch:1.3	Sat Dec 30 03:08:17 2006
+++ SOURCES/g-wrap-glib2.patch	Sat May 26 10:56:20 2007
@@ -1,16 +1,15 @@
---- g-wrap-1.9.7/configure.ac.orig	2006-11-05 14:57:30.000000000 +0100
-+++ g-wrap-1.9.7/configure.ac	2006-12-30 02:10:17.463942711 +0100
-@@ -119,12 +119,7 @@
- AC_SUBST(GW_LANGUAGES)
- 
- dnl Check for optional libraries
--AC_CHECK_PROG(have_glib, glib-config, yes, no)
--if test "$have_glib" = yes; then
--  PKG_CHECK_MODULES(GLIB, glib, [echo building GLib 1.2 support])
--else
--  echo Not building Glib 1.2 support
--fi
-+PKG_CHECK_MODULES(GLIB, glib-2.0, [have_glib=yes; echo building GLib 2.0 support], [have_glib=no])
- AM_CONDITIONAL(HAVE_GLIB, test "$have_glib" = yes)
- 
+--- g-wrap-1.9.8/configure.ac.orig	2007-05-04 16:48:20.000000000 +0200
++++ g-wrap-1.9.8/configure.ac	2007-05-26 10:12:08.010193344 +0200
+@@ -135,8 +135,10 @@
+ AC_ARG_WITH([glib], AS_HELP_STRING([--without-glib], [Build without glib-2 (default: test)]))
+ if test "x$with_glib" != "xno"; then
+   PKG_CHECK_MODULES([GLIB], [glib-2.0],
+-                    [AC_MSG_NOTICE([building GLib 2.0 support])],
+-                    [AC_MSG_NOTICE([Not building GLib 2.0 support])])
++                    [GLIB=yes
++		     AC_MSG_NOTICE([building GLib 2.0 support])],
++                    [GLIB=no
++		     AC_MSG_NOTICE([Not building GLib 2.0 support])])
+ fi 
+ AM_CONDITIONAL(HAVE_GLIB, test "$GLIB" = yes)
  

================================================================
Index: SOURCES/g-wrap-info.patch
diff -u SOURCES/g-wrap-info.patch:1.5 SOURCES/g-wrap-info.patch:1.6
--- SOURCES/g-wrap-info.patch:1.5	Wed May 22 01:28:00 2002
+++ SOURCES/g-wrap-info.patch	Sat May 26 10:56:20 2007
@@ -1,19 +1,14 @@
---- g-wrap-1.2.1/doc/g-wrap.texi.orig	Wed Oct 10 07:03:27 2001
-+++ g-wrap-1.2.1/doc/g-wrap.texi	Wed May 22 01:25:42 2002
-@@ -41,6 +41,16 @@
- approved by the author.
- @end titlepage
+--- g-wrap-1.9.8/doc/g-wrap.texi.orig	2006-11-25 19:49:08.000000000 +0100
++++ g-wrap-1.9.8/doc/g-wrap.texi	2007-05-26 09:41:31.697547850 +0200
+@@ -7,9 +7,9 @@
+ @paragraphindent 0
+ @c %**end of header
  
-+ at ifinfo
-+ at format
-+ at dircategory Programming tools:
-+ at direntry
-+* g-wrap: (g-wrap).                    A tool for exporting C libraries into
-+                                       Scheme interpreters
-+ at end direntry
-+ at end format
-+ at end ifinfo
-+
- @node Top, Copying, (dir), (dir)
- @ifinfo
+- at dircategory Libraries
++ at dircategory Libraries:
+ @direntry
+-* G-Wrap: (g-wrap). Scheme wrapper for C libraries
++* G-Wrap: (g-wrap).			Scheme wrapper for C libraries
+ @end direntry
  
+ @iftex
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/g-wrap-glib2.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/g-wrap-info.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list