Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9517

Modified Files:
        filelight.info kdirstat.info kdirstat.patch 
Removed Files:
        filelight.patch 
Log Message:
nuke old version that doesn't compile; make it dummy with symlink on top of 
newer version at new packagename


Index: kdirstat.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kdirstat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kdirstat.patch      20 Jan 2006 20:26:46 -0000      1.1
+++ kdirstat.patch      2 Sep 2010 14:40:13 -0000       1.2
@@ -1,3 +1,15 @@
+diff -Naur kdirstat-2.4.3-0001/kdirstat/Makefile.am 
kdirstat-2.4.3/kdirstat/Makefile.am
+--- kdirstat-2.4.3-0001/kdirstat/Makefile.am   2004-11-24 06:49:10.000000000 
-0500
++++ kdirstat-2.4.3/kdirstat/Makefile.am        2010-09-01 09:58:01.000000000 
-0400
+@@ -58,7 +58,7 @@
+ update_SCRIPTS        = fix_move_to_trash_bin.pl
+ 
+ 
+-kdirstat_LDADD = $(LIB_KFILE)
++kdirstat_LDADD = $(LIB_KFILE) $(LIB_QT)
+ 
+ KDE_ICON = kdirstat
+ 
 diff -Naur kdirstat-2.4.3-0001/kdirstat/kdirtree.cpp 
kdirstat-2.4.3/kdirstat/kdirtree.cpp
 --- kdirstat-2.4.3-0001/kdirstat/kdirtree.cpp  2004-11-23 07:29:02.000000000 
-0500
 +++ kdirstat-2.4.3/kdirstat/kdirtree.cpp       2005-06-01 08:48:17.000000000 
-0400

--- filelight.patch DELETED ---

Index: kdirstat.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kdirstat.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kdirstat.info       7 Sep 2009 19:38:27 -0000       1.9
+++ kdirstat.info       2 Sep 2010 14:40:13 -0000       1.10
@@ -1,6 +1,6 @@
 Package: kdirstat
 Version: 2.4.3
-Revision: 1012
+Revision: 1013
 Description: Graphical disk usage utility
 License: GPL/LGPL
 Homepage: http://kdirstat.sourceforge.net/
@@ -19,8 +19,8 @@
 Source: http://kdirstat.sourceforge.net/download/%n-%v.tar.bz2
 Source-MD5: 044789b98d8f2c92227a31cc758a7587
 
-Depends: kdebase3-unified (>= 3.4.3-1021), libgettext3-shlibs, libiconv
-BuildDepends: arts-dev (>= 1.4.3-1021), autoconf (>= 2.60-1), automake1.7, 
cctools (>= 446-1) | cctools-single-module, fink (>= 0.24.12-1), freetype219, 
kdelibs3-unified-dev (>= 3.4.3-1021), libart2, libidn, libpng3 (>= 1.2.5-4), 
qt3 (>= 3.3.5-1026), x11-dev, libgettext3-dev, gettext-tools, libiconv-dev, 
xmkmf
+Depends: kdebase3-unified (>= 3.4.3-1021), libgettext8-shlibs, libiconv
+BuildDepends: arts-dev (>= 1.4.3-1021), autoconf, automake1.11, fink (>= 
0.24.12-1), freetype219, kdelibs3-unified-dev (>= 3.4.3-1021), libart2, libidn, 
libpng14, qt3 (>= 3.3.5-1026), x11-dev, libgettext8-dev, gettext-tools, 
libiconv-dev, xmkmf
 BuildConflicts: unsermake
 GCC: 4.0
 CustomMirror: <<
@@ -32,7 +32,7 @@
 Source2ExtractDir: %n-%v
 Source2-MD5: e2dccadc3d36718ef9a7e3c7789e2bdf
 PatchFile: %n.patch
-PatchFile-MD5: 1f4738276a9b2f83213e5ddb1cf00f1a
+PatchFile-MD5: 285c31b315fa7fae7e0ad6cd6020ebc4
 PatchScript: <<
        sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1 
        perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' admin/*.*

Index: filelight.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/filelight.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- filelight.info      7 Sep 2009 19:38:27 -0000       1.11
+++ filelight.info      2 Sep 2010 14:40:13 -0000       1.12
@@ -1,85 +1,19 @@
 Package: filelight
