Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/gnome
In directory usw-pr-cvs1:/tmp/cvs-serv10233

Modified Files:
        gtk+extra-0.99.16-3.info 
Added Files:
        gnomemm-1.2.2-4.info gnomemm-1.2.2-4.patch gtkmm-1.2.10-1.info 
        gtkmm-1.2.10-1.patch 
Removed Files:
        gnomemm-1.2.2-3.info gnomemm-1.2.2-3.patch gtkmm-1.2.8-1.info 
        gtkmm-1.2.8-1.patch gtkmm-1.2.8-2.info gtkmm-1.2.8-2.patch 
Log Message:
sync with unstable

--- NEW FILE: gnomemm-1.2.2-4.info ---
Package: gnomemm
Version: 1.2.2
Revision: 4
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
BuildDepends: gnome-libs-dev, gtkmm, libsigc++
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: True
Source: mirror:sourceforge:gtkmm/%n-%v.tar.gz
Source-MD5: 2a45f162a68cd4b42881fb72a1dc528e
Patch: %f.patch
UpdateLibtoolInDirs: scripts
SetCPPFLAGS: -no-cpp-precomp
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Depends: gnome-libs-shlibs, gtkmm-shlibs
  Replaces: %N (<< 1.2.2-2)
  Files: lib/libgnomemm-1.2.9*.dylib
  DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: C++ interface for the GNOME libraries
DescDetail: <<
gnomemm is a set of C++ bindings for the GNOME libraries that provide
additional functionality above GTK+ and gtkmm.
<<
License: GPL
Homepage: http://gtkmm.sourceforge.net/

--- NEW FILE: gnomemm-1.2.2-4.patch ---
diff -ru gnomemm-1.2.2/src/gnome--/Makefile.in 
gnomemm-1.2.2-patched/src/gnome--/Makefile.in
--- gnomemm-1.2.2/src/gnome--/Makefile.in       2001-11-04 14:26:54.000000000 +0100
+++ gnomemm-1.2.2-patched/src/gnome--/Makefile.in       2002-08-08 18:30:31.000000000 
++0200
@@ -150,7 +150,7 @@
 
 # This builds the library
 libgnomemm_la_SOURCES = $(gnomemmc) app-helper.cc app-callback.cc point.cc 
affinetrans.cc construct_copies.cc
-libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -release 
$(GNOMEMM_RELEASE) -no-undefined
+libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -release 
+$(GNOMEMM_RELEASE)
 libgnomemm_la_LIBADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(gnomemmla) 
 libgnomemm_la_DEPENDENCIES = $(gnomemmla)
 
diff -ru gnomemm-1.2.2/src/procbar.gen_h gnomemm-1.2.2-patched/src/procbar.gen_h
--- gnomemm-1.2.2/src/procbar.gen_h     2001-04-24 16:39:35.000000000 +0200
+++ gnomemm-1.2.2-patched/src/procbar.gen_h     2002-08-08 18:31:50.000000000 +0200
@@ -42,7 +42,7 @@
 
   ProcBar(const Gtk::Label &label,
                const vector<Gdk_Color*> &colors,
-               gint (*cb)());
+               gint (*cb)(void *));
 
   void set_values (const vector<unsigned> &values);
 
