On 5/3/07, Catalin Hritcu <[EMAIL PROTECTED]> wrote: > Hello, > > We are looking for volunteers who can try the Krusader (twin panel > file manager http://krusader.sourceforge.net/) package for Mac OS X, > and report back before the 1.80.0 release if it works or if there is > any trouble. > > The installation instructions are posted on my blog (if things work > they will eventually make it into the documentation): > http://hritcu.wordpress.com/2006/08/10/krusader-on-intel-mac/ > Installation includes enabling fink unstable and installing the KDE > bundle, which is large, and will get compiled on your machine so it > will take a while. For trying the 1.80.0-beta2 please use this info > file: > http://www.ps.uni-sb.de/~hritcu/download/krusader-1.80.0-beta2.info > > Your help would be highly appreciated. > > Thanks, > Catalin > Catalin Hritcu wrote: > Hello, > > We are looking for volunteers who can try the Krusader (twin panel > file manager http://krusader.sourceforge.net/) package for Mac OS X, > and report back before the 1.80.0 release if it works or if there is > any trouble. > > The installation instructions are posted on my blog (if things work > they will eventually make it into the documentation): > http://hritcu.wordpress.com/2006/08/10/krusader-on-intel-mac/ > Installation includes enabling fink unstable and installing the KDE > bundle, which is large, and will get compiled on your machine so it > will take a while. For trying the 1.80.0-beta2 please use this info > file: > http://www.ps.uni-sb.de/~hritcu/download/krusader-1.80.0-beta2.info > > Your help would be highly appreciated. > > Thanks, > Catalin > (I've started testing on my system [PowerPC])
Don't forget the .patch: http://www.ps.uni-sb.de/~hritcu/download/krusader.patch Since the package uses g++, please have a declaration of that (e.g. the following for 10.4): GCC: 4.0 I found some validation errors (via the use of fink's maintainer mode '-m'): Information about 7025 packages read in 1 seconds. Running in Maintainer Mode Validating package file /sw/fink/dists/local/3rdparty/finkinfo/kde/krusader-1.80.0-beta2.info... Error: Use of PatchFile requires declaring a BuildDepends on "fink (>= 0.24.12)" or higher. (krusader-1.80.0-beta2.info) Failed: Please correct the above problems and try again! --after fixing that-- The package 'krusader' will be built without being installed. WARNING: The package krusader has a preferred BuildDepends on kdelibs3-ssl-dev, but kdelibs3-ssl-dev is an obsolete package. WARNING: The package krusader has a preferred Depends on kdelibs3-ssl, but kdelibs3-ssl is an obsolete package. Failed: Please correct the above problems and try again! As the earliest version of KDE in any tree that this will ever be added to by the Fink project is 3.5.4, there's no need to specify a dependency on anything other than kdelibs3-unified* -------------------- general note: --disable-dependency-tracking in the ConfigureParams speeds up builds for we that have old computers :-) (and it's not useful for Fink user builds, anyway) -------------------- It's missing a BuildDepend on libjpeg: ... libtool: link: cannot find the library `/sw/lib/libjpeg.la' ... ---after fixing that--- Missing a BuildDependency on pcre: ... libtool: link: cannot find the library `/sw/lib/libpcreposix.la' ... ---after fixing that--- Missing a BuildDependency on libart2 ... libtool: link: cannot find the library `/sw/lib/libart_lgpl_2.la' ... ---after fixing that--- Missing a BuildDependency on libidn: ... libtool: link: cannot find the library `/sw/lib/libidn.la' ... -- Alexander K. Hansen (akh) Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
