fink ChangeLog,1.366,1.367 fink.in,1.54,1.55

2005-09-08 Thread Dave Vasilevsky
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28580

Modified Files:
ChangeLog fink.in 
Log Message:
make --trees work as people want

Index: fink.in
===
RCS file: /cvsroot/fink/fink/fink.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- fink.in 31 Aug 2005 10:55:47 -  1.54
+++ fink.in 8 Sep 2005 06:16:15 -   1.55
@@ -41,7 +41,8 @@
use_binary  = 0,
build_as_nobody = 0,
maintainermode  = 0,
-   trees   = [ ],
+   include_trees   = [ ],
+   exclude_trees   = [ ],
   );
 my @orig_ARGV = @ARGV;
 
@@ -56,7 +57,8 @@
'no-use-binary-dist' = sub { $options{use_binary} = -1 },
'build-as-nobody'= sub { $options{build_as_nobody} = 1 },
'maintainer|m'   = sub { $options{maintainermode} = 1  },
-   'trees|t=s@' = $options{trees} ,
+   'trees|t=s@' = $options{include_trees}  ,
+   'exclude-trees|T=s@' = $options{exclude_trees}  ,
 #  'interactive|i'  = sub { $options{interactive} = 1 },
'version|V'  = \show_version,
'help|h' = \show_help

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- ChangeLog   2 Sep 2005 16:02:16 -   1.366
+++ ChangeLog   8 Sep 2005 06:16:15 -   1.367
@@ -1,3 +1,8 @@
+2005-09-08  Dave Vasilevsky  [EMAIL PROTECTED]
+
+   * fink.in: Add --exclude-trees option, short form -T. Also put --trees
+   into include_trees.
+
 2005-09-02  Daniel Macks  [EMAIL PROTECTED]
 
fink.8.in: Documente cleanup --buildlocks



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/text tex4ht.patch,NONE,1.1 tex4ht.info,1.5,1.6

2005-09-08 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8483/10.4-transitional/unstable/main/finkinfo/text

Modified Files:
tex4ht.info 
Added Files:
tex4ht.patch 
Log Message:
Fix mk4ht script

Index: tex4ht.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/tex4ht.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tex4ht.info 21 Aug 2005 20:26:47 -  1.5
+++ tex4ht.info 8 Sep 2005 10:03:58 -   1.6
@@ -1,6 +1,6 @@
 Package: tex4ht
 Version: 20050816
-Revision: 1
+Revision: 2
 Depends: ghostscript | ghostscript-nox, tetex-base, imagemagick (= 5.4.5-2)
 BuildDepends: libjpeg, libpng3, libtiff, libxml2, gdbm, gmp, expat, tcltk-dev, 
libkpathsea4
 #Source:http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/%n.tar.gz
@@ -11,6 +11,7 @@
 Source2: http://www.latex-project.org/lppl/lppl-1-3a.txt
 Source-MD5: 2b7e87c246e94acdd6cafd25e9c2fa75
 Source2-MD5: d8418ee9cb69385dac8a7b5cc0181469
+Patch: %n.patch
 PatchScript: 
 #!/bin/sh
  perl -pi -e '
@@ -61,6 +62,7 @@
 Everything has to be done by hand.
 This version has KPATHSEA enabled, so searching the texmf hierarchy
 should be rather automatic.
+The upstream mk4ht script has typos and needs patching.
 
 DescUsage: 
  The basic usage is httex texfile.tex or htlatex latexfile.tex.

--- NEW FILE: tex4ht.patch ---
--- tex4ht-20050228-3/bin/unix/mk4ht2005-08-21 17:27:18.0 +0200
+++ tex4ht-20050228-3/bin/unix/mk4ht2005-09-08 10:45:19.0 +0200
@@ -32,11 +32,11 @@
  uxh, uxhlatex,  latex,   xhtml,uni-html4,  -cunihtf, -cvalidate,
  uxh, uxhtex,tex, xhtml,uni-html4,  -cunihtf, -cvalidate,
  uxh, uxhtexi,   texi,xhtml,uni-html4,  -cunihtf, -cvalidate,
- uxh, uxhtexexec,texexec,  xhtml,uni-html4,  -cunihtf, -cvalidate,
+ uxh, uxhtexexec,texexec,  xhtml,uni-html4,  -cunihtf, -cvalidate,
  xhm, xhmlatex, latex,  xhtml,mathml,  -cunihtf, -cvalidate,
  xhm, xhmtex,   tex,xhtml,mathml,  -cunihtf, -cvalidate,
  xhm, xhmtexi,  texi,   xhtml,mathml,  -cunihtf, -cvalidate,
- xhm, xhmtexexec,texexec, xhtml,mathml,  -cunihtf, -cvalidate
+ xhm, xhmtexexec,texexec, xhtml,mathml,  -cunihtf, -cvalidate,
  mz, mzlatex,   latex,   xhtml,mozilla,  -cmozhtf,  -cvalidate,
  mz, mztex, tex, xhtml,mozilla,  -cmozhtf,  -cvalidate,
  mz, mztexi,texi,xhtml,mozilla,  -cmozhtf,  -cvalidate,
@@ -49,7 +49,7 @@
  tei,  teitex,tex, xhtml,tei, -cunihtf,  -cvalidate,
  tei,  teitexi,   texi,xhtml,tei, -cunihtf,  -cvalidate,
  tei,  teitexexec,texexec, xhtml,tei, -cunihtf,  -cvalidate,
- teim, teimlatex, latex,  xhtml,tei-mml, -cunihtf,  -cvalidate,
+ teim, teimlatex, latex,  xhtml,tei-mml, -cunihtf,  -cvalidate,
  teim, teimtex,   tex, xhtml,tei-mml, -cunihtf,  -cvalidate,
  teim, teimtexi,  texi,xhtml,tei-mml, -cunihtf,  -cvalidate,
  teim, teimtexexec,texexec,xhtml,tei-mml, -cunihtf,  -cvalidate,



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text tex4ht.patch,NONE,1.1 tex4ht.info,1.4,1.5

2005-09-08 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8483/10.3/unstable/main/finkinfo/text

Modified Files:
tex4ht.info 
Added Files:
tex4ht.patch 
Log Message:
Fix mk4ht script

Index: tex4ht.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/tex4ht.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tex4ht.info 21 Aug 2005 20:26:47 -  1.4
+++ tex4ht.info 8 Sep 2005 10:03:57 -   1.5
@@ -1,6 +1,6 @@
 Package: tex4ht
 Version: 20050816
-Revision: 1
+Revision: 2
 Depends: ghostscript | ghostscript-nox, tetex-base, imagemagick (= 5.4.5-2)
 BuildDepends: libjpeg, libpng3, libtiff, libxml2, gdbm, gmp, expat, tcltk-dev, 
libkpathsea4
 #Source:http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/%n.tar.gz
@@ -11,6 +11,7 @@
 Source2: http://www.latex-project.org/lppl/lppl-1-3a.txt
 Source-MD5: 2b7e87c246e94acdd6cafd25e9c2fa75
 Source2-MD5: d8418ee9cb69385dac8a7b5cc0181469
+Patch: %n.patch
 PatchScript: 
 #!/bin/sh
  perl -pi -e '
@@ -61,6 +62,7 @@
 Everything has to be done by hand.
 This version has KPATHSEA enabled, so searching the texmf hierarchy
 should be rather automatic.
+The upstream mk4ht script has typos and needs patching.
 
 DescUsage: 
  The basic usage is httex texfile.tex or htlatex latexfile.tex.

--- NEW FILE: tex4ht.patch ---
--- tex4ht-20050228-3/bin/unix/mk4ht2005-08-21 17:27:18.0 +0200
+++ tex4ht-20050228-3/bin/unix/mk4ht2005-09-08 10:45:19.0 +0200
@@ -32,11 +32,11 @@
  uxh, uxhlatex,  latex,   xhtml,uni-html4,  -cunihtf, -cvalidate,
  uxh, uxhtex,tex, xhtml,uni-html4,  -cunihtf, -cvalidate,
  uxh, uxhtexi,   texi,xhtml,uni-html4,  -cunihtf, -cvalidate,
- uxh, uxhtexexec,texexec,  xhtml,uni-html4,  -cunihtf, -cvalidate,
+ uxh, uxhtexexec,texexec,  xhtml,uni-html4,  -cunihtf, -cvalidate,
  xhm, xhmlatex, latex,  xhtml,mathml,  -cunihtf, -cvalidate,
  xhm, xhmtex,   tex,xhtml,mathml,  -cunihtf, -cvalidate,
  xhm, xhmtexi,  texi,   xhtml,mathml,  -cunihtf, -cvalidate,
- xhm, xhmtexexec,texexec, xhtml,mathml,  -cunihtf, -cvalidate
+ xhm, xhmtexexec,texexec, xhtml,mathml,  -cunihtf, -cvalidate,
  mz, mzlatex,   latex,   xhtml,mozilla,  -cmozhtf,  -cvalidate,
  mz, mztex, tex, xhtml,mozilla,  -cmozhtf,  -cvalidate,
  mz, mztexi,texi,xhtml,mozilla,  -cmozhtf,  -cvalidate,
@@ -49,7 +49,7 @@
  tei,  teitex,tex, xhtml,tei, -cunihtf,  -cvalidate,
  tei,  teitexi,   texi,xhtml,tei, -cunihtf,  -cvalidate,
  tei,  teitexexec,texexec, xhtml,tei, -cunihtf,  -cvalidate,
- teim, teimlatex, latex,  xhtml,tei-mml, -cunihtf,  -cvalidate,
+ teim, teimlatex, latex,  xhtml,tei-mml, -cunihtf,  -cvalidate,
  teim, teimtex,   tex, xhtml,tei-mml, -cunihtf,  -cvalidate,
  teim, teimtexi,  texi,xhtml,tei-mml, -cunihtf,  -cvalidate,
  teim, teimtexexec,texexec,xhtml,tei-mml, -cunihtf,  -cvalidate,



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs libhowl.info,1.6,1.7

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18879/10.3/unstable/main/finkinfo/libs

Modified Files:
libhowl.info 
Log Message:
%N is just a bundle...no need for DocFiles (which solves an upgrade conflicts 
issee)


Index: libhowl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libhowl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libhowl.info8 Sep 2005 00:31:57 -   1.6
+++ libhowl.info8 Sep 2005 13:21:53 -   1.7
@@ -1,6 +1,6 @@
 Package: libhowl 
 Version: 1.0.0
-Revision: 12
+Revision: 13
 ###
 Depends: %N-shlibs (= %v-%r), %N-bin (= %v-%r), %N-dev (= %v-%r)
 ###
@@ -13,7 +13,7 @@
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ###
-DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO 
+#DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO 
 ###
 ConfigureParams: --with-pic  --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
 ###



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs libhowl.info,1.4,1.5

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18879/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
libhowl.info 
Log Message:
%N is just a bundle...no need for DocFiles (which solves an upgrade conflicts 
issee)


Index: libhowl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/libhowl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libhowl.info8 Sep 2005 00:31:58 -   1.4
+++ libhowl.info8 Sep 2005 13:21:54 -   1.5
@@ -1,6 +1,6 @@
 Package: libhowl 
 Version: 1.0.0
-Revision: 12
+Revision: 13
 ###
 Depends: %N-shlibs (= %v-%r), %N-bin (= %v-%r), %N-dev (= %v-%r)
 ###
@@ -13,7 +13,7 @@
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ###
-DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO 
+#DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO 
 ###
 ConfigureParams: --with-pic  --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
 ###



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/sci xcircuit.info,1.3,1.4

2005-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20936

Modified Files:
xcircuit.info 
Log Message:
3.3.31 to stable.


Index: xcircuit.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/xcircuit.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xcircuit.info   2 May 2005 12:42:01 -   1.3
+++ xcircuit.info   8 Sep 2005 13:30:47 -   1.4
@@ -1,25 +1,26 @@
 Package: xcircuit
-Version: 3.3.12
+Version: 3.3.31
 Revision: 1
 Depends: x11, ghostscript, tcltk
 BuildDepends: m4, tcltk-dev, x11-dev
 Source: http://xcircuit.ece.jhu.edu/archive/%n-%v.tgz
-Source-MD5: 9f6a31114867caac5a070ee69f37dd9a
-ConfigureParams: --mandir=%p/share/man
+Source-MD5: e65e01eacd2669ba4b4eaf2fdf98c7c3
+ConfigureParams: --with-gnu-ld --mandir=%p/share/man
 SetCFLAGS: -I/usr/X11R6/include -fno-common
+# Patch: %n.patch
 InstallScript: make install DESTDIR=%d
 DocFiles: COPYRIGHT README* TODO CHANGES
 Description: Circuit drawing app with schematic capture
 DescUsage: 
- In some cases XCircuit uses cursors which are bigger than 16x16. In the
- current version of XFree86, this does not work in rootless mode. Hence
- you might want to switch to fullscreen mode when using xcircuit.
+ Depending on your X11 environment, dialog boxes can get buried
+behind the main window.
 
 DescPackaging: 
 Needed to add -fno-common to CFLAGS.
 Added -I/usr/X11R6/include to CFLAGS because it wouldn't work with 
 CPPFLAGS.  This is needed because the linker apparently can't find
 the X11 headers by default on XFree86 or Xorg.
+Prior versions by Max Horn.
 
 Maintainer: Alexander Hansen [EMAIL PROTECTED]
 Homepage: http://xcircuit.ece.jhu.edu/ 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/sci xcircuit.info,1.6,1.7

2005-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21573

Modified Files:
xcircuit.info 
Log Message:
3.3.31 to stable here, too.


Index: xcircuit.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci/xcircuit.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xcircuit.info   27 May 2005 12:50:14 -  1.6
+++ xcircuit.info   8 Sep 2005 13:32:43 -   1.7
@@ -1,25 +1,26 @@
 Package: xcircuit
-Version: 3.3.13
+Version: 3.3.31
 Revision: 1
 Depends: x11, ghostscript, tcltk
 BuildDepends: m4, tcltk-dev, x11-dev
 Source: http://xcircuit.ece.jhu.edu/archive/%n-%v.tgz
