Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5673/10.4/unstable/main/finkinfo/gnome

Modified Files:
        gnome-print.info 
Log Message:
dep cleanup


Index: gnome-print.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-print.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-print.info    20 Jan 2006 20:25:02 -0000      1.1
+++ gnome-print.info    10 Jan 2007 05:57:42 -0000      1.2
@@ -1,50 +1,89 @@
 Package: gnome-print
 Version: 0.37
-Revision: 5
+Revision: 6
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
 Source-MD5: f9e13f4f17b04baceec1cdeed0f88eae
-BuildDepends: audiofile (>= 0.2.3-1), esound (>= 0.2.28-1), glib (>= 
1.2.10-18), gdk-pixbuf (>= 0.18.0-12), gtk+ (>= 1.2.10-23), libjpeg, libtiff, 
netpbm, orbit (>= 0.5.17-15), imlib (>= 1.9.14-13), gnome-libs-dev (>= 
1.4.2-17), libxml (>= 1.8.17-14), libglade (>= 0.17-3), gettext-dev, 
gettext-bin, gettext-tools, libiconv-dev, x11-dev
-Depends: %N-shlibs (>= %v-%r), audiofile-shlibs (>= 0.2.3-1), esound-shlibs 
(>= 0.2.28-1), gdk-pixbuf-shlibs (>= 0.18.0-12), gettext, glib-shlibs (>= 
1.2.10-18), gnome-libs-shlibs (>= 1.4.2-17), gtk+-shlibs (>= 1.2.10-23), 
imlib-shlibs (>= 1.9.14-2), libxml-shlibs (>= 1.8.17-14), ghostscript-fonts
+BuildDepends: <<
+       audiofile (>= 0.2.3-1),
+       esound (>= 0.2.28-1),
+       gdk-pixbuf (>= 0.18.0-12),
+       gettext-bin,
+       gettext-dev,
+       gettext-tools,
+       glib (>= 1.2.10-18),
+       gnome-libs-dev (>= 1.4.2-17),
+       gtk+ (>= 1.2.10-23),
+       imlib (>= 1.9.14-13),
+       libxml (>= 1.8.17-14),
+       x11-dev
+<<
+Depends: <<
+       %N-shlibs (>= %v-%r),
+       audiofile-shlibs (>= 0.2.3-1),
+       esound-shlibs (>= 0.2.28-1),
+       gdk-pixbuf-shlibs (>= 0.18.0-12),
+       gettext,
+       ghostscript-fonts,
+       glib-shlibs (>= 1.2.10-18),
+       gnome-libs-shlibs (>= 1.4.2-17),
+       gtk+-shlibs (>= 1.2.10-23),
+       imlib-shlibs (>= 1.9.14-2),
+       libxml-shlibs (>= 1.8.17-14),
+       x11-shlibs
+<<
 PatchScript: <<
-  sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
-  perl -pi -e 's/(.*run-gnome-font-install.*)/#\1/' installer/Makefile.in
-  perl -pi -e 's,(lib\S+)/(lib\S+)\.la,\1/.libs/\2.dylib,g' tests/Makefile.in
+       sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+       perl -pi -e 's/(.*run-gnome-font-install.*)/#\1/' installer/Makefile.in
+       perl -pi -e 's,(lib\S+)/(lib\S+)\.la,\1/.libs/\2.dylib,g' 
tests/Makefile.in
 <<
 UpdatePoMakefile: true
 UpdateConfigGuess: true
 UpdateLibtool: true
 SetCFLAGS: -O2 -no-cpp-precomp
 CompileScript: <<
-./configure %c
-make
-nm libgnomeprint/.libs/libgnomeprint.dylib | egrep ' [DTS] 
(_g_utf|_g_unichar)' | sed 's/.* //' | sort | uniq >symbol.list
-nmedit -R symbol.list libgnomeprint/.libs/libgnomeprint.15.1.11.dylib
+       ./configure %c
+       make
+       nm libgnomeprint/.libs/libgnomeprint.dylib | egrep ' [DTS] 
(_g_utf|_g_unichar)' | sed 's/.* //' | sort | uniq >symbol.list
+       nmedit -R symbol.list libgnomeprint/.libs/libgnomeprint.15.1.11.dylib
 <<
 InstallScript: <<