@@ -72,7 +72,7 @@
 
 ProcBar::ProcBar(const Gtk::Label &label,
                             const vector<Gdk_Color*> &colors,
-                            gint (*cb)())
+                            gint (*cb)(void *))
   : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))),
     colors_(0)
 {

--- NEW FILE: gtkmm-1.2.10-1.info ---
Package: gtkmm
Version: 1.2.10
Revision: 1
Maintainer: Max Horn <[EMAIL PROTECTED]>
BuildDepends: glib, gtk+, libsigc++
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: a3816bef91a2796c3984b12954cc7fc9
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Depends: gtk+-shlibs, libsigc++-shlibs
  Replaces: %N (<= 1.2.8-1)
  Files: lib/libg*.*.dylib
  DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: C++ interface for the gtk+ library
License: LGPL
Homepage: http://gtkmm.sourceforge.net/

--- NEW FILE: gtkmm-1.2.10-1.patch ---
diff -ru gtkmm-1.2.10/configure gtkmm-1.2.10-patched/configure
--- gtkmm-1.2.10/configure      2002-06-15 18:34:48.000000000 +0200
+++ gtkmm-1.2.10-patched/configure      2002-08-08 14:21:09.000000000 +0200
@@ -3690,11 +3690,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-undefined suppress -flat_namespace'
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
-    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname 
$(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts $(test .$module != .yes && 
+echo -install_name $rpath/$soname $tmp_verstring)'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
diff -ru gtkmm-1.2.10/scripts/ltmain.sh gtkmm-1.2.10-patched/scripts/ltmain.sh
--- gtkmm-1.2.10/scripts/ltmain.sh      2002-06-15 18:34:39.000000000 +0200
+++ gtkmm-1.2.10-patched/scripts/ltmain.sh      2002-08-08 14:23:17.000000000 +0200
@@ -2858,6 +2858,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
          eval cmds=\"$archive_cmds\"
        fi
        IFS="${IFS=     }"; save_ifs="$IFS"; IFS='~'
diff -ru gtkmm-1.2.10/src/gtk--/Makefile.in gtkmm-1.2.10-patched/src/gtk--/Makefile.in
--- gtkmm-1.2.10/src/gtk--/Makefile.in  2002-06-15 18:41:37.000000000 +0200
+++ gtkmm-1.2.10-patched/src/gtk--/Makefile.in  2002-08-08 15:23:30.000000000 +0200
@@ -142,7 +142,7 @@
 
 # This builds the library
 libgtkmm_la_SOURCES = $(gtkmmc) gtk--.cc proxy.cc base.cc marshal.cc
-libgtkmm_la_LDFLAGS = -version-info $(LIBGTKMM_SO_VERSION) -release $(GTKMM_RELEASE) 
-no-undefined
+libgtkmm_la_LDFLAGS = -version-info $(LIBGTKMM_SO_VERSION) -release $(GTKMM_RELEASE)
 libgtkmm_la_INCLUDES = $(GTK_CFLAGS)
 libgtkmm_la_LIBADD = $(GTK_LIBS) $(gtkmmla)
 #libgtkmm_la_DEPENDENCIES = $(gtkmmla) 

Index: gtk+extra-0.99.16-3.info
===================================================================
RCS file: 
/cvsroot/fink/packages/dists/stable/main/finkinfo/gnome/gtk+extra-0.99.16-3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk+extra-0.99.16-3.info    23 May 2002 13:35:23 -0000      1.1
+++ gtk+extra-0.99.16-3.info    19 Aug 2002 14:24:04 -0000      1.2
@@ -1,11 +1,6 @@
 Package: gtk+extra
 Version: 0.99.16
 Revision: 3
-Description: A useful set of widgets for creating GUI's using GTK+.
-DescDetail: Extends and complements GTK+, especially useful for 
- plots and spreadsheets.
-DescPort: Needs LDFLAGS to avoid linking against the older, installed version of 
- the library instead of the newly compiled on.
 Source: http://gtkextra.sourceforge.net/src/%n-%v.tar.gz
 BuildDepends: glib
 Depends: %N-shlibs (= %v-%r)
@@ -25,6 +20,15 @@
   Replaces: %N (<= 0.99.16-2)
   Files: lib/libgtkextra-0.*.dylib
   DocFiles: README COPYING ChangeLog
+<<
+Description: Useful set of widgets for creating GUI's using GTK+.
+DescDetail: <<
+ Extends and complements GTK+, especially useful for 
+ plots and spreadsheets.
+<<
+DescPort: <<
+ Needs LDFLAGS to avoid linking against the older, installed version of 
+ the library instead of the newly compiled on.
 <<
 DocFiles: README COPYING ChangeLog
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- gnomemm-1.2.2-3.info DELETED ---

--- gnomemm-1.2.2-3.patch DELETED ---

--- gtkmm-1.2.8-1.info DELETED ---

--- gtkmm-1.2.8-1.patch DELETED ---

--- gtkmm-1.2.8-2.info DELETED ---

--- gtkmm-1.2.8-2.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to