-Source-MD5: d0395a6ee4aadcb269cb44ef0448f483
-ConfigureParams: --mandir=%p/share/man
+Source-MD5: e65e01eacd2669ba4b4eaf2fdf98c7c3
+ConfigureParams: --with-gnu-ld --mandir=%p/share/man
 SetCFLAGS: -I/usr/X11R6/include -fno-common
+# Patch: %n.patch
 InstallScript: make install DESTDIR=%d
 DocFiles: COPYRIGHT README* TODO CHANGES
 Description: Circuit drawing app with schematic capture
 DescUsage: 
- In some cases XCircuit uses cursors which are bigger than 16x16. In the
- current version of XFree86, this does not work in rootless mode. Hence
- you might want to switch to fullscreen mode when using xcircuit.
+ Depending on your X11 environment, dialog boxes can get buried
+behind the main window.
 
 DescPackaging: 
 Needed to add -fno-common to CFLAGS.
 Added -I/usr/X11R6/include to CFLAGS because it wouldn't work with 
 CPPFLAGS.  This is needed because the linker apparently can't find
 the X11 headers by default on XFree86 or Xorg.
+Prior versions by Max Horn.
 
 Maintainer: Alexander Hansen [EMAIL PROTECTED]
 Homepage: http://xcircuit.ece.jhu.edu/ 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/database postgresql-python-py.info,1.15,1.16

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23965/10.3/main/finkinfo/database

Modified Files:
postgresql-python-py.info 
Log Message:
pygresql 3.7

Index: postgresql-python-py.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql-python-py.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- postgresql-python-py.info   22 Aug 2005 00:27:10 -  1.15
+++ postgresql-python-py.info   8 Sep 2005 13:38:59 -   1.16
@@ -1,7 +1,7 @@
 Info2: 
 Package: postgresql-python-py%type_pkg[python]
 Version: 8.0.3
-Revision: 12
+Revision: 13
 Type: python(2.1 2.2 2.3 2.4)
 GCC: 3.3
 CustomMirror: 
@@ -50,8 +50,8 @@
 
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source-MD5: c0914a133ce6c1e0f1d8b93982d6e881
-Source2: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.6.2.tgz
-Source2-MD5: 1f2694ea546c852c5a0ba2b17f7c5ce1
+Source2: ftp://ftp.druid.net/pub/distrib/PyGreSQL-3.7.tgz
+Source2-MD5: 9fa4c2fc1dd0b3b93a3381c048443e16
 BuildDepends: postgresql80-unified-dev (= %v-%r), python%type_pkg[python], 
bison, readline5
 Depends: postgresql80-unified-shlibs (= %v-%r), python%type_pkg[python], 
python-mx-py%type_pkg[python], readline5-shlibs
 NoSetCPPFLAGS: true
@@ -75,7 +75,7 @@
   make BE_DLLLIBS=-bundle_loader %p/bin/postgres
   popd
 
-  pushd ../PyGreSQL-3.6.2
+  pushd ../PyGreSQL-3.7
   sed -e 's|@INSTPREFIX@|%p|g' %a/postgresql-python-py.patch | patch -p1
   python%type_raw[python] setup.py build
   popd
@@ -87,7 +87,7 @@
   make install DESTDIR=%d INSTALLSITEMAN3DIR=%i/share/man/man3
   popd
 