-make install DESTDIR=%d
-install -c -m 644 run-gnome-font-install %i/share/fonts
-(cd fonts; install -c -m 644 *.font %i/share/fonts)
+       make install DESTDIR=%d
+       install -c -m 644 run-gnome-font-install %i/share/fonts
+       (cd fonts; install -c -m 644 *.font %i/share/fonts)
 <<
 PostInstScript: <<
-perl %p/share/fonts/run-gnome-font-install %p/bin/gnome-font-install %p/share 
%p/share
+       perl %p/share/fonts/run-gnome-font-install %p/bin/gnome-font-install 
%p/share %p/share
 <<
 SplitOff: <<
-  Package: %N-shlibs
-  Depends: gnome-base, audiofile-shlibs (>= 0.2.3-1), esound-shlibs (>= 
0.2.28-1), gdk-pixbuf-shlibs (>= 0.18.0-12), gettext, glib-shlibs (>= 
1.2.10-18), gnome-libs-shlibs (>= 1.4.2-17), gtk+-shlibs, imlib-shlibs (>= 
1.9.14-2), libglade-shlibs (>= 0.17-3), libxml-shlibs (>= 1.8.17-14)
-  Replaces: %N (<= 0.35-2)
-  Files: lib/libgnomeprint.*.dylib
-  Shlibs: %p/lib/libgnomeprint.15.dylib 17.0.0 %n (>= 0.36-2)
-  DocFiles: AUTHORS COPYING* ChangeLog NEWS README
+       Package: %N-shlibs
+       Depends: <<
+               audiofile-shlibs (>= 0.2.3-1),
+               esound-shlibs (>= 0.2.28-1),
+               gdk-pixbuf-shlibs (>= 0.18.0-12),
+               gettext,
+               glib-shlibs (>= 1.2.10-18),
+               gnome-base,
+               gnome-libs-shlibs (>= 1.4.2-17),
+               gtk+-shlibs,
+               imlib-shlibs (>= 1.9.14-2),
+               libglade-shlibs (>= 0.17-3),
+               libxml-shlibs (>= 1.8.17-14),
+               x11-shlibs
+       <<
+       Replaces: %N (<= 0.35-2)
+       Files: lib/libgnomeprint.*.dylib
+       Shlibs: %p/lib/libgnomeprint.15.dylib 17.0.0 %n (>= 0.36-2)
+       DocFiles: AUTHORS COPYING* ChangeLog 
installer/ChangeLog:ChangeLog.installer 
libgnomeprint/ChangeLog:ChangeLog.libgnomeprint po/ChangeLog:ChangeLog.po NEWS 
README
 <<
 SplitOff2: <<
-  Package: %N-dev
-  BuildDependsOnly: True
-  Depends: %N-shlibs (= %v-%r)
-  Replaces: %N (<< 0.36-2)
-  Files: include lib/libgnomeprint.* lib/*.sh
-  DocFiles: AUTHORS COPYING* ChangeLog NEWS README
+       Package: %N-dev
+       BuildDependsOnly: True
+       Depends: %N-shlibs (= %v-%r)
+       Replaces: %N (<< 0.36-2)
+       Files: include lib/libgnomeprint.* lib/*.sh
+       DocFiles: AUTHORS COPYING* ChangeLog 
installer/ChangeLog:ChangeLog.installer 
libgnomeprint/ChangeLog:ChangeLog.libgnomeprint po/ChangeLog:ChangeLog.po NEWS 
README
 <<
-DocFiles: AUTHORS COPYING* ChangeLog NEWS README
+DocFiles: AUTHORS COPYING* ChangeLog installer/ChangeLog:ChangeLog.installer 
libgnomeprint/ChangeLog:ChangeLog.libgnomeprint po/ChangeLog:ChangeLog.po NEWS 
README
 Description: Gnome Print - Printing libraries for GNOME
 DescDetail: <<
 You should install the gnome-print package if you intend on using any of
@@ -59,7 +98,10 @@
 Brute-force fix for linker path bug in unpatchably-old libtool.
 <<
 DescPackaging: <<
-  Don't install fonts into live system during package building.
+       Don't install fonts into live system during package building.
+
+       orbit doesn't appear to be linked or used if detected, so
+       don't bother with dependencies to force it to be detected
 <<
 License: GPL/LGPL
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to