Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17581/stable/main/finkinfo/gnome

Added Files:
        geeqie.info gelemental.info gliv.info gmetadom0.info 
        gmetadom0.patch gnome-about.info gnome-about.patch 
        gpicview.info gpicview.patch libgdome0.info libgdome0.patch 
        viewnior.info 
Log Message:
from 10.6

--- NEW FILE: gpicview.info ---
Package: gpicview
Version: 0.2.1
Revision: 3
Depends: atk1-shlibs (>= 1.26.0-2), cairo-shlibs (>= 1.8.8-2), expat1-shlibs 
(>= 2.0.1-1), fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-2), 
glib2-shlibs (>= 2.20.3-1), glitz-shlibs (>= 0.5.6-3), gtk+2-shlibs (>= 
2.16.2-2), libgettext8-shlibs (>= 0.14.5-2), libiconv (>= 1.12-3), 
libjpeg8-shlibs, pango1-xft2-ft219-shlibs (>= 1.24.3-1), pixman-shlibs (>= 
0.14.0-2), x11, x11-shlibs
BuildDepends: gettext-tools, intltool40, atk1 (>= 1.26.0-2), cairo (>= 
1.8.8-2), expat1 (>= 2.0.1-1), fontconfig2-dev (>= 2.4.1-6), freetype219 (>= 
2.3.8-2), glib2-dev (>= 2.20.3-1), glitz (>= 0.5.6-3), gtk+2-dev (>= 2.16.2-2), 
libgettext8-dev (>= 0.14.5-2), libiconv-dev (>= 1.12-3), libjpeg8, 
pango1-xft2-ft219-dev (>= 1.24.3-1), pixman (>= 0.14.0-2), x11-dev, pkgconfig
Source: mirror:sourceforge:lxde/%n-%v.tar.gz
Source-MD5: a2de255bf9bdc40746c0dc89b3454a10
PatchFile: %n.patch
PatchFile-MD5: ba74ceb41a6756af06931ff14e2dd2ab
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
License: GPL
Homepage: http://lxde.sourceforge.net/gpicview
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Slim imageviewer, uses GTK+2


--- NEW FILE: viewnior.info ---
Package: viewnior
Version: 1.0
Revision: 3
Depends: atk1-shlibs (>= 1.24.0-2), cairo-shlibs (>= 1.8.6-3), 
freetype219-shlibs (>= 2.3.8-1), gconf2-shlibs (>= 2.24.0-3), glib2-shlibs (>= 
2.18.4-4), gtk+2-shlibs (>= 2.14.7-4), libgettext8-shlibs (>= 0.14.5-2), 
pango1-xft2-ft219-shlibs (>= 1.22.4-2), x11, x11-shlibs, gtk+2
BuildDepends: intltool40, pkgconfig, gettext-tools, atk1 (>= 1.24.0-2), cairo 
(>= 1.8.6-3), freetype219 (>= 2.3.8-1), gconf2-dev (>= 2.24.0-3), glib2-dev (>= 
2.18.4-4), glitz, gtk+2-dev (>= 2.14.7-4), libgettext8-dev (>= 0.14.5-2), 
pango1-xft2-ft219-dev (>= 1.22.4-2), x11-dev
Source: http://cloud.github.com/downloads/xsisqox/Viewnior/%n-%v.tar.gz
Source-MD5: a9cc6cdf5b0c628ad7a2577656915f58
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--enable-wallpaper
InstallScript: make install DESTDIR=%d
PostInstScript: gtk-update-icon-cache -f -t %p/share/icons/hicolor
PostRmScript: gtk-update-icon-cache -f -t %p/share/icons/hicolor
DocFiles: AUTHORS COPYING ChangeLog* NEWS README TODO
License: GPL
Homepage: http://xsisqox.github.com/Viewnior
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Fast and elegant picture viewer

--- NEW FILE: libgdome0.patch ---
diff -Nurd -x'*~' gdome2-0.8.1.orig/configure.in gdome2-0.8.1/configure.in
--- gdome2-0.8.1.orig/configure.in      2003-10-05 10:39:27.000000000 -0400
+++ gdome2-0.8.1/configure.in   2006-03-30 02:37:37.000000000 -0500
@@ -57,24 +57,13 @@
 dnl find glib
 dnl
 