-  pushd ../PyGreSQL-3.6.2
+  pushd ../PyGreSQL-3.7
   python%type_raw[python] setup.py install --root=%d
   install -d -m 755 %i/share/doc/%N
   install -c -m 755 tutorial/*.py Announce ChangeLog %i/share/doc/%N/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/database postgresql-python-py.info,1.13,1.14

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23965/common/main/finkinfo/database

Modified Files:
postgresql-python-py.info 
Log Message:
pygresql 3.7

Index: postgresql-python-py.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database/postgresql-python-py.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- postgresql-python-py.info   22 Aug 2005 00:27:11 -  1.13
+++ postgresql-python-py.info   8 Sep 2005 13:39:00 -   1.14
@@ -1,7 +1,7 @@
 Info2: 
 Package: postgresql-python-py%type_pkg[python]
 Version: 8.0.3
-Revision: 2
+Revision: 3
 Type: python(2.1 2.2 2.3 2.4)
 GCC: 3.3
 CustomMirror: 
@@ -50,8 +50,8 @@
 
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source-MD5: c0914a133ce6c1e0f1d8b93982d6e881
-Source2: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.6.2.tgz
-Source2-MD5: 1f2694ea546c852c5a0ba2b17f7c5ce1
+Source2: ftp://ftp.druid.net/pub/distrib/PyGreSQL-3.7.tgz
+Source2-MD5: 9fa4c2fc1dd0b3b93a3381c048443e16
 BuildDepends: postgresql80-unified-dev (= %v-%r), python%type_pkg[python], 
libgnugetopt, bison, readline5
 Depends: postgresql80-unified-shlibs (= %v-%r), python%type_pkg[python], 
libgnugetopt-shlibs, python-mx-py%type_pkg[python], readline5-shlibs
 NoSetCPPFLAGS: true
@@ -75,7 +75,7 @@
   make BE_DLLLIBS=-bundle_loader %p/bin/postgres
   popd
 
-  pushd ../PyGreSQL-3.6.2
+  pushd ../PyGreSQL-3.7
   sed -e 's|@INSTPREFIX@|%p|g' %a/postgresql-python-py.patch | patch -p1
   python%type_raw[python] setup.py build
   popd
@@ -87,7 +87,7 @@
   make install DESTDIR=%d INSTALLSITEMAN3DIR=%i/share/man/man3
   popd
 
-  pushd ../PyGreSQL-3.6.2
+  pushd ../PyGreSQL-3.7
   python%type_raw[python] setup.py install --root=%d
   install -d -m 755 %i/share/doc/%N
   install -c -m 755 tutorial/*.py Announce ChangeLog %i/share/doc/%N/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/database postgresql-python-py.info,1.10,1.11

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24662/10.3/unstable/main/finkinfo/database

Modified Files:
postgresql-python-py.info 
Log Message:
pygresql 3.7

Index: postgresql-python-py.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-python-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- postgresql-python-py.info   25 Aug 2005 21:59:53 -  1.10
+++ postgresql-python-py.info   8 Sep 2005 13:41:46 -   1.11
@@ -1,7 +1,7 @@
 Info2: 
 Package: postgresql-python-py%type_pkg[python]
 Version: 8.0.3
-Revision: 12
+Revision: 13
 Type: python(2.1 2.2 2.3 2.4)
 GCC: 3.3
 CustomMirror: 
@@ -50,8 +50,8 @@
 
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source-MD5: c0914a133ce6c1e0f1d8b93982d6e881
-Source2: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.6.2.tgz
-Source2-MD5: 1f2694ea546c852c5a0ba2b17f7c5ce1
+Source2: ftp://ftp.druid.net/pub/distrib/PyGreSQL-3.7.tgz
+Source2-MD5: 9fa4c2fc1dd0b3b93a3381c048443e16
 BuildDepends: postgresql80-unified-dev (= %v-%r), python%type_pkg[python], 
bison, readline5
 Depends: postgresql80-unified-shlibs (= %v-%r), python%type_pkg[python], 
python-mx-py%type_pkg[python], readline5-shlibs
 NoSetCPPFLAGS: true
@@ -75,7 +75,7 @@
   make BE_DLLLIBS=-bundle_loader %p/bin/postgres
   popd
 
-  pushd ../PyGreSQL-3.6.2
+  pushd ../PyGreSQL-3.7
   sed -e 's|@INSTPREFIX@|%p|g' %a/postgresql-python-py.patch | patch -p1
   python%type_raw[python] setup.py build
   popd
@@ -87,7 +87,7 @@
   make install DESTDIR=%d INSTALLSITEMAN3DIR=%i/share/man/man3
   popd
 
-  pushd ../PyGreSQL-3.6.2
+  pushd ../PyGreSQL-3.7
   python%type_raw[python] setup.py install --root=%d
   install -d -m 755 %i/share/doc/%N
   install -c -m 755 tutorial/*.py Announce ChangeLog %i/share/doc/%N/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/libs system-openssl-dev.info,NONE,1.1

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24963/10.4-transitional/stable/main/finkinfo/libs

Added Files:
system-openssl-dev.info 
Log Message:
system-openssl-dev to stable

--- NEW FILE: system-openssl-dev.info ---
Package: system-openssl-dev
Version: 0.9.7
Revision: 3
BuildDependsOnly: true
Depends: macosx (= 10.3.0-1), macosx ( 10.5.0-1)
Type: nosource
CompileScript: echo nothing to be done
InstallScript: 
#!/bin/sh -ex

  install -d %i/lib/system-openssl/include
  install -d %i/lib/system-openssl/lib
  install -d %i/lib/system-openssl/lib/pkgconfig

  ln -sf /usr/include/openssl %i/lib/system-openssl/include/
  ln -sf /usr/lib/libcrypto.dylib %i/lib/system-openssl/lib/
  ln -sf /usr/lib/libssl.dylib %i/lib/system-openssl/lib/
  sed -e 's,prefix=/usr,prefix=%p/lib/system-openssl,' 
/usr/lib/pkgconfig/openssl.pc  %i/lib/system-openssl/lib/pkgconfig/openssl.pc

Description: Placeholder to force the use of the system SSL
DescDetail: 
This package is meant to be used by packagers for the purpose of linking
explicitly against the Apple-provided system version of OpenSSL.

Maintainers: to use this package when building, you will need to set one
or more of the following:

  CPPFLAGS/CFLAGS/CXXFLAGS: -I%p/lib/system-openssl/include
  LDFLAGS/LIBS: -I%p/lib/system-openssl/lib
  PKG_CONFIG_PATH: %p/lib/system-openssl/lib/pkgconfig

It is recommended that you double-check otool -L on the program you
are moving to this package.  It is very easy to still end up
accidentally linking against the Fink versions of these libraries.

For more information on using this package, see
http://wiki.opendarwin.org/index.php/Fink:Policy:system-openssl

Maintainer: Benjamin Reed [EMAIL PROTECTED]
Homepage: http://wiki.opendarwin.org/index.php/Fink:Policy:system-openssl
License: OSI-Approved



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs system-openssl-dev.info,NONE,1.1

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24963/10.3/stable/main/finkinfo/libs

Added Files:
system-openssl-dev.info 
Log Message:
system-openssl-dev to stable

--- NEW FILE: system-openssl-dev.info ---
Package: system-openssl-dev
Version: 0.9.7
Revision: 3
BuildDependsOnly: true
Depends: macosx (= 10.3.0-1), macosx ( 10.5.0-1)
Type: nosource
CompileScript: echo nothing to be done
InstallScript: 
#!/bin/sh -ex

  install -d %i/lib/system-openssl/include
  install -d %i/lib/system-openssl/lib
  install -d %i/lib/system-openssl/lib/pkgconfig

  ln -sf /usr/include/openssl %i/lib/system-openssl/include/
  ln -sf /usr/lib/libcrypto.dylib %i/lib/system-openssl/lib/
  ln -sf /usr/lib/libssl.dylib %i/lib/system-openssl/lib/
  sed -e 's,prefix=/usr,prefix=%p/lib/system-openssl,' 
/usr/lib/pkgconfig/openssl.pc  %i/lib/system-openssl/lib/pkgconfig/openssl.pc

Description: Placeholder to force the use of the system SSL
DescDetail: 
This package is meant to be used by packagers for the purpose of linking
explicitly against the Apple-provided system version of OpenSSL.

Maintainers: to use this package when building, you will need to set one
or more of the following:

  CPPFLAGS/CFLAGS/CXXFLAGS: -I%p/lib/system-openssl/include
  LDFLAGS/LIBS: -I%p/lib/system-openssl/lib
  PKG_CONFIG_PATH: %p/lib/system-openssl/lib/pkgconfig

It is recommended that you double-check otool -L on the program you
are moving to this package.  It is very easy to still end up
accidentally linking against the Fink versions of these libraries.

For more information on using this package, see
http://wiki.opendarwin.org/index.php/Fink:Policy:system-openssl

Maintainer: Benjamin Reed [EMAIL PROTECTED]
Homepage: http://wiki.opendarwin.org/index.php/Fink:Policy:system-openssl
License: OSI-Approved



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo gtkhtml3.info,1.9,1.10

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26982/10.3/unstable/crypto/finkinfo

Modified Files:
gtkhtml3.info 
Log Message:
There's a new lib-major version afoot!


Index: gtkhtml3.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gtkhtml3.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gtkhtml3.info   5 Jun 2005 14:14:55 -   1.9
+++ gtkhtml3.info   8 Sep 2005 13:51:15 -   1.10
@@ -1,9 +1,11 @@
 Package: gtkhtml3
 Version: 3.2.1
-Revision: 1
+Revision: 2
 Depends: %N-shlibs (= %v-%r), libsoup-ssl-shlibs (= 2.2.1-2), gail17 (= 
1.6.6-7), gettext, glib2 (= 2.4.6-7), gtk+2 (= 2.4.9-8), gal199-shlibs (= 
2.1.13-22), libart2-shlibs (= 2.3.16-2), libgnomeui2-shlibs (= 2.6.1.1-9), 
libgnomecanvas2 (= 2.6.1.1-7), libiconv, libxml2-shlibs (= 2.6.1-1), 
pango1-xft2 (= 1.6.0-1)
 BuildDepends: automake1.9, libtool14 (= 1.5.8-1), libjpeg, audiofile, esound, 
libsoup-ssl (= 2.2.1-2), glib2-dev (= 2.4.6-7), atk1 (= 1.6.1-3), 
pango1-xft2-dev (= 1.6.0-1), gconf2-dev (= 2.6.3-10), gtk+2-dev (= 2.4.9-8), 
libart2 (= 2.3.16-2), libgnome2-dev (= 2.6.1.2-9), libgnomeui2-dev (= 
2.6.1.1-9), gnome-vfs2-dev (= 2.6.1.1-15)| gnome-vfs2-ssl-dev (= 2.6.1.1-15), 
libgnomeprintui2.2-dev (= 2.6.2-8), libgnomeprint2.2-dev (= 2.6.2-9), 
libbonoboui2-dev (= 2.6.1-10), libbonobo2-dev (= 2.6.2-9), 
libgnomecanvas2-dev (= 2.6.1.1-7), orbit2-dev (= 2.10.3-9), libxml2 (= 
2.6.1-1), gal199-dev (= 2.1.13-22), gail17-dev (= 1.6.6-7), pkgconfig, 
gettext-dev, gettext-bin, libiconv-dev
 BuildConflicts: freetype, freetype-hinting, gal19
+Conflicts: gtkhtml3.8.15
+Replaces: gtkhtml3.8.15
 Source: mirror:gnome:sources/gtkhtml/3.2/gtkhtml-%v.tar.bz2
 Source-MD5: 271bab24a21005537773402964e5550f
 Patch: %n.patch



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo gtkhtml3.info,1.5,1.6

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26982/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
gtkhtml3.info 
Log Message:
There's a new lib-major version afoot!


Index: gtkhtml3.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gtkhtml3.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gtkhtml3.info   5 Jun 2005 12:39:19 -   1.5
+++ gtkhtml3.info   8 Sep 2005 13:51:15 -   1.6
@@ -1,9 +1,11 @@
 Package: gtkhtml3
 Version: 3.2.1
-Revision: 1
+Revision: 2
 Depends: %N-shlibs (= %v-%r), libsoup-ssl-shlibs (= 2.2.1-2), gail17 (= 
1.6.6-7), gettext, glib2 (= 2.4.6-7), gtk+2 (= 2.4.9-8), gal199-shlibs (= 
2.1.13-22), libart2-shlibs (= 2.3.16-2), libgnomeui2-shlibs (= 2.6.1.1-9), 
libgnomecanvas2 (= 2.6.1.1-7), libiconv, libxml2-shlibs (= 2.6.1-1), 
pango1-xft2 (= 1.6.0-1)
 BuildDepends: automake1.9, libtool14 (= 1.5.8-1), libjpeg, audiofile, esound, 
libsoup-ssl (= 2.2.1-2), glib2-dev (= 2.4.6-7), atk1 (= 1.6.1-3), 
pango1-xft2-dev (= 1.6.0-1), gconf2-dev (= 2.6.3-10), gtk+2-dev (= 2.4.9-8), 
libart2 (= 2.3.16-2), libgnome2-dev (= 2.6.1.2-20), libgnomeui2-dev (= 
2.6.1.1-9), gnome-vfs2-dev (= 2.6.1.1-15)| gnome-vfs2-ssl-dev (= 2.6.1.1-15), 
libgnomeprintui2.2-dev (= 2.6.2-8), libgnomeprint2.2-dev (= 2.6.2-9), 
libbonoboui2-dev (= 2.6.1-10), libbonobo2-dev (= 2.6.2-9), 
libgnomecanvas2-dev (= 2.6.1.1-7), orbit2-dev (= 2.10.3-9), libxml2 (= 
2.6.1-1), gal199-dev (= 2.1.13-22), gail17-dev (= 1.6.6-7), pkgconfig, 
gettext-dev, gettext-bin, libiconv-dev
 BuildConflicts: freetype, freetype-hinting, gal19
+Conflicts: gtkhtml3.8.15
+Replaces: gtkhtml3.8.15
 Source: mirror:gnome:sources/gtkhtml/3.2/gtkhtml-%v.tar.bz2
 Source-MD5: 271bab24a21005537773402964e5550f
 Patch: %n.patch



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/bmaret poppler.info,NONE,1.1

2005-09-08 Thread S�bastien Maret
Update of /cvsroot/fink/experimental/bmaret
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4980

Added Files:
poppler.info 
Log Message:
New package.


--- NEW FILE: poppler.info ---
Package: poppler
Version: 0.4.2
Revision: 1
Description: PDF rendering library
License: GPL
Maintainer: Sebastien Maret [EMAIL PROTECTED]
Depends: 
  %n-shlibs (= %v-%r), gtk+2-shlibs, glib2-shlibs, libgettext3-shlibs 

BuildDepends: gtk+2-dev, x11-dev, libgettext3-dev, libiconv-dev
BuildDependsOnly: True
Source: http://poppler.freedesktop.org/%n-%v.tar.gz
Source-MD5: beb1eea135a3c5b679a7a22d01a500c0
GCC: 3.3
DocFiles: README README-XPDF COPYING
Shlibs: 
  %p/lib/poppler.0.dylib 1.0.0 poppler (= 0.4.1-1)
  %p/lib/poppler-glib.0.dylib 1.0.0 poppler (= 0.4.1-1)

SplitOff: 
  Package: %n-shlibs
  Files: 
lib/libpoppler.0.0.0.dylib lib/libpoppler.0.dylib
lib/libpoppler-glib.0.0.0.dylib lib/libpoppler-glib.0.dylib 
  
  DocFiles: COPYING

Homepage: http://poppler.freedesktop.org/
DescDetail: 
Poppler is a PDF rendering library based on the xpdf-3.0 code base.





---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo gtkhtml3.8.15.patch,NONE,1.1

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12550/10.4-transitional/unstable/crypto/finkinfo

Added Files:
gtkhtml3.8.15.patch 
Log Message:
Oops...forgot to commit the patch (thanks jfm!)


--- NEW FILE: gtkhtml3.8.15.patch ---
diff -Naur gtkhtml-3.1.17-old/po/Makefile.in.in gtkhtml-3.1.17/po/Makefile.in.in
--- gtkhtml-3.1.17-old/po/Makefile.in.in2004-06-25 15:10:36.0 
-0400
+++ gtkhtml-3.1.17/po/Makefile.in.in2004-07-06 16:02:25.0 -0400
@@ -28,7 +28,7 @@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
 libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
 gnulocaledir = $(datadir)/locale
 gettextsrcdir = $(datadir)/glib-2.0/gettext/po
 subdir = po



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo gtkhtml3.8.15.patch,NONE,1.1

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12550/10.3/unstable/crypto/finkinfo

Added Files:
gtkhtml3.8.15.patch 
Log Message:
Oops...forgot to commit the patch (thanks jfm!)


--- NEW FILE: gtkhtml3.8.15.patch ---
diff -Naur gtkhtml-3.1.17-old/po/Makefile.in.in gtkhtml-3.1.17/po/Makefile.in.in
--- gtkhtml-3.1.17-old/po/Makefile.in.in2004-06-25 15:10:36.0 
-0400
+++ gtkhtml-3.1.17/po/Makefile.in.in2004-07-06 16:02:25.0 -0400
@@ -28,7 +28,7 @@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
 libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
 gnulocaledir = $(datadir)/locale
 gettextsrcdir = $(datadir)/glib-2.0/gettext/po
 subdir = po



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/kde arts.info,1.31,1.32 arts.patch,1.7,1.8

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392/10.3/unstable/main/finkinfo/kde

Modified Files:
arts.info arts.patch 
Log Message:
build fix for arts

Index: arts.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde/arts.info,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- arts.info   6 Sep 2005 16:59:59 -   1.31
+++ arts.info   8 Sep 2005 17:01:48 -   1.32
@@ -1,6 +1,6 @@
 Package: arts
 Version: 1.4.2
-Revision: 11
+Revision: 12
 Description: KDE - analog realtime synthesizer
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]

Index: arts.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde/arts.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- arts.patch  11 May 2005 02:38:13 -  1.7
+++ arts.patch  8 Sep 2005 17:01:48 -   1.8
@@ -1,5 +1,6 @@
 arts-1.4.0/flow/audioioesd.cc  2005-02-03 05:19:06.0 -0500
-+++ arts-1.4.0-new/flow/audioioesd.cc  2005-05-10 08:12:35.0 -0400
+diff -uNr arts-1.4.2/flow/audioioesd.cc arts-1.4.2-new/flow/audioioesd.cc
+--- arts-1.4.2/flow/audioioesd.cc  Wed Jul 20 13:18:10 2005
 arts-1.4.2-new/flow/audioioesd.cc  Thu Sep  8 09:42:43 2005
 @@ -213,6 +213,9 @@
// of any portable way to peek at the socket's send or receive
// buffers.
@@ -10,8 +11,9 @@
default:
return param(p);
}
 arts-1.4.0/flow/gsl/Makefile.am2005-02-03 05:19:06.0 -0500
-+++ arts-1.4.0-new/flow/gsl/Makefile.am2005-05-10 08:12:35.0 
-0400
+diff -uNr arts-1.4.2/flow/gsl/Makefile.am arts-1.4.2-new/flow/gsl/Makefile.am
+--- arts-1.4.2/flow/gsl/Makefile.amWed Jul 20 13:18:10 2005
 arts-1.4.2-new/flow/gsl/Makefile.amThu Sep  8 09:42:43 2005
 @@ -15,7 +15,7 @@
  libgsl_la_LIBADD = $(top_builddir)/mcop/libmcop.la -lm $(LIBPOSIX4) 
$(GSL_LIBS) $(LIB_POLL) $(GLIB_LIBADD)
  libgsl_la_LDFLAGS = -no-undefined $(all_libraries)
@@ -21,8 +23,9 @@
  
  GSL_progs_ldadd = libgsl.la -lm $(LIBPTHREAD)
  
 arts-1.4.0/libltdl/ltdl.c  2004-09-07 07:13:36.0 -0400
-+++ arts-1.4.0-new/libltdl/ltdl.c  2005-05-10 08:12:35.0 -0400
+diff -uNr arts-1.4.2/libltdl/ltdl.c arts-1.4.2-new/libltdl/ltdl.c
+--- arts-1.4.2/libltdl/ltdl.c  Wed Jul 20 13:17:14 2005
 arts-1.4.2-new/libltdl/ltdl.c  Thu Sep  8 09:42:43 2005
 @@ -643,7 +643,20 @@
   lt_module module;
   const char *symbol;
@@ -44,15 +47,17 @@
  
if (!address)
  {
 arts-1.4.0/soundserver/Makefile.am 2005-02-03 05:19:06.0 -0500
-+++ arts-1.4.0-new/soundserver/Makefile.am 2005-05-10 08:20:55.0 
-0400
-@@ -51,37 +51,38 @@
+diff -uNr arts-1.4.2/soundserver/Makefile.am 
arts-1.4.2-new/soundserver/Makefile.am
+--- arts-1.4.2/soundserver/Makefile.am Wed Jul 20 13:17:14 2005
 arts-1.4.2-new/soundserver/Makefile.am Thu Sep  8 09:59:58 2005
+@@ -51,37 +51,39 @@
  
  ## real programs
  
 -bin_PROGRAMS = artsd artsplay artscat artswrapper artsshell artsrec
 +bin_PROGRAMS = artswrapper
 +kdeinit_LTLIBRARIES = artsd.la artsplay.la artscat.la artsshell.la artsrec.la
++kdeinitdir = @FINKPREFIX@/lib
  
 -artsd_LDADD = libsoundserver_idl.la $(FLOWLIBS) \
 +artsd_la_LIBADD = libsoundserver_idl.la $(FLOWLIBS) \
@@ -109,8 +114,9 @@
  
  DISTCLEANFILES = soundserver.cc soundserver.h soundserver.mcopclass \
soundserver.mcoptype kmedia2.h kmedia2.cc kmedia2.mcopclass 
kmedia2.mcoptype artsversion.h
 arts-1.4.0/soundserver/artscat.cc  2003-07-05 18:20:23.0 -0400
-+++ arts-1.4.0-new/soundserver/artscat.cc  2005-05-10 08:15:19.0 
-0400
+diff -uNr arts-1.4.2/soundserver/artscat.cc 
arts-1.4.2-new/soundserver/artscat.cc
+--- arts-1.4.2/soundserver/artscat.cc  Wed Jul 20 13:17:14 2005
 arts-1.4.2-new/soundserver/artscat.cc  Thu Sep  8 09:42:43 2005
 @@ -178,7 +178,7 @@
exit(1);
  }
@@ -120,8 +126,9 @@
  {
bool titleSetByUser = false;
int optch;
 arts-1.4.0/soundserver/artsd.cc2004-11-05 13:33:20.0 -0500
-+++ arts-1.4.0-new/soundserver/artsd.cc2005-05-10 08:15:25.0 
-0400
+diff -uNr arts-1.4.2/soundserver/artsd.cc arts-1.4.2-new/soundserver/artsd.cc
+--- arts-1.4.2/soundserver/artsd.ccWed Jul 20 13:17:14 2005
 arts-1.4.2-new/soundserver/artsd.ccThu Sep  8 09:42:43 2005
 @@ -249,7 +249,7 @@
cerr  endl;
  }
@@ -131,8 +138,9 @@
  {
handleArgs(argc, argv);
  
 arts-1.4.0/soundserver/artsplay.cc 2003-03-07 17:07:30.0 -0500
-+++ arts-1.4.0-new/soundserver/artsplay.cc 2005-05-10 08:15:31.0 
-0400
+diff -uNr arts-1.4.2/soundserver/artsplay.cc 
arts-1.4.2-new/soundserver/artsplay.cc
+--- 

dists/10.4-transitional/unstable/main/finkinfo/kde arts.info,1.11,1.12 arts.patch,1.2,1.3

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392/10.4-transitional/unstable/main/finkinfo/kde

Modified Files:
arts.info arts.patch 
Log Message:
build fix for arts

Index: arts.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde/arts.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- arts.info   6 Sep 2005 16:59:59 -   1.11
+++ arts.info   8 Sep 2005 17:01:48 -   1.12
@@ -1,6 +1,6 @@
 Package: arts
 Version: 1.4.2
-Revision: 21
+Revision: 22
 Description: KDE - analog realtime synthesizer
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]

Index: arts.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde/arts.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- arts.patch  11 May 2005 02:38:14 -  1.2
+++ arts.patch  8 Sep 2005 17:01:48 -   1.3
@@ -1,5 +1,6 @@
 arts-1.4.0/flow/audioioesd.cc  2005-02-03 05:19:06.0 -0500
-+++ arts-1.4.0-new/flow/audioioesd.cc  2005-05-10 08:12:35.0 -0400
+diff -uNr arts-1.4.2/flow/audioioesd.cc arts-1.4.2-new/flow/audioioesd.cc
+--- arts-1.4.2/flow/audioioesd.cc  Wed Jul 20 13:18:10 2005
 arts-1.4.2-new/flow/audioioesd.cc  Thu Sep  8 09:42:43 2005
 @@ -213,6 +213,9 @@
// of any portable way to peek at the socket's send or receive
// buffers.
@@ -10,8 +11,9 @@
default:
return param(p);
}
 arts-1.4.0/flow/gsl/Makefile.am2005-02-03 05:19:06.0 -0500
-+++ arts-1.4.0-new/flow/gsl/Makefile.am2005-05-10 08:12:35.0 
-0400
+diff -uNr arts-1.4.2/flow/gsl/Makefile.am arts-1.4.2-new/flow/gsl/Makefile.am
+--- arts-1.4.2/flow/gsl/Makefile.amWed Jul 20 13:18:10 2005
 arts-1.4.2-new/flow/gsl/Makefile.amThu Sep  8 09:42:43 2005
 @@ -15,7 +15,7 @@
  libgsl_la_LIBADD = $(top_builddir)/mcop/libmcop.la -lm $(LIBPOSIX4) 
$(GSL_LIBS) $(LIB_POLL) $(GLIB_LIBADD)
  libgsl_la_LDFLAGS = -no-undefined $(all_libraries)
@@ -21,8 +23,9 @@
  
  GSL_progs_ldadd = libgsl.la -lm $(LIBPTHREAD)
  
 arts-1.4.0/libltdl/ltdl.c  2004-09-07 07:13:36.0 -0400
-+++ arts-1.4.0-new/libltdl/ltdl.c  2005-05-10 08:12:35.0 -0400
+diff -uNr arts-1.4.2/libltdl/ltdl.c arts-1.4.2-new/libltdl/ltdl.c
+--- arts-1.4.2/libltdl/ltdl.c  Wed Jul 20 13:17:14 2005
 arts-1.4.2-new/libltdl/ltdl.c  Thu Sep  8 09:42:43 2005
 @@ -643,7 +643,20 @@
   lt_module module;
   const char *symbol;
@@ -44,15 +47,17 @@
  
if (!address)
  {
 arts-1.4.0/soundserver/Makefile.am 2005-02-03 05:19:06.0 -0500
-+++ arts-1.4.0-new/soundserver/Makefile.am 2005-05-10 08:20:55.0 
-0400
-@@ -51,37 +51,38 @@
+diff -uNr arts-1.4.2/soundserver/Makefile.am 
arts-1.4.2-new/soundserver/Makefile.am
+--- arts-1.4.2/soundserver/Makefile.am Wed Jul 20 13:17:14 2005
 arts-1.4.2-new/soundserver/Makefile.am Thu Sep  8 09:59:58 2005
+@@ -51,37 +51,39 @@
  
  ## real programs
  
 -bin_PROGRAMS = artsd artsplay artscat artswrapper artsshell artsrec
 +bin_PROGRAMS = artswrapper
 +kdeinit_LTLIBRARIES = artsd.la artsplay.la artscat.la artsshell.la artsrec.la
++kdeinitdir = @FINKPREFIX@/lib
  
 -artsd_LDADD = libsoundserver_idl.la $(FLOWLIBS) \
 +artsd_la_LIBADD = libsoundserver_idl.la $(FLOWLIBS) \
@@ -109,8 +114,9 @@
  
  DISTCLEANFILES = soundserver.cc soundserver.h soundserver.mcopclass \
soundserver.mcoptype kmedia2.h kmedia2.cc kmedia2.mcopclass 
kmedia2.mcoptype artsversion.h
 arts-1.4.0/soundserver/artscat.cc  2003-07-05 18:20:23.0 -0400
-+++ arts-1.4.0-new/soundserver/artscat.cc  2005-05-10 08:15:19.0 
-0400
+diff -uNr arts-1.4.2/soundserver/artscat.cc 
arts-1.4.2-new/soundserver/artscat.cc
+--- arts-1.4.2/soundserver/artscat.cc  Wed Jul 20 13:17:14 2005
 arts-1.4.2-new/soundserver/artscat.cc  Thu Sep  8 09:42:43 2005
 @@ -178,7 +178,7 @@
exit(1);
  }
@@ -120,8 +126,9 @@
  {
bool titleSetByUser = false;
int optch;
 arts-1.4.0/soundserver/artsd.cc2004-11-05 13:33:20.0 -0500
-+++ arts-1.4.0-new/soundserver/artsd.cc2005-05-10 08:15:25.0 
-0400
+diff -uNr arts-1.4.2/soundserver/artsd.cc arts-1.4.2-new/soundserver/artsd.cc
+--- arts-1.4.2/soundserver/artsd.ccWed Jul 20 13:17:14 2005
 arts-1.4.2-new/soundserver/artsd.ccThu Sep  8 09:42:43 2005
 @@ -249,7 +249,7 @@
cerr  endl;
  }
@@ -131,8 +138,9 @@
  {
handleArgs(argc, argv);
  
 arts-1.4.0/soundserver/artsplay.cc 2003-03-07 17:07:30.0 -0500
-+++ arts-1.4.0-new/soundserver/artsplay.cc 2005-05-10 08:15:31.0 
-0400
+diff -uNr arts-1.4.2/soundserver/artsplay.cc 

dists/10.4-transitional/unstable/main/finkinfo/kde amarok.info,1.5,1.6

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18521/10.4-transitional/unstable/main/finkinfo/kde

Modified Files:
amarok.info 
Log Message:
monodevelop and amarok build fixes

Index: amarok.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/kde/amarok.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- amarok.info 5 Sep 2005 19:25:10 -   1.5
+++ amarok.info 8 Sep 2005 17:30:02 -   1.6
@@ -1,6 +1,6 @@
 Package: amarok
 Version: 1.3.1
-Revision: 21
+Revision: 22
 Depends: expat-shlibs, flac-shlibs, libgettext3-shlibs, glib-shlibs, 
glib2-shlibs (= 2.2.1-4), gstreamer-shlibs (= 0.8.9-1), gst-plugins-shlibs 
(= 0.8.8-1), gtk+-shlibs, kdebase3-shlibs (= 3.4.0-21) | kdebase3-ssl-shlibs 
(= 3.4.0-21), kdelibs3-unified-shlibs (= 3.4.0-21), libart2-shlibs, libiconv, 
libidn-shlibs, libjpeg-shlibs, libmad-shlibs, libmusicbrainz4-shlibs, 
libogg-shlibs, libpng3-shlibs, libtunepimp2-shlibs, libvorbis0-shlibs, 
libxml2-shlibs (= 2.6.1-1), pcre-shlibs, popt-shlibs, qt3-shlibs (= 
3.3.1-21), sqlite3-shlibs, taglib-shlibs (= 1.4-1), x11-shlibs, xmms-shlibs
 BuildDepends: arts-dev (= 1.4.0-21), autoconf2.5, automake1.7, 
cctools-single-module, expat, flac, freetype219, gettext-tools, 
libgettext3-dev, glib2, glib2-dev, gstreamer-dev (= 0.8.9-1), gst-plugins-dev 
(= 0.8.8-1), gtk+, kdebase3-unified-dev (= 3.4.0-21), kdelibs3-unified-dev 
(= 3.4.0-21), libart2, libiconv-dev, libidn, libjpeg, libmad, libmusicbrainz4, 
libogg, libpng3, libtunepimp2, libvorbis0, libxml2, pcre, pkgconfig, popt, qt3 
(= 3.3.3-27), sqlite3-dev, taglib (= 1.4-1), x11-dev, xmms
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -36,6 +36,8 @@
   . ./environment-helper.sh
   export lt_cv_sys_max_cmd_len=65536
 
+  export CC=gcc-3.3 CXX=g++-3.3
+
   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
   ./build-helper.sh configure %N %v %r ./configure %c
   ./build-helper.sh make  %N %v %r make all all_libraries=$ALL_LIBRARIES



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/kde amarok.info,1.5,1.6

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18521/10.3/unstable/main/finkinfo/kde

Modified Files:
amarok.info 
Log Message:
monodevelop and amarok build fixes

Index: amarok.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde/amarok.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- amarok.info 5 Sep 2005 19:25:09 -   1.5
+++ amarok.info 8 Sep 2005 17:30:02 -   1.6
@@ -1,6 +1,6 @@
 Package: amarok
 Version: 1.3.1
-Revision: 11
+Revision: 12
 Depends: expat-shlibs, flac-shlibs, libgettext3-shlibs, glib-shlibs, 
glib2-shlibs (= 2.2.1-4), gstreamer-shlibs (= 0.8.9-1), gst-plugins-shlibs 
(= 0.8.8-1), gtk+-shlibs, kdebase3-shlibs (= 3.4.0-11) | kdebase3-ssl-shlibs 
(= 3.4.0-11), kdelibs3-unified-shlibs (= 3.4.0-11), libart2-shlibs, libiconv, 
libidn-shlibs, libjpeg-shlibs, libmad-shlibs, libmusicbrainz4-shlibs, 
libogg-shlibs, libpng3-shlibs, libtunepimp2-shlibs, libvorbis0-shlibs, 
libxml2-shlibs (= 2.6.1-1), pcre-shlibs, popt-shlibs, qt3-shlibs (= 
3.3.1-11), sqlite3-shlibs, taglib-shlibs (= 1.4-1), x11-shlibs, xmms-shlibs
 BuildDepends: arts-dev (= 1.4.0-11), autoconf2.5, automake1.7, 
cctools-single-module, expat, flac, freetype219, gettext-tools, 
libgettext3-dev, glib2, glib2-dev, gstreamer-dev (= 0.8.9-1), gst-plugins-dev 
(= 0.8.8-1), gtk+, kdebase3-unified-dev (= 3.4.0-11), kdelibs3-unified-dev 
(= 3.4.0-11), libart2, libiconv-dev, libidn, libjpeg, libmad, libmusicbrainz4, 
libogg, libpng3, libtunepimp2, libvorbis0, libxml2, pcre, pkgconfig, popt, qt3 
(= 3.3.3-17), sqlite3-dev, taglib (= 1.4-1), x11-dev, xmms
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -36,6 +36,8 @@
   . ./environment-helper.sh
   export lt_cv_sys_max_cmd_len=65536
 
+  export CC=gcc-3.3 CXX=g++-3.3
+
   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
   ./build-helper.sh configure %N %v %r ./configure %c
   ./build-helper.sh make  %N %v %r make all all_libraries=$ALL_LIBRARIES



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel monodevelop.info,1.5,1.6

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18521/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
monodevelop.info 
Log Message:
monodevelop and amarok build fixes

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/monodevelop.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monodevelop.info7 Sep 2005 12:36:54 -   1.5
+++ monodevelop.info8 Sep 2005 17:30:02 -   1.6
@@ -1,6 +1,6 @@
 Package: monodevelop
 Version: 0.7
-Revision: 24
+Revision: 25
 
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
@@ -11,9 +11,11 @@
 #Source-MD5: a62a5e12127ca5dd8c3e4f44dd6ecc4b
 Source: mirror:custom:%n-%v-2005-08-16.tar.bz2
 Source-MD5: 63e55365ea5cff32f6708c0bd6f18247
+Source2: mirror:custom:COPYING
+Source2-MD5: 94d55d512a9ba36caa9b7df079bae19f
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 
-DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
+DocFiles: AUTHORS ChangeLog INSTALL NEWS README
 
 Depends: atk1-shlibs, bonobo-activation2-shlibs, boo (= 0.6-1), 
gconf2-shlibs, gdk-pixbuf-shlibs, gecko-sharp (= 2.0-1), libglade2-shlibs, 
glib2-shlibs (= 2.4.6-7), gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, 
gtk+2-shlibs (= 2.4.9-8), gtkhtml3-shlibs (= 3.2.1-1), gtk-sharp2 (= 
1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), gtksourceview-shlibs, 
gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), libxml2-shlibs, mono (= 
1.1.8.3-1), mono-tools (= 1.0-2), mozilla-shlibs, orbit2-shlibs, 
pango1-xft2-shlibs
 BuildDepends: atk1, bonobo-activation2-dev, boo (= 0.6-1), gconf2-dev, 
gdk-pixbuf, gecko-sharp (= 2.0-1), libgettext3-dev, libglade2, glib2 (= 
2.4.6-7), glib2-dev (= 2.4.6-7), gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev (= 2.4.9-8), gtk+2 (= 2.4.9-8), gtkhtml3-dev (= 3.2.1-1), gtkhtml3 
(= 3.2.1-1), gtk-sharp2 (= 1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), 
gtksourceview-dev, gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), 
libicu32-dev, libxml2, mono-dev (= 1.1.8.3-1), mono-tools (= 1.0-2), 
mozilla-dev, orbit2-dev, pango1-xft2-dev, pkgconfig
@@ -47,6 +49,9 @@
   export MONO_PATH=%i/share/NAnt/bin/lib:%i/lib:%p/lib:/usr/lib
 
   make install DESTDIR=%d
+
+  install -d -m 755 %i/share/doc/%N
+  install -c -m 644 ../COPYING %i/share/doc/%N/
 
 PostInstScript: 
   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel monodevelop.info,1.6,1.7

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18521/10.3/unstable/main/finkinfo/devel

Modified Files:
monodevelop.info 
Log Message:
monodevelop and amarok build fixes

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/monodevelop.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monodevelop.info7 Sep 2005 12:36:54 -   1.6
+++ monodevelop.info8 Sep 2005 17:30:02 -   1.7
@@ -1,6 +1,6 @@
 Package: monodevelop
 Version: 0.7
-Revision: 14
+Revision: 15
 
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
@@ -11,9 +11,11 @@
 #Source-MD5: a62a5e12127ca5dd8c3e4f44dd6ecc4b
 Source: mirror:custom:%n-%v-2005-08-16.tar.bz2
 Source-MD5: 63e55365ea5cff32f6708c0bd6f18247
+Source2: mirror:custom:COPYING
+Source2-MD5: 94d55d512a9ba36caa9b7df079bae19f
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 
-DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
+DocFiles: AUTHORS ChangeLog INSTALL NEWS README
 
 Depends: atk1-shlibs, bonobo-activation2-shlibs, boo (= 0.6-1), 
gconf2-shlibs, gdk-pixbuf-shlibs, gecko-sharp (= 2.0-1), libglade2-shlibs, 
glib2-shlibs (= 2.4.6-7), gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, 
gtk+2-shlibs (= 2.4.9-8), gtkhtml3-shlibs (= 3.2.1-1), gtk-sharp2 (= 
1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), gtksourceview-shlibs, 
gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), libxml2-shlibs, mono (= 
1.1.8.3-1), mono-tools (= 1.0-2), mozilla-shlibs, orbit2-shlibs, 
pango1-xft2-shlibs
 BuildDepends: atk1, bonobo-activation2-dev, boo (= 0.6-1), gconf2-dev, 
gdk-pixbuf, gecko-sharp (= 2.0-1), libgettext3-dev, libglade2, glib2 (= 
2.4.6-7), glib2-dev (= 2.4.6-7), gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev (= 2.4.9-8), gtk+2 (= 2.4.9-8), gtkhtml3-dev (= 3.2.1-1), gtkhtml3 
(= 3.2.1-1), gtk-sharp2 (= 1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), 
gtksourceview-dev, gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), 
libicu31-dev, libxml2, mono-dev (= 1.1.8.3-1), mono-tools (= 1.0-2), 
mozilla-dev, orbit2-dev, pango1-xft2-dev, pkgconfig
@@ -47,6 +49,9 @@
   export MONO_PATH=%i/share/NAnt/bin/lib:%i/lib:%p/lib:/usr/lib
 
   make install DESTDIR=%d
+
+  install -d -m 755 %i/share/doc/%N
+  install -c -m 644 ../COPYING %i/share/doc/%N/
 
 PostInstScript: 
   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.4/main/finkinfo/devel monodevelop.info,1.6,1.7

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21675/10.4/main/finkinfo/devel

Modified Files:
monodevelop.info 
Log Message:
updates

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/devel/monodevelop.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monodevelop.info7 Sep 2005 18:03:18 -   1.6
+++ monodevelop.info8 Sep 2005 17:43:02 -   1.7
@@ -1,6 +1,6 @@
 Package: monodevelop
 Version: 0.7
-Revision: 24
+Revision: 25
 
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
@@ -11,9 +11,11 @@
 #Source-MD5: a62a5e12127ca5dd8c3e4f44dd6ecc4b
 Source: mirror:custom:%n-%v-2005-08-16.tar.bz2
 Source-MD5: 63e55365ea5cff32f6708c0bd6f18247
+Source2: mirror:custom:COPYING
+Source2-MD5: 94d55d512a9ba36caa9b7df079bae19f
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 
-DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
+DocFiles: AUTHORS ChangeLog INSTALL NEWS README
 
 Depends: atk1-shlibs, bonobo-activation2-shlibs, boo (= 0.6-1), 
gconf2-shlibs, gdk-pixbuf-shlibs, gecko-sharp (= 2.0-1), libglade2-shlibs, 
glib2-shlibs (= 2.4.6-7), gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, 
gtk+2-shlibs (= 2.4.9-8), gtkhtml3-shlibs (= 3.2.1-1), gtk-sharp2 (= 
1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), gtksourceview-shlibs, 
gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), libxml2-shlibs, mono (= 
1.1.8.3-1), mono-tools (= 1.0-2), mozilla-shlibs, orbit2-shlibs, 
pango1-xft2-shlibs
 BuildDepends: atk1, bonobo-activation2-dev, boo (= 0.6-1), gconf2-dev, 
gdk-pixbuf, gecko-sharp (= 2.0-1), libgettext3-dev, libglade2, glib2 (= 
2.4.6-7), glib2-dev (= 2.4.6-7), gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev (= 2.4.9-8), gtk+2 (= 2.4.9-8), gtkhtml3-dev (= 3.2.1-1), gtkhtml3 
(= 3.2.1-1), gtk-sharp2 (= 1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), 
gtksourceview-dev, gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), 
libicu32-dev, libxml2, mono-dev (= 1.1.8.3-1), mono-tools (= 1.0-2), 
mozilla-dev, orbit2-dev, pango1-xft2-dev, pkgconfig
@@ -47,6 +49,9 @@
   export MONO_PATH=%i/share/NAnt/bin/lib:%i/lib:%p/lib:/usr/lib
 
   make install DESTDIR=%d
+
+  install -d -m 755 %i/share/doc/%N
+  install -c -m 644 ../COPYING %i/share/doc/%N/
 
 PostInstScript: 
   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/devel monodevelop.info,1.21,1.22

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21675/common/main/finkinfo/devel

Modified Files:
monodevelop.info 
Log Message:
updates

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/monodevelop.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- monodevelop.info7 Sep 2005 18:03:18 -   1.21
+++ monodevelop.info8 Sep 2005 17:43:02 -   1.22
@@ -1,6 +1,6 @@
 Package: monodevelop
 Version: 0.7
-Revision: 4
+Revision: 5
 
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
@@ -11,9 +11,11 @@
 #Source-MD5: a62a5e12127ca5dd8c3e4f44dd6ecc4b
 Source: mirror:custom:%n-%v-2005-08-16.tar.bz2
 Source-MD5: 63e55365ea5cff32f6708c0bd6f18247
+Source2: mirror:custom:COPYING
+Source2-MD5: 94d55d512a9ba36caa9b7df079bae19f
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 
-DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
+DocFiles: AUTHORS ChangeLog INSTALL NEWS README
 
 Depends: atk1-shlibs, bonobo-activation2-shlibs, boo (= 0.6-1), 
gconf2-shlibs, gdk-pixbuf-shlibs, gecko-sharp (= 2.0-1), libglade2-shlibs, 
glib2-shlibs (= 2.4.6-7), gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, 
gtk+2-shlibs (= 2.4.9-8), gtkhtml3-shlibs (= 3.2.1-1), gtk-sharp2 (= 
1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), gtksourceview-shlibs, 
gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), libxml2-shlibs, mono (= 
1.1.8.3-1), mono-tools (= 1.0-2), mozilla-shlibs, orbit2-shlibs, 
pango1-xft2-shlibs
 BuildDepends: atk1, bonobo-activation2-dev, boo (= 0.6-1), gconf2-dev, 
gdk-pixbuf, gecko-sharp (= 2.0-1), libgettext3-dev, libglade2, glib2 (= 
2.4.6-7), glib2-dev (= 2.4.6-7), gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev (= 2.4.9-8), gtk+2 (= 2.4.9-8), gtkhtml3-dev (= 3.2.1-1), gtkhtml3 
(= 3.2.1-1), gtk-sharp2 (= 1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), 
gtksourceview-dev, gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), 
libicu31-dev, libicu32-dev, libxml2, mono-dev (= 1.1.8.3-1), mono-tools (= 
1.0-2), mozilla-dev, orbit2-dev, pango1-xft2-dev, pkgconfig
@@ -47,6 +49,9 @@
   export MONO_PATH=%i/share/NAnt/bin/lib:%i/lib:%p/lib:/usr/lib
 
   make install DESTDIR=%d
+
+  install -d -m 755 %i/share/doc/%N
+  install -c -m 644 ../COPYING %i/share/doc/%N/
 
 PostInstScript: 
   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/devel monodevelop.info,1.6,1.7

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21675/10.3/main/finkinfo/devel

Modified Files:
monodevelop.info 
Log Message:
updates

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/devel/monodevelop.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monodevelop.info7 Sep 2005 18:03:18 -   1.6
+++ monodevelop.info8 Sep 2005 17:43:01 -   1.7
@@ -1,6 +1,6 @@
 Package: monodevelop
 Version: 0.7
-Revision: 14
+Revision: 15
 
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
@@ -11,9 +11,11 @@
 #Source-MD5: a62a5e12127ca5dd8c3e4f44dd6ecc4b
 Source: mirror:custom:%n-%v-2005-08-16.tar.bz2
 Source-MD5: 63e55365ea5cff32f6708c0bd6f18247
+Source2: mirror:custom:COPYING
+Source2-MD5: 94d55d512a9ba36caa9b7df079bae19f
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 
-DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
+DocFiles: AUTHORS ChangeLog INSTALL NEWS README
 
 Depends: atk1-shlibs, bonobo-activation2-shlibs, boo (= 0.6-1), 
gconf2-shlibs, gdk-pixbuf-shlibs, gecko-sharp (= 2.0-1), libglade2-shlibs, 
glib2-shlibs (= 2.4.6-7), gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, 
gtk+2-shlibs (= 2.4.9-8), gtkhtml3-shlibs (= 3.2.1-1), gtk-sharp2 (= 
1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), gtksourceview-shlibs, 
gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), libxml2-shlibs, mono (= 
1.1.8.3-1), mono-tools (= 1.0-2), mozilla-shlibs, orbit2-shlibs, 
pango1-xft2-shlibs
 BuildDepends: atk1, bonobo-activation2-dev, boo (= 0.6-1), gconf2-dev, 
gdk-pixbuf, gecko-sharp (= 2.0-1), libgettext3-dev, libglade2, glib2 (= 
2.4.6-7), glib2-dev (= 2.4.6-7), gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev (= 2.4.9-8), gtk+2 (= 2.4.9-8), gtkhtml3-dev (= 3.2.1-1), gtkhtml3 
(= 3.2.1-1), gtk-sharp2 (= 1.9.5-1), gtk-sharp-monodoc (= 1.0.6-1), 
gtksourceview-dev, gtksourceview-sharp (= 2.0-1), ikvm (= 0.18.0.0-1), 
libicu31-dev, libxml2, mono-dev (= 1.1.8.3-1), mono-tools (= 1.0-2), 
mozilla-dev, orbit2-dev, pango1-xft2-dev, pkgconfig
@@ -47,6 +49,9 @@
   export MONO_PATH=%i/share/NAnt/bin/lib:%i/lib:%p/lib:/usr/lib
 
   make install DESTDIR=%d
+
+  install -d -m 755 %i/share/doc/%N
+  install -c -m 644 ../COPYING %i/share/doc/%N/
 
 PostInstScript: 
   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/crypto/finkinfo kdepim3.info,1.30,1.31

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27197/10.3/crypto/finkinfo

Modified Files:
kdepim3.info 
Log Message:
/sw - %p




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.4/crypto/finkinfo kdepim3.info,1.30,1.31

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27197/10.4/crypto/finkinfo

Modified Files:
kdepim3.info 
Log Message:
/sw - %p




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo kdepim3.info,1.11,1.12

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27694/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
kdepim3.info 
Log Message:
/sw - %p

Index: kdepim3.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/kdepim3.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kdepim3.info2 Sep 2005 18:16:25 -   1.11
+++ kdepim3.info8 Sep 2005 18:06:06 -   1.12
@@ -46,7 +46,7 @@
   export ac_cv_path_GPGME_CONFIG=%p/bin/gpgme-config --thread=pthread
   export CC=gcc-3.3 CXX=g++-3.3
 
-  ranlib /sw/lib/libgpg*.a /dev/null 21
+  ranlib %p/lib/libgpg*.a /dev/null 21
   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
   ./build-helper.sh configure %N %v %r ./configure %c
 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo kdepim3.info,1.18,1.19

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27694/10.3/unstable/crypto/finkinfo

Modified Files:
kdepim3.info 
Log Message:
/sw - %p

Index: kdepim3.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/kdepim3.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- kdepim3.info2 Sep 2005 18:16:24 -   1.18
+++ kdepim3.info8 Sep 2005 18:06:06 -   1.19
@@ -46,7 +46,7 @@
   export ac_cv_path_GPGME_CONFIG=%p/bin/gpgme-config --thread=pthread
   export CC=gcc-3.3 CXX=g++-3.3
 
-  ranlib /sw/lib/libgpg*.a /dev/null 21
+  ranlib %p/lib/libgpg*.a /dev/null 21
   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
   ./build-helper.sh configure %N %v %r ./configure %c
 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/crypto/finkinfo kdepim3.info,1.29,1.30

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27736/common/crypto/finkinfo

Modified Files:
kdepim3.info 
Log Message:
/sw - %p

Index: kdepim3.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/crypto/finkinfo/kdepim3.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- kdepim3.info2 Sep 2005 18:17:36 -   1.29
+++ kdepim3.info8 Sep 2005 18:06:34 -   1.30
@@ -46,7 +46,7 @@
   export ac_cv_path_GPGME_CONFIG=%p/bin/gpgme-config --thread=pthread
   export CC=gcc-3.3 CXX=g++-3.3
 
-  ranlib /sw/lib/libgpg*.a /dev/null 21
+  ranlib %p/lib/libgpg*.a /dev/null 21
   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
   ./build-helper.sh configure %N %v %r ./configure %c
 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net unison.info,1.5,1.6 unison.patch,1.3,1.4

2005-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25149

Modified Files:
unison.info unison.patch 
Log Message:
OK for 10.3


Index: unison.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/unison.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- unison.patch6 Sep 2005 17:49:51 -   1.3
+++ unison.patch8 Sep 2005 19:49:03 -   1.4
@@ -1,6 +1,6 @@
 diff -u -aruN unison.orig/unison-2.10.2/Makefile.OCaml 
unison/unison-2.10.2/Makefile.OCaml
 --- unison.orig/unison-2.10.2/Makefile.OCaml   2004-09-06 12:15:46.0 
-0700
-+++ unison/unison-2.10.2/Makefile.OCaml2005-08-29 20:28:48.0 
-0700
 unison/unison-2.10.2/Makefile.OCaml2005-09-06 09:00:16.0 
-0700
 @@ -25,7 +25,7 @@
  
  ifeq (${OSCOMP},cygwingnuc) # Define this if compiling with Cygwin GNU C
@@ -106,7 +106,7 @@
  
 diff -u -aruN unison.orig/unison-2.10.2/copy.ml unison/unison-2.10.2/copy.ml
 --- unison.orig/unison-2.10.2/copy.ml  2004-09-06 12:15:47.0 -0700
-+++ unison/unison-2.10.2/copy.ml   2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/copy.ml   2005-09-06 09:00:16.0 -0700
 @@ -10,14 +10,16 @@
  
  let openFileIn fspath path kind =
@@ -187,7 +187,7 @@
  
 diff -u -aruN unison.orig/unison-2.10.2/files.ml unison/unison-2.10.2/files.ml
 --- unison.orig/unison-2.10.2/files.ml 2004-09-06 12:15:46.0 -0700
-+++ unison/unison-2.10.2/files.ml  2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/files.ml  2005-09-06 09:00:16.0 -0700
 @@ -356,18 +356,20 @@
debug (fun() - Util.msg Creating directory %s/%s\n
  (root2string rootTo) (Path.toString pTo));
@@ -254,7 +254,7 @@
 (Fspath.concat workingDir realPath);
 diff -u -aruN unison.orig/unison-2.10.2/fingerprint.ml 
unison/unison-2.10.2/fingerprint.ml
 --- unison.orig/unison-2.10.2/fingerprint.ml   2004-09-06 12:15:47.0 
-0700
-+++ unison/unison-2.10.2/fingerprint.ml2005-08-29 20:27:41.0 
-0700
 unison/unison-2.10.2/fingerprint.ml2005-09-06 09:00:16.0 
-0700
 @@ -22,7 +22,7 @@
Util.convertUnixErrorsToTransient
  digesting subfile
@@ -266,7 +266,7 @@
   let res = Digest.channel inch (Uutil.Filesize.toInt len) in
 diff -u -aruN unison.orig/unison-2.10.2/os.ml unison/unison-2.10.2/os.ml
 --- unison.orig/unison-2.10.2/os.ml2004-09-06 12:15:46.0 -0700
-+++ unison/unison-2.10.2/os.ml 2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/os.ml 2005-09-06 09:00:16.0 -0700
 @@ -150,10 +150,23 @@
  loop newChildren directory
in
@@ -320,7 +320,7 @@
   let pathDouble = Osx.appleDoubleFile fspath path in
 diff -u -aruN unison.orig/unison-2.10.2/osxsupport.c 
unison/unison-2.10.2/osxsupport.c
 --- unison.orig/unison-2.10.2/osxsupport.c 2004-09-06 12:15:47.0 
-0700
-+++ unison/unison-2.10.2/osxsupport.c  2005-08-29 20:28:48.0 -0700
 unison/unison-2.10.2/osxsupport.c  2005-09-06 09:00:16.0 -0700
 @@ -6,6 +6,8 @@
  #include caml/alloc.h
  #include caml/memory.h
@@ -353,7 +353,7 @@
CAMLreturn (Val_unit);
 diff -u -aruN unison.orig/unison-2.10.2/props.ml unison/unison-2.10.2/props.ml
 --- unison.orig/unison-2.10.2/props.ml 2004-09-06 12:15:46.0 -0700
-+++ unison/unison-2.10.2/props.ml  2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/props.ml  2005-09-06 09:00:16.0 -0700
 @@ -421,7 +421,7 @@
  
  let iCanWrite p =
@@ -377,7 +377,7 @@
Perm.init someHostIsRunningWindows;
 diff -u -aruN unison.orig/unison-2.10.2/recon.ml unison/unison-2.10.2/recon.ml
 --- unison.orig/unison-2.10.2/recon.ml 2004-09-06 12:15:46.0 -0700
-+++ unison/unison-2.10.2/recon.ml  2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/recon.ml  2005-09-06 09:00:16.0 -0700
 @@ -30,6 +30,10 @@
  d := Replica1ToReplica2
else
@@ -391,7 +391,7 @@
()
 diff -u -aruN unison.orig/unison-2.10.2/transport.ml 
unison/unison-2.10.2/transport.ml
 --- unison.orig/unison-2.10.2/transport.ml 2004-09-06 12:15:46.0 
-0700
-+++ unison/unison-2.10.2/transport.ml  2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/transport.ml  2005-09-06 09:00:16.0 -0700
 @@ -15,7 +15,8 @@
match uiFrom, uiTo with
  _, Updates (File (props, ContentsUpdated (_, _, ress)), _) -
@@ -404,7 +404,7 @@
assert false
 diff -u -aruN unison.orig/unison-2.10.2/ubase/util.ml 
unison/unison-2.10.2/ubase/util.ml
 --- unison.orig/unison-2.10.2/ubase/util.ml2004-09-06 12:15:47.0 
-0700
-+++ unison/unison-2.10.2/ubase/util.ml 2005-08-29 20:27:41.0 -0700
 unison/unison-2.10.2/ubase/util.ml 2005-09-06 09:00:16.0 -0700
 @@ 

dists/10.3/unstable/main/finkinfo/gnome gnome-games.info,1.11,1.12

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv993/10.3/unstable/main/finkinfo/gnome

Modified Files:
gnome-games.info 
Log Message:
New version. There are no longer -dev and -shlibs packages.


Index: gnome-games.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gnome-games.info8 Jul 2005 02:21:30 -   1.11
+++ gnome-games.info8 Sep 2005 20:23:18 -   1.12
@@ -1,20 +1,33 @@
 Package: gnome-games
-Version: 2.6.2
-Revision: 12
+Version: 2.12.0
+Revision: 1
 GCC: 3.3
-Depends: %N-shlibs (= %v-%r), libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs 
(= 2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound 
(= 0.2.34-1), gconf2 (= 2.6.0-1), gettext, glib2 (= 2.4.0-1), gnome-vfs2 (= 
2.6.0-1) | gnome-vfs2-ssl (= 2.6.0-1), gtk+2 (= 2.4.0-1), guile, 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2)
-BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, gettext-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-dev (= 2.6.0-1) | gnome-vfs2-ssl-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.4.0-1), guile-dev, intltool (= 0.28-1), libart2 (= 
2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 2.6.0-1), 
libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), libgnomecanvas2-dev (= 
2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, libjpeg, libxml2 (= 
2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), pango1-xft2-dev (= 1.4.0-1), 
pkgconfig, gnome-keyring-dev (= 0.4.3-1), libgsf-dev, popt
-Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
-Source-MD5: 3b43e035912ec7e941568b571f1237ae
-#Patch: %n.patch
-PatchScript: perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
*/help/*/Makefile.in
+Depends: gnome-base, libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs (= 
2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin 
(= 0.2.34-1), esound-shlibs (= 0.2.34-1), gconf2 (= 2.6.0-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | 
gnome-vfs2 (= 2.6.0-1), gtk+2 (= 2.5.4-1), guile16 (= 1.6.5-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2), x11, 
libhowl-bin (= 0.9.6-1), libhowl-shlibs (= 0.9.6-1), bzip2-shlibs, 
libglade2-shlibs (= 2.3.6-1), gnome-keyring-shlibs, libgsf, libjpeg-shlibs, 
gstreamer, gstreamer-shlibs
+BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.5.4-1), guile16-dev (= 1.6.5-1), intltool (= 0.29-1), 
libart2 (= 2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 
2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), 
libgnomecanvas2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, 
libjpeg, libxml2 (= 2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), 
pango1-xft2-dev (= 1.4.0-1), pkgconfig, gnome-keyring-dev (= 0.4.3-1), 
libgsf-dev, popt, x11-dev, gob2, libhowl-dev (= 0.9.6-1), bzip2-dev, 
gstreamer-dev
+Conflicts: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
+Replaces: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: f837a95f29008837c91481b0a5619166
+Patch: %n.patch
+PatchScript: 
+  #!/bin/sh -ev
+  perl -pi -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
*/help/*/Makefile.in
+  perl -pi -e 's/(guile)(-config| -c)/$1-1.6$2/' configure
+  perl -pi -e 's/game_server/games_network_server_name/' 
libgames-support/games-network.c
+
+  # recode ./some/path/ChangeLog as ChangeLogs/ChangeLog.some.path
+  mkdir ChangeLogs
+  for cl in `find . -name ChangeLog` ; do
+cp $cl ChangeLogs/`echo $cl | sed 
's/^\.\(.*\)\/\(ChangeLog\)/\2\1/;s/\//./g'`
+  done
+
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --with-ncurses=%p
+ConfigureParams: --with-ncurses=%p --disable-dependency-tracking
 InstallScript: 
   GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=%d
 
@@ -33,20 +46,6 @@
  

dists/10.4-transitional/unstable/main/finkinfo/gnome gnome-games.info,1.3,1.4

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv993/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
gnome-games.info 
Log Message:
New version. There are no longer -dev and -shlibs packages.


Index: gnome-games.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gnome-games.info7 Jul 2005 17:37:18 -   1.3
+++ gnome-games.info8 Sep 2005 20:23:19 -   1.4
@@ -1,20 +1,33 @@
 Package: gnome-games
-Version: 2.6.2
-Revision: 12
+Version: 2.12.0
+Revision: 1
 GCC: 3.3
-Depends: %N-shlibs (= %v-%r), libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs 
(= 2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound 
(= 0.2.34-1), gconf2 (= 2.6.0-1), gettext, glib2 (= 2.4.0-1), gnome-vfs2 (= 
2.6.0-1) | gnome-vfs2-ssl (= 2.6.0-1), gtk+2 (= 2.4.0-1), guile, 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2)
-BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, gettext-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-dev (= 2.6.0-1) | gnome-vfs2-ssl-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.4.0-1), guile-dev, intltool (= 0.28-1), libart2 (= 
2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 2.6.0-1), 
libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), libgnomecanvas2-dev (= 
2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, libjpeg, libxml2 (= 
2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), pango1-xft2-dev (= 1.4.0-1), 
pkgconfig, gnome-keyring-dev (= 0.4.3-1), libgsf-dev, popt
-Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
-Source-MD5: 3b43e035912ec7e941568b571f1237ae
-#Patch: %n.patch
-PatchScript: perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
*/help/*/Makefile.in
+Depends: gnome-base, libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs (= 
2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin 
(= 0.2.34-1), esound-shlibs (= 0.2.34-1), gconf2 (= 2.6.0-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | 
gnome-vfs2 (= 2.6.0-1), gtk+2 (= 2.5.4-1), guile16 (= 1.6.5-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2), x11, 
libhowl-bin (= 0.9.6-1), libhowl-shlibs (= 0.9.6-1), bzip2-shlibs, 
libglade2-shlibs (= 2.3.6-1), gnome-keyring-shlibs, libgsf, libjpeg-shlibs, 
gstreamer, gstreamer-shlibs
+BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.5.4-1), guile16-dev (= 1.6.5-1), intltool (= 0.29-1), 
libart2 (= 2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 
2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), 
libgnomecanvas2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, 
libjpeg, libxml2 (= 2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), 
pango1-xft2-dev (= 1.4.0-1), pkgconfig, gnome-keyring-dev (= 0.4.3-1), 
libgsf-dev, popt, x11-dev, gob2, libhowl-dev (= 0.9.6-1), bzip2-dev, 
gstreamer-dev
+Conflicts: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
+Replaces: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: f837a95f29008837c91481b0a5619166
+Patch: %n.patch
+PatchScript: 
+  #!/bin/sh -ev
+  perl -pi -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
*/help/*/Makefile.in
+  perl -pi -e 's/(guile)(-config| -c)/$1-1.6$2/' configure
+  perl -pi -e 's/game_server/games_network_server_name/' 
libgames-support/games-network.c
+
+  # recode ./some/path/ChangeLog as ChangeLogs/ChangeLog.some.path
+  mkdir ChangeLogs
+  for cl in `find . -name ChangeLog` ; do
+cp $cl ChangeLogs/`echo $cl | sed 
's/^\.\(.*\)\/\(ChangeLog\)/\2\1/;s/\//./g'`
+  done
+
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --with-ncurses=%p
+ConfigureParams: --with-ncurses=%p --disable-dependency-tracking
 InstallScript: 
   GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install 

dists/10.3/unstable/main/finkinfo/gnome at-spi.info,1.10,1.11

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23953/10.3/unstable/main/finkinfo/gnome

Modified Files:
at-spi.info 
Log Message:
new upstream

Index: at-spi.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/at-spi.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- at-spi.info 22 Jun 2005 06:31:39 -  1.10
+++ at-spi.info 8 Sep 2005 21:55:12 -   1.11
@@ -1,10 +1,10 @@
 Package: at-spi
-Version: 1.6.3
+Version: 1.6.6
 Revision: 1
 Depends: %N-shlibs (= 1.6.3-1), atk1-shlibs (= 1.7.2-1), gail17 (= 
1.6.0-1), libgettext3-shlibs, glib2 (= 2.4.0-1), gtk+2 (= 2.4.0-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libgnomecanvas2 (= 
2.6.0-1), libiconv, orbit2 (= 2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs
 BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.7.2-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libgnomecanvas2-dev 
(= 2.6.0-1), orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), gail17-dev (= 
1.6.0-1), libgtkhtml2 (= 2.6.0-1), libxslt, esound, pkgconfig, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, popt, 
xml-parser-pm581, x11-dev, gtk-doc
 Source: mirror:gnome:sources/%n/1.6/%n-%v.tar.bz2
-Source-MD5: e8d9c4b88e110a15cbf784b320fa0ad9
+Source-MD5: 9669ee9e3633ffb43a70795edd748e4d
 PatchScript: 
 #  perl -pi -e 's/(CFLAGS = [EMAIL PROTECTED]@)/$1 [EMAIL PROTECTED]@/' `find 
. -name Makefile.in
perl -pi -e 's/WARN_CFLAGS=(.*)/CFLAGS=$1 \$CFLAGS/' configure



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome at-spi.info,1.4,1.5

2005-09-08 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23953/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
at-spi.info 
Log Message:
new upstream

Index: at-spi.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/at-spi.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- at-spi.info 22 Jun 2005 06:31:39 -  1.4
+++ at-spi.info 8 Sep 2005 21:55:12 -   1.5
@@ -1,10 +1,10 @@
 Package: at-spi
-Version: 1.6.3
+Version: 1.6.6
 Revision: 11
 Depends: %N-shlibs (= 1.6.3-1), atk1-shlibs (= 1.7.2-1), gail17 (= 
1.6.0-1), libgettext3-shlibs, glib2 (= 2.4.0-1), gtk+2 (= 2.4.0-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libgnomecanvas2 (= 
2.6.0-1), libiconv, orbit2 (= 2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs
 BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.7.2-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libgnomecanvas2-dev 
(= 2.6.0-1), orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), gail17-dev (= 
1.6.0-1), libgtkhtml2 (= 2.6.0-1), libxslt, esound, pkgconfig, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, popt, 
xml-parser-pm586, x11-dev, gtk-doc
 Source: mirror:gnome:sources/%n/1.6/%n-%v.tar.bz2
-Source-MD5: e8d9c4b88e110a15cbf784b320fa0ad9
+Source-MD5: 9669ee9e3633ffb43a70795edd748e4d
 PatchScript: 
 #  perl -pi -e 's/(CFLAGS = [EMAIL PROTECTED]@)/$1 [EMAIL PROTECTED]@/' `find 
. -name Makefile.in
perl -pi -e 's/WARN_CFLAGS=(.*)/CFLAGS=$1 \$CFLAGS/' configure



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gnome-games.info,1.4,1.5 gnome-games.patch,1.1,1.2

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18887/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
gnome-games.info gnome-games.patch 
Log Message:
No need for gstreamer. Remove .patch cruft.


Index: gnome-games.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnome-games.info8 Sep 2005 20:23:19 -   1.4
+++ gnome-games.info8 Sep 2005 23:37:16 -   1.5
@@ -1,9 +1,9 @@
 Package: gnome-games
 Version: 2.12.0
-Revision: 1
+Revision: 2
 GCC: 3.3
-Depends: gnome-base, libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs (= 
2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin 
(= 0.2.34-1), esound-shlibs (= 0.2.34-1), gconf2 (= 2.6.0-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | 
gnome-vfs2 (= 2.6.0-1), gtk+2 (= 2.5.4-1), guile16 (= 1.6.5-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2), x11, 
libhowl-bin (= 0.9.6-1), libhowl-shlibs (= 0.9.6-1), bzip2-shlibs, 
libglade2-shlibs (= 2.3.6-1), gnome-keyring-shlibs, libgsf, libjpeg-shlibs, 
gstreamer, gstreamer-shlibs
-BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.5.4-1), guile16-dev (= 1.6.5-1), intltool (= 0.29-1), 
libart2 (= 2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 
2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), 
libgnomecanvas2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, 
libjpeg, libxml2 (= 2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), 
pango1-xft2-dev (= 1.4.0-1), pkgconfig, gnome-keyring-dev (= 0.4.3-1), 
libgsf-dev, popt, x11-dev, gob2, libhowl-dev (= 0.9.6-1), bzip2-dev, 
gstreamer-dev
+Depends: gnome-base, libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs (= 
2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin 
(= 0.2.34-1), esound-shlibs (= 0.2.34-1), gconf2 (= 2.6.0-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | 
gnome-vfs2 (= 2.6.0-1), gtk+2 (= 2.5.4-1), guile16 (= 1.6.5-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2), x11, 
libhowl-bin (= 0.9.6-1), libhowl-shlibs (= 0.9.6-1), bzip2-shlibs, 
libglade2-shlibs (= 2.3.6-1), gnome-keyring-shlibs, libgsf, libjpeg-shlibs
+BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.5.4-1), guile16-dev (= 1.6.5-1), intltool (= 0.29-1), 
libart2 (= 2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 
2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), 
libgnomecanvas2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, 
libjpeg, libxml2 (= 2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), 
pango1-xft2-dev (= 1.4.0-1), pkgconfig, gnome-keyring-dev (= 0.4.3-1), 
libgsf-dev, popt, x11-dev, gob2, libhowl-dev (= 0.9.6-1), bzip2-dev
 Conflicts: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
 Replaces: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
 Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
@@ -101,8 +101,8 @@
   gnome-games 2.12.0 dropped the shared library (no other packages
   depend on it), so we no longer need to have splitoff pkgs.
 
-  gstreamer isn't needed (?), but having it shuts up some compiler
-  warnings. See: http://bugzilla.gnome.org/show_bug.cgi?id=315567
+  gstreamer isn't needed yet, so comment out its pkg-config calls.
+  See: http://bugzilla.gnome.org/show_bug.cgi?id=315567
 
 License: GPL/GFDL
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]

Index: gnome-games.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-games.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-games.patch   27 Apr 2005 03:25:41 -  1.1
+++ gnome-games.patch   8 Sep 2005 23:37:16 

dists/10.3/unstable/main/finkinfo/gnome gnome-games.info,1.12,1.13 gnome-games.patch,1.1,1.2

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18887/10.3/unstable/main/finkinfo/gnome

Modified Files:
gnome-games.info gnome-games.patch 
Log Message:
No need for gstreamer. Remove .patch cruft.


Index: gnome-games.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gnome-games.info8 Sep 2005 20:23:18 -   1.12
+++ gnome-games.info8 Sep 2005 23:37:16 -   1.13
@@ -1,9 +1,9 @@
 Package: gnome-games
 Version: 2.12.0
-Revision: 1
+Revision: 2
 GCC: 3.3
-Depends: gnome-base, libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs (= 
2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin 
(= 0.2.34-1), esound-shlibs (= 0.2.34-1), gconf2 (= 2.6.0-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | 
gnome-vfs2 (= 2.6.0-1), gtk+2 (= 2.5.4-1), guile16 (= 1.6.5-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2), x11, 
libhowl-bin (= 0.9.6-1), libhowl-shlibs (= 0.9.6-1), bzip2-shlibs, 
libglade2-shlibs (= 2.3.6-1), gnome-keyring-shlibs, libgsf, libjpeg-shlibs, 
gstreamer, gstreamer-shlibs
-BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.5.4-1), guile16-dev (= 1.6.5-1), intltool (= 0.29-1), 
libart2 (= 2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 
2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), 
libgnomecanvas2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, 
libjpeg, libxml2 (= 2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), 
pango1-xft2-dev (= 1.4.0-1), pkgconfig, gnome-keyring-dev (= 0.4.3-1), 
libgsf-dev, popt, x11-dev, gob2, libhowl-dev (= 0.9.6-1), bzip2-dev, 
gstreamer-dev
+Depends: gnome-base, libcroco1-shlibs (= 0.5.0-1), librsvg2-shlibs (= 
2.6.0-1), atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin 
(= 0.2.34-1), esound-shlibs (= 0.2.34-1), gconf2 (= 2.6.0-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | 
gnome-vfs2 (= 2.6.0-1), gtk+2 (= 2.5.4-1), guile16 (= 1.6.5-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 (= 
2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2), x11, 
libhowl-bin (= 0.9.6-1), libhowl-shlibs (= 0.9.6-1), bzip2-shlibs, 
libglade2-shlibs (= 2.3.6-1), gnome-keyring-shlibs, libgsf, libjpeg-shlibs
+BuildDepends: libcroco1 (= 0.5.0-1), librsvg2 (= 2.6.0-1), atk1 (= 
1.6.0-1), audiofile (= 0.2.5-1), esound (= 0.2.34-1), gconf2-dev (= 
2.6.0-1), gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (= 2.4.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), gtk-doc (= 
1.2-1), gtk+2-dev (= 2.5.4-1), guile16-dev (= 1.6.5-1), intltool (= 0.29-1), 
libart2 (= 2.3.16-1), libbonobo2-dev (= 2.6.0-1), libbonoboui2-dev (= 
2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev (= 2.6.0-1), 
libgnomecanvas2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libiconv-dev, 
libjpeg, libxml2 (= 2.6.7-1), libncurses5, orbit2-dev (= 2.10.0-1), 
pango1-xft2-dev (= 1.4.0-1), pkgconfig, gnome-keyring-dev (= 0.4.3-1), 
libgsf-dev, popt, x11-dev, gob2, libhowl-dev (= 0.9.6-1), bzip2-dev
 Conflicts: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
 Replaces: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
 Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
@@ -101,8 +101,8 @@
   gnome-games 2.12.0 dropped the shared library (no other packages
   depend on it), so we no longer need to have splitoff pkgs.
 
-  gstreamer isn't needed (?), but having it shuts up some compiler
-  warnings. See: http://bugzilla.gnome.org/show_bug.cgi?id=315567
+  gstreamer isn't needed yet, so comment out its pkg-config calls.
+  See: http://bugzilla.gnome.org/show_bug.cgi?id=315567
 
 License: GPL/GFDL
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]

Index: gnome-games.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gnome-games.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-games.patch   9 Jan 2004 20:16:04 -   1.1
+++ gnome-games.patch   8 Sep 2005 23:37:16 -   1.2
@@ -1,80 +1,54 @@
-diff -Naur 

dists/10.4-transitional/unstable/main/finkinfo/gnome at-spi.info,1.5,1.6

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29991/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
at-spi.info 
Log Message:
Sync 10.3/10.4T (stupid XML::Parser!). Add note about linker warnings.


Index: at-spi.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/at-spi.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- at-spi.info 8 Sep 2005 21:55:12 -   1.5
+++ at-spi.info 9 Sep 2005 00:29:54 -   1.6
@@ -1,8 +1,8 @@
 Package: at-spi
 Version: 1.6.6
-Revision: 11
+Revision: 12
 Depends: %N-shlibs (= 1.6.3-1), atk1-shlibs (= 1.7.2-1), gail17 (= 
1.6.0-1), libgettext3-shlibs, glib2 (= 2.4.0-1), gtk+2 (= 2.4.0-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libgnomecanvas2 (= 
2.6.0-1), libiconv, orbit2 (= 2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs
-BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.7.2-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libgnomecanvas2-dev 
(= 2.6.0-1), orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), gail17-dev (= 
1.6.0-1), libgtkhtml2 (= 2.6.0-1), libxslt, esound, pkgconfig, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, popt, 
xml-parser-pm586, x11-dev, gtk-doc
+BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.7.2-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libgnomecanvas2-dev 
(= 2.6.0-1), orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), gail17-dev (= 
1.6.0-1), libgtkhtml2 (= 2.6.0-1), libxslt, esound, pkgconfig, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, popt, intltool, 
x11-dev, gtk-doc
 Source: mirror:gnome:sources/%n/1.6/%n-%v.tar.bz2
 Source-MD5: 9669ee9e3633ffb43a70795edd748e4d
 PatchScript: 
@@ -62,3 +62,8 @@
   Prior to 1.4.2-30, headers were in %N (there was no %N-dev pkg)
   along with runtime files.
 
+DescPort: 
+  Linking against this lib may generate compiler warnings about
+  multiple definitions of various *_Bonobo_* symbols. See:
+  http://bugzilla.gnome.org/show_bug.cgi?id=313122
+



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome at-spi.info,1.11,1.12

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29991/10.3/unstable/main/finkinfo/gnome

Modified Files:
at-spi.info 
Log Message:
Sync 10.3/10.4T (stupid XML::Parser!). Add note about linker warnings.


Index: at-spi.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/at-spi.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- at-spi.info 8 Sep 2005 21:55:12 -   1.11
+++ at-spi.info 9 Sep 2005 00:29:54 -   1.12
@@ -1,8 +1,8 @@
 Package: at-spi
 Version: 1.6.6
-Revision: 1
+Revision: 12
 Depends: %N-shlibs (= 1.6.3-1), atk1-shlibs (= 1.7.2-1), gail17 (= 
1.6.0-1), libgettext3-shlibs, glib2 (= 2.4.0-1), gtk+2 (= 2.4.0-1), 
libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libgnomecanvas2 (= 
2.6.0-1), libiconv, orbit2 (= 2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs
-BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.7.2-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libgnomecanvas2-dev 
(= 2.6.0-1), orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), gail17-dev (= 
1.6.0-1), libgtkhtml2 (= 2.6.0-1), libxslt, esound, pkgconfig, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, popt, 
xml-parser-pm581, x11-dev, gtk-doc
+BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.7.2-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libgnomecanvas2-dev 
(= 2.6.0-1), orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), gail17-dev (= 
1.6.0-1), libgtkhtml2 (= 2.6.0-1), libxslt, esound, pkgconfig, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, popt, intltool, 
x11-dev, gtk-doc
 Source: mirror:gnome:sources/%n/1.6/%n-%v.tar.bz2
 Source-MD5: 9669ee9e3633ffb43a70795edd748e4d
 PatchScript: 
@@ -62,3 +62,8 @@
   Prior to 1.4.2-30, headers were in %N (there was no %N-dev pkg)
   along with runtime files.
 
+DescPort: 
+  Linking against this lib may generate compiler warnings about
+  multiple definitions of various *_Bonobo_* symbols. See:
+  http://bugzilla.gnome.org/show_bug.cgi?id=313122
+



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs gmp.info,1.2,1.3

2005-09-08 Thread Peter O'Gorman
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4314

Modified Files:
gmp.info 
Log Message:
Silly sh, do what I mean, not what I say

Index: gmp.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/gmp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gmp.info5 Jul 2005 03:02:06 -   1.2
+++ gmp.info9 Sep 2005 01:02:28 -   1.3
@@ -1,6 +1,6 @@
 Package: gmp
 Version: 4.1.3
-Revision: 11
+Revision: 12
 GCC: 3.3
 Source: gnu
 Source-MD5: bdbb9136fa22a0ccf028d0f87aae1dd2
@@ -12,11 +12,10 @@
 #! /bin/sh -ev
 # Due to assembler differences on darwin x86 with ELF based gnu assemblers
 # we need to turn off assembley on the Intel build for now.
-params=%c
 case %m in
-i386) params=$params --host=none-apple-darwin ;;
+i386) ./configure --host=none-apple-darwin %c ;;
+powerpc) ./configure %c ;;
 esac
-eval ./configure $params
 make
 
 InstallScript: 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/libs gmp.info,1.2,1.3

2005-09-08 Thread Peter O'Gorman
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4183

Modified Files:
gmp.info 
Log Message:
Silly sh, do what I mean, not what I say

Index: gmp.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs/gmp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gmp.info5 Jul 2005 03:02:48 -   1.2
+++ gmp.info9 Sep 2005 01:01:59 -   1.3
@@ -1,6 +1,6 @@
 Package: gmp
 Version: 4.1.3
-Revision: 11
+Revision: 12
 GCC: 3.3
 Source: gnu
 Source-MD5: bdbb9136fa22a0ccf028d0f87aae1dd2
@@ -12,11 +12,10 @@
 #! /bin/sh -ev
 # Due to assembler differences on darwin x86 with ELF based gnu assemblers
 # we need to turn off assembley on the Intel build for now.
-params=%c
 case %m in
-i386) params=$params --host=none-apple-darwin ;;
+i386) ./configure --host=none-apple-darwin %c ;;
+powerpc) ./configure %c ;;
 esac
-eval ./configure $params
 make
 
 InstallScript: 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gconf-editor.info,1.5,1.6

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18726/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
gconf-editor.info 
Log Message:
New version.


Index: gconf-editor.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gconf-editor.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gconf-editor.info   8 Aug 2005 14:23:11 -   1.5
+++ gconf-editor.info   9 Sep 2005 02:15:31 -   1.6
@@ -1,10 +1,10 @@
 Package: gconf-editor
-Version: 2.10.0
-Revision: 2
+Version: 2.12.0
+Revision: 1
 Depends: scrollkeeper, x11, atk1-shlibs (= 1.6.0-1), gconf2 (= 2.9.2-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gtk+2 (= 2.4.0-1), libiconv, orbit2 
(= 2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs, libgnome2-shlibs, 
libgnomeui2 (= 2.5.4-1), libgnomeui2-shlibs (= 2.5.4-1), libbonobo2-shlibs, 
libbonoboui2-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, libart2-shlibs, 
libgnomecanvas2-shlibs, libxml2-shlibs, gnome-keyring-shlibs, libjpeg-shlibs, 
esound-shlibs, audiofile-shlibs
 BuildDepends: x11-dev, glib2-dev (= 2.4.0-1), atk1 (= 1.6.0-1), 
pango1-xft2-dev (= 1.4.0-1), gtk+2-dev (= 2.4.0-1), orbit2-dev (= 2.10.0-1), 
gconf2-dev (= 2.9.2-1), pkgconfig, libgettext3-dev, gettext-bin, 
gettext-tools, libiconv-dev, intltool, popt, libgnome2-dev, libgnomeui2-dev (= 
2.5.4-1), libbonobo2-dev, libbonoboui2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libart2, libgnomecanvas2-dev, libxml2, gnome-keyring-dev, 
libjpeg, esound, audiofile
-Source: mirror:gnome:sources/%n/2.10/%n-%v.tar.bz2
-Source-MD5: 651a18f7eb5af91761521aa4f04ccc07
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: ec8b0d4ee2a460ed31f69e4825fb4e17
 PatchScript: perl -pi -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
`find . -name Makefile.in`
 SetCPPFLAGS: -no-cpp-precomp
 ConfigureParams: --mandir=%p/share/man --libexecdir=%p/lib/%n 
--disable-dependency-tracking



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome gconf-editor.info,1.11,1.12

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18726/10.3/unstable/main/finkinfo/gnome

Modified Files:
gconf-editor.info 
Log Message:
New version.


Index: gconf-editor.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gconf-editor.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gconf-editor.info   8 Aug 2005 16:07:20 -   1.11
+++ gconf-editor.info   9 Sep 2005 02:15:31 -   1.12
@@ -1,10 +1,10 @@
 Package: gconf-editor
-Version: 2.10.0
-Revision: 2
+Version: 2.12.0
+Revision: 1
 Depends: scrollkeeper, x11, atk1-shlibs (= 1.6.0-1), gconf2 (= 2.9.2-1), 
libgettext3-shlibs, glib2 (= 2.4.0-1), gtk+2 (= 2.4.0-1), libiconv, orbit2 
(= 2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs, libgnome2-shlibs, 
libgnomeui2 (= 2.5.4-1), libgnomeui2-shlibs (= 2.5.4-1), libbonobo2-shlibs, 
libbonoboui2-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, libart2-shlibs, 
libgnomecanvas2-shlibs, libxml2-shlibs, gnome-keyring-shlibs, libjpeg-shlibs, 
esound-shlibs, audiofile-shlibs
 BuildDepends: x11-dev, glib2-dev (= 2.4.0-1), atk1 (= 1.6.0-1), 
pango1-xft2-dev (= 1.4.0-1), gtk+2-dev (= 2.4.0-1), orbit2-dev (= 2.10.0-1), 
gconf2-dev (= 2.9.2-1), pkgconfig, libgettext3-dev, gettext-bin, 
gettext-tools, libiconv-dev, intltool, popt, libgnome2-dev, libgnomeui2-dev (= 
2.5.4-1), libbonobo2-dev, libbonoboui2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libart2, libgnomecanvas2-dev, libxml2, gnome-keyring-dev, 
libjpeg, esound, audiofile
-Source: mirror:gnome:sources/%n/2.10/%n-%v.tar.bz2
-Source-MD5: 651a18f7eb5af91761521aa4f04ccc07
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: ec8b0d4ee2a460ed31f69e4825fb4e17
 PatchScript: perl -pi -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
`find . -name Makefile.in`
 SetCPPFLAGS: -no-cpp-precomp
 ConfigureParams: --mandir=%p/share/man --libexecdir=%p/lib/%n 
--disable-dependency-tracking



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome gnome-icon-theme.info,1.7,1.8

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21137/10.3/unstable/main/finkinfo/gnome

Modified Files:
gnome-icon-theme.info 
Log Message:
New version.


Index: gnome-icon-theme.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gnome-icon-theme.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gnome-icon-theme.info   24 Aug 2005 21:38:48 -  1.7
+++ gnome-icon-theme.info   9 Sep 2005 02:28:03 -   1.8
@@ -1,12 +1,12 @@
 Package: gnome-icon-theme
-Version: 2.10.1
-Revision: 2
+Version: 2.12.0
+Revision: 1
 Depends: libgettext3-shlibs, libiconv
 BuildDepends: intltool, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 DescPackaging: Uses pkgconfig, but there are no pkgconfig-related dependencies.
 Replaces: gnome-vfs ( 1.0.5), gnome-vfs-ssl ( 1.0.5)
-Source: mirror:gnome:sources/%n/2.10/%n-%v.tar.bz2
-Source-MD5: 680a57ed3cecb9a16824570f7002879e
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: 14d1ce7cdb1f23278bb9967900287183
 PatchScript: perl -pi.bak -e 's/localedir = \$\(libdir\)/localedir = 
\$\(datadir\)/' po/Makefile.in.in
 ConfigureParams: --mandir=%p/share/man --disable-hicolor-check
 InstallScript: make install DESTDIR=%d



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gnome-icon-theme.info,1.4,1.5

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21137/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
gnome-icon-theme.info 
Log Message:
New version.


Index: gnome-icon-theme.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-icon-theme.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnome-icon-theme.info   24 Aug 2005 21:38:48 -  1.4
+++ gnome-icon-theme.info   9 Sep 2005 02:28:03 -   1.5
@@ -1,12 +1,12 @@
 Package: gnome-icon-theme
-Version: 2.10.1
-Revision: 2
+Version: 2.12.0
+Revision: 1
 Depends: libgettext3-shlibs, libiconv
 BuildDepends: intltool, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 DescPackaging: Uses pkgconfig, but there are no pkgconfig-related dependencies.
 Replaces: gnome-vfs ( 1.0.5), gnome-vfs-ssl ( 1.0.5)
-Source: mirror:gnome:sources/%n/2.10/%n-%v.tar.bz2
-Source-MD5: 680a57ed3cecb9a16824570f7002879e
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: 14d1ce7cdb1f23278bb9967900287183
 PatchScript: perl -pi.bak -e 's/localedir = \$\(libdir\)/localedir = 
\$\(datadir\)/' po/Makefile.in.in
 ConfigureParams: --mandir=%p/share/man --disable-hicolor-check
 InstallScript: make install DESTDIR=%d



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gnome-desktop.info,1.4,1.5

2005-09-08 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20247/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
gnome-desktop.info 
Log Message:
New version.


Index: gnome-desktop.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-desktop.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnome-desktop.info  19 Aug 2005 19:31:18 -  1.4
+++ gnome-desktop.info  9 Sep 2005 05:52:28 -   1.5
@@ -1,18 +1,17 @@
 Package: gnome-desktop
-Version: 2.10.2
+Version: 2.12.0
 Revision: 1
 Depends: %N4-shlibs (= %v-%r), gnome-core (= %v-%r), atk1-shlibs (= 
1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound-bin (= 0.2.34-1), gconf2 (= 
2.6.0-1), glib2 (= 2.4.0-1), gnome-vfs2-ssl (= 2.6.0-1) | gnome-vfs2 (= 
2.6.0-1), gtk+2 (= 2.4.0-1), libart2-shlibs (= 2.3.16-1), libbonobo2 (= 
2.6.0-1), libbonoboui2 (= 2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 
(= 2.6.0-1), libgnomeui2 (= 2.6.0-1), libxml2-shlibs (= 2.6.7-1), orbit2 (= 
2.10.0-1), pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper, libiconv, 
libgettext3-shlibs, x11, libjpeg-shlibs, gnome-keyring-shlibs
-BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.6.0-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), gtk+2 (= 2.4.0-1), libart2 (= 2.3.16-1), 
libgnomecanvas2-dev (= 2.6.0-1), libjpeg, orbit2-dev (= 2.10.0-1), gconf2-dev 
(= 2.6.0-1), gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), 
libxml2 (= 2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), audiofile (= 
0.2.5-1), esound, pkgconfig, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, startup-notification-dev, gnome-keyring-dev (= 0.4.3-1), 
intltool, popt, scrollkeeper, x11-dev
+BuildDepends: glib2-dev (= 2.4.0-1), atk1 (= 1.6.0-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), gtk+2 (= 2.4.0-1), libart2 (= 2.3.16-1), 
libgnomecanvas2-dev (= 2.6.0-1), libjpeg, orbit2-dev (= 2.10.0-1), gconf2-dev 
(= 2.6.0-1), gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 2.6.0-1), 
libxml2 (= 2.6.7-1), libbonobo2-dev (= 2.6.0-1), libgnome2-dev (= 2.6.0-1), 
libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), audiofile (= 
0.2.5-1), esound, pkgconfig, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, startup-notification-dev, gnome-keyring-dev (= 0.4.3-1), 
intltool, popt, scrollkeeper, x11-dev, gnome-doc-utils
 Replaces: gnome-core ( 2.6.0-1), control-center ( 2.4.0-1)
 Conflicts: gnome-core ( 2.6.0-1)
-Source: mirror:gnome:sources/%n/2.10/%n-%v.tar.bz2
-Source-MD5: b912a6878ea307af9e3d015864ec0678
+Source: mirror:gnome:sources/%n/2.12/%n-%v.tar.bz2
+Source-MD5: 51c217ea85ed1ccc7e9bf42ea2636ebf
 Patch: %n.patch
-PatchScript: perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
desktop-docs/*/*/Makefile.in
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing -pipe
 NoSetLDFLAGS: true
