]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- updated for 1.9.8
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 May 2007 08:56:20 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g-wrap-glib2.patch -> 1.4
    g-wrap-info.patch -> 1.6

g-wrap-glib2.patch
g-wrap-info.patch

index c080414d6dec4bd234199ba5d6d5e58b0df75b77..518a669016f192b5120a97dac1f1d6e34215f503 100644 (file)
@@ -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 a058f50f7b79105ff22134133c7d401386f341b6..886b1f5fc4ba39ccb6e3c66fc385548f1d9c9258 100644 (file)
@@ -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
  
-+@ifinfo
-+@format
-+@dircategory Programming tools:
-+@direntry
-+* g-wrap: (g-wrap).                    A tool for exporting C libraries into
-+                                       Scheme interpreters
-+@end direntry
-+@end format
-+@end ifinfo
-+
- @node Top, Copying, (dir), (dir)
- @ifinfo
+-@dircategory Libraries
++@dircategory Libraries:
+ @direntry
+-* G-Wrap: (g-wrap). Scheme wrapper for C libraries
++* G-Wrap: (g-wrap).                   Scheme wrapper for C libraries
+ @end direntry
  
+ @iftex
This page took 0.09679 seconds and 4 git commands to generate.