-GLIB_1="no"
-AC_ARG_ENABLE(glib-1, 
-        [  --enable-glib-1=[no]                    Specify if you want to use 
glib 1],
-       GLIB_1=yes
-)
+PKG_PROG_PKG_CONFIG()
 
-if test "x$GLIB_1" = "xyes"
-then
-       PKG_CHECK_MODULES(GLIB, glib)
-       GLIB_REQUIRED="glib"
-       GLIB_MIN_VERSION=1.2.10
-        AM_PATH_GLIB($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB (see 
config.log for details).))
-else
+       AC_SUBST(GLIB_CONFIG,@FINKPREFIX@/bin/glib-config)
        PKG_CHECK_MODULES(GLIB, glib-2.0)
        GLIB_REQUIRED="glib-2.0"
        GLIB_MIN_VERSION=2.2.0
-        AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB 
(see config.log for details).))
-fi
+        AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB2 
(see config.log for details).))
 AC_SUBST(GLIB_MIN_VERSION)
 AC_SUBST(GLIB_LIBS)
 AC_SUBST(GLIB_REQUIRED)
diff -Nurd -x'*~' gdome2-0.8.1.orig/gdome2.pc.in gdome2-0.8.1/gdome2.pc.in
--- gdome2-0.8.1.orig/gdome2.pc.in      2003-10-03 11:53:29.000000000 -0400
+++ gdome2-0.8.1/gdome2.pc.in   2010-01-15 13:59:53.000000000 -0500
@@ -7,6 +7,6 @@
 Name: gdome2
 Description: DOM level2 library for accessing XML files
 Version: @VERSION@
-Requires: @GLIB_REQUIRED@ >= @GLIB_MIN_VERSION@, libxml-2.0 >= 
@XML_MIN_VERSION@
+Requires: @GLIB_REQUIRED@ >= @GLIB_MIN_VERSION@
 Libs: -L${libdir} -lgdome
 Cflags: -I${includedir}/libgdome
diff -Nurd -x'*~' gdome2-0.8.1.orig/gtk-doc/Makefile.am 
gdome2-0.8.1/gtk-doc/Makefile.am
--- gdome2-0.8.1.orig/gtk-doc/Makefile.am       2002-04-04 01:58:04.000000000 
-0500
+++ gdome2-0.8.1/gtk-doc/Makefile.am    2006-03-03 18:24:03.000000000 -0500
@@ -33,10 +33,10 @@
        rm -rf sgml html gdome2-decl-list.txt gdome2-decl.txt 
 
 install-data-local:
-       -install -d -m 0755 $(TARGET_DIR)
-       -install -m 0644 $(srcdir)/html/*.html $(TARGET_DIR)
-       -install -m 0644 $(srcdir)/html/index.sgml $(TARGET_DIR)
-       -(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) 
--html-dir=$(HTML_DIR))
+       -install -d -m 0755 $(DESTDIR)$(TARGET_DIR)
+       -install -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
+       -install -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
+       -(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) 
--html-dir=$(DESTDIR)$(HTML_DIR))
 
 .PHONY : html sgml templates scan
 
diff -Nurd -x'*~' gdome2-0.8.1.orig/libgdome/xpath/gdome-xpath-xpnsresolv.h 
gdome2-0.8.1/libgdome/xpath/gdome-xpath-xpnsresolv.h
--- gdome2-0.8.1.orig/libgdome/xpath/gdome-xpath-xpnsresolv.h   2002-02-22 
16:15:53.000000000 -0500
+++ gdome2-0.8.1/libgdome/xpath/gdome-xpath-xpnsresolv.h        2006-03-03 
18:12:49.000000000 -0500
@@ -42,6 +42,5 @@
 void gdome_xpath_xpnsresolv_unref (GdomeXPathNSResolver *self, GdomeException 
*exc);
 GdomeDOMString * gdome_xpath_xpnsresolv_lookupNamespaceURI( 
GdomeXPathNSResolver *self, GdomeDOMString *prefix, GdomeException *exc);
 
-const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab;
 
 #endif /* GDOME_XPNSRESOLV_FILE */