-ConfigureParams: --mandir=%p/share/man --with-kde-datadir=%p/share 
--with-kde-docdir=%p/share/doc --disable-dependency-tracking
+ConfigureParams: --mandir=%p/share/man --with-kde-datadir=%p/share 
--with-kde-docdir=%p/share/doc --disable-dependency-tracking 
--disable-scrollkeeper
 CompileScript: ./configure %c; make
 InstallScript: 
   make install DESTDIR=%d
@@ -34,7 +33,14 @@
   Depends: gnome-base, atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 
0.2.5-1), esound-bin (= 0.2.34-1), gconf2 (= 2.6.0-1), glib2 (= 2.4.0-1), 
gnome-vfs2-ssl-shlibs (= 2.6.0-1) | gnome-vfs2-shlibs (= 2.6.0-1), gtk+2 (= 
2.4.0-1), libart2-shlibs (= 2.3.16-1), libbonobo2 (= 2.6.0-1), libbonoboui2 
(= 2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), libgnomeui2 
(= 2.6.0-1), libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), pango1-xft2 
(= 1.4.0-1), popt-shlibs, startup-notification-shlibs, gnome-keyring-shlibs, 
libiconv, libgettext3-shlibs, x11, libjpeg-shlibs
   Files: lib/lib*-2.*.dylib
   Shlibs: %p/lib/libgnome-desktop-2.2.dylib 5.0.0 %n (= 2.10.2-1)
-  DocFiles: AUTHORS COPYING* ChangeLog HACKING NEWS README
+  DocFiles: 
+AUTHORS COPYING* HACKING NEWS README
+ChangeLog
+desktop-docs/ChangeLog:ChangeLog.desktop-docs
+gnome-about/ChangeLog:ChangeLog.gnome-about
+libgnome-desktop/ChangeLog:ChangeLog.libgnome-desktop
+po/ChangeLog:ChangeLog.po
+  
 
 SplitOff2: 
   Package: %N4-dev
@@ -43,14 +49,28 @@
   Replaces: %N-dev
   BuildDependsOnly: True
   Files: include lib
-  DocFiles: AUTHORS COPYING* ChangeLog HACKING NEWS README
+  DocFiles: 
+AUTHORS COPYING* HACKING NEWS README
+ChangeLog
+desktop-docs/ChangeLog:ChangeLog.desktop-docs
+gnome-about/ChangeLog:ChangeLog.gnome-about
+libgnome-desktop/ChangeLog:ChangeLog.libgnome-desktop
+po/ChangeLog:ChangeLog.po
+  
 
 SplitOff3: 
   Package: gnome-core