-Version: 1.0-beta6
-Revision: 1013
+Version: 1.9-rc3
+Revision: 1004
 Description: Prettier graphical disk usage utility
 License: GPL
 Homepage: http://www.methylblue.com/filelight/index.php
 Maintainer: Dave Vasilevsky <v...@users.sourceforge.net>
-DescDetail: <<
-       Filelight allows you to understand exactly where your diskspace is being
-       used by graphically representating your filesystem as a set of 
concentric
-       segmented-rings.
-       
-       Does include resource fork and extended attribute usage for local scans,
-       since it counts blocks and not bytes.
-<<
-DescPort: <<
-       Porting changes:
-               - Use mntent compatibility wrapper, don't include mount options 
that
-               don't exist on OS X.
-               - Don't find /dev and /.vol virtual volumes.
-               - Consider AFP to be remote
-               - Case sensitivity in Config.h/config.h
-       
-       Bug fixes:
-               - Don't call guessIconName() on deleted Disk.
-               - Clarify mixed-up if statement around localLister.cpp:117 so 
that
-               avoiding cross-FS scanning works.
-               - Use doubles (not ints) in sincos(). Make function static to 
avert
-               multiple defs.
-               - createAboutData() should allow caller to manage memory.
-<<
-DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-Source: http://www.methylblue.com/%{Ni}/packages/%{Ni}-%v.tar.bz2
-Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73
-
-Depends: kdebase3-unified (>= 3.4.3-1021), libgettext3-shlibs, libiconv
-BuildDepends: arts-dev (>= 1.4.3-1021), autoconf (>= 2.60-1), automake1.7, 
cctools (>= 446-1) | cctools-single-module, fink (>= 0.24.12-1), freetype219, 
kdelibs3-unified-dev (>= 3.4.3-1021), libart2, libidn, libpng3 (>= 1.2.5-4), 
qt3 (>= 3.3.5-1026), x11-dev, libgettext3-dev, gettext-tools, libiconv-dev, 
xmkmf
-BuildConflicts: unsermake
-GCC: 4.0
-CustomMirror: <<
-  nam-US: http://ranger.befunk.com/fink
-  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
-  nam-CA: http://www.southofheaven.net/befunk
-<<
-Source2: mirror:custom:kde-admindir/kde-admindir-1605.tar.bz2
-Source2ExtractDir: %n-%v
-Source2-MD5: e2dccadc3d36718ef9a7e3c7789e2bdf
-PatchFile: %n.patch
-PatchFile-MD5: 3093b42dbca69595058ca451ff9e6251
-PatchScript: <<
-       sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1 
-       perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' admin/*.*
-       echo "KDE_ENABLE_HIDDEN_VISIBILITY" >> configure.in.in
-       perl -pi -e 's,(Autoconf.*)\),\1 | *Autoconf*2.6* \),g' admin/cvs.sh
-       
-       mv src/part/Config.h src/part/PartConfig.h
-       find src/part -type f | xargs perl -i -pe 's/Config\.h/PartConfig.h/g'
-<<
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
-ConfigureParams: --with-distribution='Fink/Mac OS X'
-CompileScript: <<
-#!/bin/sh -ev
-
-       export HOME=/tmp
-       export PREFIX="%p"
-       . ./environment-helper.sh
-       export lt_cv_sys_max_cmd_len=65536
-       echo $CONFIGURE_PARAMS
-
-       ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
-       ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
-       ./build-helper.sh make      %N %v %r make all 
all_libraries="$ALL_LIBRARIES"
-<<
+Depends: filelight-kde4-x11 (>= %v-1), fink-obsolete-packages
+Type: nosource
+CompileScript: #
 InstallScript: <<
-#!/bin/sh -ev
-
-       export PREFIX="%p"
-       . ./environment-helper.sh
-
-       ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
-
-       mkdir -p %i/share/doc/installed-packages
-       touch %i/share/doc/installed-packages/%N
+       mkdir %i/bin
+       ln -s %p/opt/kde4/x11/bin/filelight %i/bin
+<<
+DescDetail: <<
+       This was an older version using an older gui toolkit. It's now
+       just a convenience package to help users migrate to the newer
+       version with a newer gui toolkit.
 <<


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to