--- NEW FILE: gnome-about.info ---
Package: gnome-about
Version: 2.28.2
Revision: 5
Depends: <<
        gnome-desktop2.11-shlibs (>= %v-1),
        gnome-python2-py27 (>= 2.28.0-1),
        pycairo-py27 (>= 1.8.8-3),
        pygobject2-py27 (>= 2.20.0-1),
        pygtk2-gtk-py27 (>= 2.16.0-1),
        python27
<<
BuildDepends: <<
        fink (>= 0.24.12-1),
        gettext-bin,
        gettext-tools,
        gnome-doc-utils (>= 0.18.1-1),
        gtk-doc (>= 1.13-5),
        intltool40,
        libgettext8-dev
<<
Replaces: <<
        control-center (<< 2.4.0-1),
        gnome-desktop (<< 2.28.2-4)
<<
Source: mirror:gnome:sources/gnome-desktop/2.28/gnome-desktop-%v.tar.bz2
Source-MD5: 036423159a3240a258cc3892573f0e0f
PatchFile: %n.patch
PatchFile-MD5: 4731d315bdd2005ceaaa5cf5e7ea82ae
PatchScript: <<
        %{default_script}
        perl -pi -e 's/^SUBDIRS/SUBDIRS=gnome-about\nSUBDIRS_OLD/g' Makefile.in
<<
ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking 
--disable-scrollkeeper --with-gnome-distributor=fink --disable-static 
--disable-gtk-doc --disable-date-in-gnome-version --disable-silent-rules
CompileScript: <<
        PYTHON=%p/bin/python2.7 ./configure %c
        make
<<
InstallScript: <<
        make -j1 install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* HACKING MAINTAINERS NEWS README ChangeLog
Description: "About Gnome" dialog box
DescPackaging: <<
        Fix gettext catalog name (lib-version). NB: catalog is shared
        by runtime programs and dylib.

        Split this python script and its dedicated support files out
        of gnome-desktop as of 2.28.2-3. Hack build to do just this
        part we care about without the rest of the libgnomedesktop
        stuff.
<<
License: GPL/LGPL/GFDL
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://www.gnome.org/

--- NEW FILE: gmetadom0.patch ---
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/Makefile.in 
gmetadom-0.2.6/src/gdome_cpp_smart/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/Makefile.in 2007-10-15 
05:42:42.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/Makefile.in      2010-01-15 
14:17:09.000000000 -0500
@@ -230,16 +230,16 @@
   $(top_builddir)/src/gdome_cpp_smart/events/libevents.la \
   $(top_builddir)/src/gdome_cpp_smart/core/libcore.la \
   $(top_builddir)/src/gdome_cpp_smart/basic/libbasic.la \
-  -lstdc++
+  -liconv
 
 libgmetadom_gdome_cpp_smart_la_LDFLAGS = -version-info @GMETADOM_VERSION_INFO@
 libgmetadom_gdome_cpp_smart_la_SOURCES = \
   GdomeSmartDOMDOMImplementation.cc
 
 INCLUDES = \
-  $(GDOME_CFLAGS) \
   -I$(srcdir)/include \
-  -I$(top_builddir)/src/gdome_cpp_smart/include
+  -I$(top_builddir)/src/gdome_cpp_smart/include \
+  $(GDOME_CFLAGS)
 
 all: all-recursive
 
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/basic/Makefile.in 
gmetadom-0.2.6/src/gdome_cpp_smart/basic/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/basic/Makefile.in   2007-10-15 
05:42:42.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/basic/Makefile.in        2008-09-28 
03:16:16.000000000 -0400
@@ -213,9 +213,9 @@
 noinst_LTLIBRARIES = libbasic.la
 libbasic_la_SOURCES = $(AUTO_CC)
 INCLUDES = \
-  $(GDOME_CFLAGS) \
   -I$(srcdir)/../include \
