Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9936

Modified Files:
        gramps.info gramps.patch 
Log Message:
Update


Index: gramps.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/gramps.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gramps.patch        20 Jan 2006 20:23:12 -0000      1.1
+++ gramps.patch        8 Jan 2009 05:15:51 -0000       1.2
@@ -1,47 +1,21 @@
-diff -ruN gramps-1.0.3/configure gramps-1.0.3-patched/configure
---- gramps-1.0.3/configure     Thu Apr 22 07:18:39 2004
-+++ gramps-1.0.3-patched/configure     Sun Apr 25 14:15:51 2004
-@@ -3615,7 +3615,7 @@
- $PYTHON conftest.py
- has_pygtk=`cat conftest.out`
- rm -f conftest.out conftest.py
--if test YES != "$has_pygtk"
-+if 0
- then
-    { { echo "$as_me:$LINENO: error:
- 
-@@ -3753,7 +3753,7 @@
- $PYTHON conftest.py
- has_pygtk=`cat conftest.out`
- rm -f conftest.out conftest.py
--if test YES != "$has_pygtk"
-+if 0
- then
-    { { echo "$as_me:$LINENO: error:
- 
-diff -ruN gramps-1.0.3/src/Makefile.in gramps-1.0.3-patched/src/Makefile.in
---- gramps-1.0.3/src/Makefile.in       Thu Apr 22 07:18:37 2004
-+++ gramps-1.0.3-patched/src/Makefile.in       Sun Apr 25 14:14:35 2004
-@@ -107,7 +107,7 @@
- CCDEPMODE = @CCDEPMODE@
- 
- # For intl. support, how do we compile?
--CFLAGS = -fPIC -shared -O @GNOMEINC@ @CFLAGS@ @CPPFLAGS@ -...@includedir@
-+CFLAGS = -bundle -undefined dynamic_lookup -O @GNOMEINC@ @CFLAGS@ @CPPFLAGS@ 
-...@includedir@
- CPP = @CPP@
- CPPFLAGS = @CPPFLAGS@
- CYGPATH_W = @CYGPATH_W@
-diff -ruN gramps-1.0.3/src/po/Makefile.in 
gramps-1.0.3-patched/src/po/Makefile.in
---- gramps-1.0.3/src/po/Makefile.in    Thu Apr 22 07:18:38 2004
-+++ gramps-1.0.3-patched/src/po/Makefile.in    Sun Apr 25 14:15:20 2004
-@@ -244,9 +243,7 @@
-       done
- 
- .po.mo:
--      $(MSGCONV) --to-code=UTF-8 $< -o temp.po
--      $(MSGFMT) temp.po -o $@
--      rm temp.po
-+      $(MSGFMT) $< -o $@
- 
- zh_CN.mo: $(top_srcdir)/src/po/zh_CN.po
-       $(ICONV) -f GB2312 -t UTF-8 $< > temp.po
+diff -Naur gramps-3.0.1-old/configure gramps-3.0.1/configure
+--- gramps-3.0.1-old/configure 2008-05-17 16:33:13.000000000 -0400
++++ gramps-3.0.1/configure     2008-06-11 14:47:02.000000000 -0400
+@@ -6565,7 +6565,7 @@
+     # Do not import gnome.ui, this can kill python if the
+     # display cannot be opened.  Just search it.
+     import imp
+-    imp.find_module('gnome/ui')
++    imp.find_module('ui',gnome.__path__)
+     out("gnome.ui")
+ except ImportError:
+     out("NO")
+@@ -6592,7 +6592,7 @@
+     # Do not import gtk.glade, this can raise a RuntimeError if the
+     # display cannot be opened.  Just search it.
+     import imp
+-    imp.find_module('gtk/glade')
++    imp.find_module('glade',[imp.find_module('gtk')[1]])
+     out("gtk.glade")
+ except ImportError:
+     out("NO")

Index: gramps.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/gramps.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gramps.info 15 Jul 2008 01:40:46 -0000      1.10
+++ gramps.info 8 Jan 2009 05:15:51 -0000       1.11
@@ -1,28 +1,32 @@
 Package: gramps
-Version: 1.0.10
-Revision: 1016
-Distribution: 10.3, 10.4
+Version: 3.0.4
+Revision: 1
+Distribution: 10.5
 Source: mirror:sourceforge:%n/%n-%v.tar.gz  
-Source-MD5: 868915378beb1bc7eda58828ec0b7ae5
-BuildDepends: gconf2-dev (>= 2.20.0-1), pkgconfig (>= 0.15.0-2), imlib2, 
orbit2-dev (>= 2.14.9-1), libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, rarian-compat,  pygobject2-py23-dev, pygtk2-gtk-py23-dev, 
dbus-dev (>= 1.0-1), gnome-vfs2-unified-dev (>= 1:2.20.0-1), glib2-dev (>= 
2.12.0-1), libbonobo2-dev (>= 2.20.0-1), gnome-python2-py23-dev (>= 2.19.2-1)
-Depends: python23 (>= 1:2.3.5-1124) | python23-nox (>= 1:2.3.4-1104), 
gnome-python2-py23 (>= 2.19.2-1), pygobject2-py23, pygtk2-gtk-py23, 
imlib2-shlibs, reportlab-py23 (>= 1.20-1011), pil-py23 (>= 1.1.4-1027), 
libbonobo2-shlibs (>= 2.20.0-1), glib2-shlibs (>= 2.12.0-1), 
gnome-vfs2-unified-shlibs (>= 1:2.20.0-1), orbit2 (>= 2.14.9-1)
-ConfigureParams: --libdir='%p/lib'  --bindir='%p/bin' --mandir=%p/share/man
-PatchScript: <<
-perl -pi.bak -e 's|MSGCONV = xno|MSGCONV = xxx|g' configure
-perl -pi.bak -e 's|imp.find_module|#imp.find_module|g' configure
-sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
-<<
+Source-MD5: 7d27020f391ba333b8a9bd490e5bf56e
+BuildDepends: scrollkeeper, intltool, librsvg2, gconf2-dev (>= 2.20.0-1), 
pkgconfig (>= 0.15.0-2), imlib2, orbit2-dev (>= 2.14.9-1), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev, rarian-compat,  pygobject2-py25-dev, 
pygtk2-gtk-py25-dev, dbus-dev (>= 1.0-1), gnome-vfs2-unified-dev (>= 
1:2.20.0-1), glib2-dev (>= 2.12.0-1), libbonobo2-dev (>= 2.20.0-1), 
gnome-python2-py25-dev (>= 2.19.2-1), libhowl-dev
+Depends: shared-mime-info, python25, gnome-python2-py25, pygobject2-py25, 
pygtk2-gtk-py25, librsvg2-shlibs, imlib2-shlibs, reportlab-py25, pil-py25, 
libbonobo2-shlibs (>= 2.20.0-1), glib2-shlibs (>= 2.12.0-1), 
gnome-vfs2-unified-shlibs (>= 1:2.20.0-1), orbit2 (>= 2.14.9-1)
+ConfigureParams: --disable-scrollkeeper --enable-packager-mode 
--disable-mime-install --libdir='%p/lib'  --bindir='%p/bin' 
--mandir=%p/share/man
+Patch: gramps.patch
 CompileScript: <<
-export PYTHON='%p/bin/python2.3'; ./configure %c
+export PYTHON='%p/bin/python2.5'; ./configure %c
 make
 <<
 InstallScript: <<
 make install DESTDIR=%d
-rm -rf '%i/share/locale/fr'
+#rm -rf '%i/share/locale/fr'
 <<
-PostInstScript: scrollkeeper-rebuilddb
+PostInstScript: <<
+. %p/bin/init.sh
+scrollkeeper-rebuilddb
+%p/bin/update-mime-database %p/share/mime >/dev/null
+<<
+PostRmScript: <<
+. %p/bin/init.sh
+%p/bin/update-mime-database %p/share/mime >/dev/null
+<< 
 License: GPL
-DocFiles: NEWS README AUTHORS ChangeLog COPYING TODO
+DocFiles: NEWS README AUTHORS COPYING TODO
 Description: Genealogy software for GNOME/GTK 2
 DescDetail: <<
 Current Features


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to