-  -I$(top_builddir)/src/gdome_cpp_smart/include
+  -I$(top_builddir)/src/gdome_cpp_smart/include \
+  $(GDOME_CFLAGS)
 
 all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-am
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/core/Makefile.in 
gmetadom-0.2.6/src/gdome_cpp_smart/core/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/core/Makefile.in    2007-10-15 
05:42:43.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/core/Makefile.in 2008-09-28 
03:16:16.000000000 -0400
@@ -238,9 +238,9 @@
   $(AUTO_CC)
 
 INCLUDES = \
-  $(GDOME_CFLAGS) \
   -I$(srcdir)/../include \
-  -I$(top_builddir)/src/gdome_cpp_smart/include
+  -I$(top_builddir)/src/gdome_cpp_smart/include \
+  $(GDOME_CFLAGS)
 
 all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-am
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/events/Makefile.in 
gmetadom-0.2.6/src/gdome_cpp_smart/events/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/events/Makefile.in  2007-10-15 
05:42:43.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/events/Makefile.in       2008-09-28 
03:16:16.000000000 -0400
@@ -218,9 +218,9 @@
   $(AUTO_CC)
 
 INCLUDES = \
-  $(GDOME_CFLAGS) \
   -I$(srcdir)/../include \
-  -I$(top_builddir)/src/gdome_cpp_smart/include
+  -I$(top_builddir)/src/gdome_cpp_smart/include \
+  $(GDOME_CFLAGS)
 
 all: all-am
 
diff -Nurd -x'*~' gmetadom-0.2.6.orig/src/gdome_cpp_smart/test/Makefile.in 
gmetadom-0.2.6/src/gdome_cpp_smart/test/Makefile.in
--- gmetadom-0.2.6.orig/src/gdome_cpp_smart/test/Makefile.in    2007-10-15 
05:42:44.000000000 -0400
+++ gmetadom-0.2.6/src/gdome_cpp_smart/test/Makefile.in 2010-01-15 
14:27:17.000000000 -0500
@@ -51,7 +51,6 @@
 basic_OBJECTS = $(am_basic_OBJECTS)
 am__DEPENDENCIES_1 =
 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
-       $(top_builddir)/src/gdome_cpp_smart/.libs/libgmetadom_gdome_cpp_smart.a 
\
        $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la
 basic_DEPENDENCIES = $(am__DEPENDENCIES_2)
 am_deep_OBJECTS = deep.$(OBJEXT)
@@ -218,17 +217,15 @@
 deep_SOURCES = deep.cc
 LDADDS = \
   $(GDOME_LIBS) \
-  $(top_builddir)/src/gdome_cpp_smart/.libs/libgmetadom_gdome_cpp_smart.a \
-  $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la \
-  -lstdc++
+  $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la
 
 test_LDADD = $(LDADDS)
 basic_LDADD = $(LDADDS)
 deep_LDADD = $(LDADDS)
 INCLUDES = \
-  $(GDOME_CFLAGS) \
   -I$(srcdir)/../include \
-  -I$(top_builddir)/src/gdome_cpp_smart/include
+  -I$(top_builddir)/src/gdome_cpp_smart/include \
+  $(GDOME_CFLAGS)
 
 all: all-am
 

--- NEW FILE: gpicview.patch ---
diff -Nurd '-x*~' gpicview-0.2.1.orig/src/Makefile.in 
gpicview-0.2.1/src/Makefile.in
--- gpicview-0.2.1.orig/src/Makefile.in 2009-06-29 16:23:33.000000000 -0400
+++ gpicview-0.2.1/src/Makefile.in      2012-02-17 08:51:46.000000000 -0500
@@ -245,7 +245,7 @@
 
 # the library search path.
 # use -nodefaultlibs to prevent linking libstdc++
-gpicview_LDADD = @PACKAGE_LIBS@
+gpicview_LDADD = @PACKAGE_LIBS@ -L/usr/X11R6/lib -lX11
 noinst_HEADERS = \
        glib-mem.h \
        image-list.h \

--- NEW FILE: gnome-about.patch ---
diff -Nurd -x'*~' gnome-desktop-2.28.2.orig/configure 
gnome-desktop-2.28.2/configure
--- gnome-desktop-2.28.2.orig/configure 2009-12-17 06:22:33.000000000 -0500
+++ gnome-desktop-2.28.2/configure      2010-09-30 03:32:20.000000000 -0400
@@ -13622,6 +13622,7 @@
 
 
 
+if false; then
 GDK_PIXBUF_REQUIRED=2.4.0
 GTK_REQUIRED=2.14.0
 GLIB_REQUIRED=2.19.1
@@ -16370,6 +16371,7 @@
 
 
 
+fi
         # Find any Python interpreter.
     if test -z "$PYTHON"; then
       for ac_prog in python python2 python3 python3.0 python2.5 python2.4 
python2.3 python2.2 python2.1 python2.0
@@ -16621,7 +16623,7 @@
 
 
 
-GETTEXT_PACKAGE=gnome-desktop-2.0
+GETTEXT_PACKAGE=gnome-desktop-2.11
 
 cat >>confdefs.h <<_ACEOF
 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"

--- NEW FILE: gliv.info ---
Package: gliv
Version: 1.9.6
Revision: 2
Depends: atk1-shlibs (>= 1.26.0-2), cairo-shlibs (>= 1.8.8-2), 
freetype219-shlibs (>= 2.3.8-2), glib2-shlibs (>= 2.20.5-1), gtk+2-shlibs (>= 
2.16.6-1), gtkglext1-shlibs (>= 1.0.6-1011), libgettext3-shlibs (>= 0.14.5-2), 
libiconv (>= 1.12-3), pango1-xft2-ft219-shlibs (>= 1.24.5-1), x11, x11-shlibs
BuildDepends: gettext-tools, pkgconfig (>= 0.9.0-1), atk1 (>= 1.26.0-2), cairo 
(>= 1.8.8-2), freetype219 (>= 2.3.8-2), glib2-dev (>= 2.20.5-1), glitz, 
gtk+2-dev (>= 2.16.6-1), gtkglext1 (>= 1.0.6-1011), libgettext3-dev (>= 
0.14.5-2), libiconv-dev (>= 1.12-3), pango1-xft2-ft219-dev (>= 1.24.5-1), 
x11-dev
Source: http://guichaz.free.fr/%n/files/%n-%v.tar.bz2
Source-MD5: e51838ed643f3af5143a20a12f432b9d
SetCFLAGS: -Os
PatchScript: perl -pi -e 's,\#include "stdlib.h",\#include 
"stdlib.h"\n\#include <sys/types.h>,' lib/getdelim.c
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS COPYING NEWS README THANKS
License: GPL
Homepage: http://guichaz.free.fr/gliv
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Fast imageviewer, based on OpenGL


--- NEW FILE: geeqie.info ---
Package: geeqie
Version: 1.0
Revision: 1002
Depends: atk1-shlibs (>= 1.26.0-2), cairo-shlibs (>= 1.8.8-2), 
freetype219-shlibs (>= 2.3.8-2), glib2-shlibs (>= 2.20.5-1), gtk+2-shlibs (>= 
2.16.6-1), lcms-shlibs (>= 1.18-1), libexiv2-0.19-shlibs (>= 0.19-1001), 
libgettext8-shlibs (>= 0.17-12), pango1-xft2-ft219-shlibs (>= 1.24.5-1), x11, 
x11-shlibs
BuildDepends: gettext-tools, pkgconfig, intltool40, gnome-doc-utils, atk1 (>= 
1.26.0-2), cairo (>= 1.8.8-2), freetype219 (>= 2.3.8-2), glib2-dev (>= 
2.20.5-1), glitz, gtk+2-dev (>= 2.16.6-1), lcms (>= 1.18-1), libexiv2-0.19 (>= 
0.19-1001), libgettext8-dev (>= 0.17-12), pango1-xft2-ft219-dev (>= 1.24.5-1), 
x11-dev
Source: mirror:sourceforge:project/%n/%n/%n-%v/%n-%v.tar.gz
Source-MD5: 1d67ef990390224c5052697d93bb49c0
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--enable-gps
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
License: GPL
GCC: 4.0
Homepage: http://geeqie.sourceforge.net
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Image viewer, fork of gqview


--- NEW FILE: libgdome0.info ---
Package: libgdome0
Version: 0.8.1
Revision: 7

Source: http://gdome2.cs.unibo.it/tarball/gdome2-%v.tar.gz
Source-MD5: bfc114e59eec50cbda8e4ece751ff022

BuildDepends: <<
        autoconf2.6,
        automake1.11,
        fink (>= 0.24.12-1),
        glib2-dev (>= 2.22.0-1),
        gtk-doc (>= 1.13-5),
        libiconv-dev,
        libtool2,
        libxml2 (>= 2.6.32-1),
        pkgconfig (>= 0.23)
<<
Depends: %N-shlibs (= %v-%r)

BuildDependsOnly: true

ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--disable-static 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
PatchFile: %n.patch
PatchFile-MD5: 72f4176cd7ea35b6eaedfbe62fcee142
PatchScript: <<
        %{default_script}
  perl -pi -e 's,\@FINKPREFIX\@,%p,' configure.in
        perl -pi -e 's/-version-info/-no-undefined -version-info/' 
libgdome/Makefile.am
  glibtoolize --force
  autoreconf -fi
<<
InstallScript: <<
  make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* ChangeLog MAINTAINERS NEWS README*

SplitOff: <<
  Package: %N-shlibs
  Depends: <<
                glib2-shlibs (>= 2.22.0-1),
                libiconv,
                libxml2-shlibs (>= 2.6.32-1)
  <<
  Files: lib/libgdome.0.*dylib
  DocFiles: AUTHORS COPYING* ChangeLog MAINTAINERS NEWS README*
  Shlibs: %p/lib/libgdome.0.dylib 9.0.0 %n (>= 0.8.1-1)
<<

DescPackaging: <<
        All libs are shared-only and all symbols are resolved via dyld
        so do not export internal-implementation reqs via pkg-config.
        Reduces BuildDepends inheritance of things that are not in
        public interface.
<<
DescPort: <<
  Included libtool is *very* old and buggy, so we'll just start
  over instead of trying to patch it.

  Make sure to find pkg-config before trying to use it, and clarify
  diagnostics about what glib is being checked. Rip out glib1 detection:
  configure is regenerated from configure.in, and keeping it would mean
  we'd need BuildDepends:glib in order to get AM_PATH_GLIB. But make
  sure the results of AM_PATH_GLIB are patched into gdome-config.

  Don't put a .c's private variable in its .h file.
<<
DescUsage: <<
  The flags declared by pkg-config or gdomeConf.sh are for glib2; the
  flags declared by gdome-config are for glib1. The libgdome library
  in this package itself is linked against glib2. It (apparently)
  doesn't matter which one is used when linking against libgdome.
<<

Description: DOM level2 library for accessing XML files
Homepage: http://gdome2.cs.unibo.it
License: GPL/LGPL
Maintainer: Daniel Macks <dma...@netspace.org>

--- NEW FILE: gmetadom0.info ---
Package: gmetadom0
Version: 0.2.6
Revision: 2

Source: mirror:sourceforge:gmetadom/gmetadom-%v.tar.gz
Source-MD5: 7bfb5d9c6f20ffa5e790b63d1f8cb481

BuildDepends: <<
        fink (>= 0.24.12-1),
        glib2-dev (>= 2.22.0-1),
        libgdome0 (>= 0.8.1-7),
        libiconv-dev,
        libxslt-bin,
        pkgconfig (>= 0.23)
<<
Depends: %N-shlibs (= %v-%r)
GCC: 4.0

BuildDependsOnly: true

SetCPPFLAGS: -Wall
SetCXXFLAGS: -Wall
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--with-modules=gdome_cpp_smart --disable-static 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
PatchFile: %n.patch
PatchFile-MD5: be45545785db903586205f5e66d90573
PatchScript: <<
        %{default_script}
        perl -pi -e 's/-version-info/-no-undefined -version-info/' 
src/gdome_cpp_smart/Makefile.in
<<
CompileScript: <<
        OCAMLC=no OCAMLOPT=no HAVE_OCAMLDEP=no HAVE_OCAMLFIND=no ./configure %c
        make
<<
InstallScript: <<
  make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog HISTORY LICENSE

SplitOff: <<
  Package: %N-shlibs
  Depends: <<
                glib2-shlibs (>= 2.22.0-1),
                libiconv,
                libgdome0-shlibs (>= 0.8.1-7)
  <<
  Files: lib/libgmetadom_gdome_cpp_smart.0.*dylib
  DocFiles: AUTHORS COPYING ChangeLog HISTORY LICENSE NEWS README
  Shlibs: %p/lib/libgmetadom_gdome_cpp_smart.0.dylib 3.0.0 %n (>= 0.2.3-1)
<<

DescPort: <<
  The g++ linker already passes -lstdc++ to ld, so don't also pass it
  explicitly.

  Make sure all local -I come before global ones.

        Uses libiconv, so link against it directly.

        Don't hard-code path to static-lib since libtool will already
        find shared one.
<<
DescPackaging: <<
        Disable ocaml stuff because I don't use it but keep seeing
        reports that ocaml version-updates break things.
<<

Description: C++ bindings for DOM level2 library
Homepage: http://gmetadom.sourceforge.net
License: LGPL
Maintainer: Daniel Macks <dma...@netspace.org>

--- NEW FILE: gelemental.info ---
Package: gelemental
Version: 1.2.0
Revision: 1007
Source: http://www.kdau.com/files/%n-%v.tar.bz2
Source-MD5: efe3dc7b408c0c8c0b72fdd0733b2fb6
Depends: libelemental0-shlibs (>= %v-%r), atk1-shlibs, cairo-shlibs, 
cairomm1-shlibs, expat1-shlibs, fontconfig2-shlibs, freetype219-shlibs, 
glib2-shlibs, glibmm2.4-shlibs, glitz-shlibs, gtk+2-shlibs, gtkmm2.4-shlibs, 
libgettext8-shlibs, libiconv, libpng15-shlibs, libsigc++2-shlibs, 
pango1-xft2-ft219-shlibs, pangomm1.4.1-shlibs, pixman-shlibs, 
libelemental0-shlibs, x11, x11-shlibs
BuildDepends: gettext-tools, intltool40, pkgconfig (>= 0.9.0-1), 
libgettext8-dev, libiconv-dev, libiconv-bin, freetype219, atk1, cairo, 
cairomm1, expat1, fontconfig2-dev, glib2-dev, glibmm2.4-dev, glitz, gtk+2-dev, 
gtkmm2.4-gtk-dev, libpng15, libsigc++2, pango1-xft2-ft219-dev, pangomm1.4.1, 
pixman, x11-dev
GCC: 4.0
SetCXXFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog NEWS* README TODO TRANSLATORS
Splitoff: <<
  Package: libelemental0-shlibs
  Depends: glib2-shlibs, glibmm2.4-shlibs, libgettext8-shlibs, libiconv, 
libsigc++2-shlibs, pango1-xft2-ft219-shlibs
  Files: <<
    lib/libelemental.0.dylib
    lib/libelemental.0.0.0.dylib
  <<
  Shlibs: <<
    %p/lib/libelemental.0.dylib 1.0.0 %n (>= 1.2.0-1001)
  <<
  DocFiles: COPYING
<<
Splitoff2: <<
  Package: libelemental0
  Depends: libelemental0-shlibs (= %v-%r)
  BuildDependsOnly: true
  Replaces: %N (<< 1.2.0-1007)
  Files: <<
    include lib
  <<
  DocFiles: COPYING
<<
Homepage: http://www.kdau.com/projects/gelemental
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
License: GPL
Description: Periodic table viewer for GNOME
DescDetail: <<
        gElemental is a periodic table viewer that provides detailed
        information on the chemical elements.
 
        gElemental offers a broad, up-to-date data set, thematic colouring,
        a sortable list view, and a shared library and Python binding. It was 
        originally based on GPeriodic.
<<
DescPackaging: The Python binding ist not included with this package.


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to