Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv20274

Modified Files:
        linuxdcpp.info linuxdcpp.patch 
Log Message:
move to stable

Index: linuxdcpp.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/linuxdcpp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- linuxdcpp.patch     16 Jul 2008 03:01:45 -0000      1.1
+++ linuxdcpp.patch     25 Aug 2008 21:46:26 -0000      1.2
@@ -10,18 +10,3 @@
                if(rv == (size_t)-1) {
                        size_t used = outbuf - tmp.data();
                        if(errno == E2BIG) {
-diff -ruN linuxdcpp-1.0.1-orig/linux/WulforUtil.cc 
linuxdcpp-1.0.1/linux/WulforUtil.cc
---- linuxdcpp-1.0.1-orig/linux/WulforUtil.cc   2007-12-25 14:14:32.000000000 
-0500
-+++ linuxdcpp-1.0.1/linux/WulforUtil.cc        2008-04-08 18:11:07.000000000 
-0400
-@@ -165,7 +165,11 @@
- {
-       GError* error = NULL;
-       gchar *argv[3];
-+#ifdef __APPLE__
-+      argv[0] = "open";
-+#else
-       argv[0] = "xdg-open";
-+#endif
-       argv[1] = (gchar *)Text::fromUtf8(uri).c_str();
-       argv[2] = NULL;
- 

Index: linuxdcpp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/linuxdcpp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- linuxdcpp.info      24 Jul 2008 15:52:46 -0000      1.2
+++ linuxdcpp.info      25 Aug 2008 21:46:25 -0000      1.3
@@ -1,6 +1,6 @@
 Package: linuxdcpp
-Version: 1.0.1
-Revision: 3
+Version: 1.0.2
+Revision: 2
 Description: Direct Connect protocol GTK client
 License: GPL
 Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
@@ -14,8 +14,6 @@
        gtk+2-shlibs (>= 2.12.3-1),
        libgettext3-shlibs,
        libglade2-shlibs (>= 2.4-1),
-       libiconv,
-       libxml2-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.18.4-4),
        x11-shlibs
 <<
@@ -23,6 +21,7 @@
        atk1 (>= 1.20.0-1),
        bzip2-dev,
        cairo (>= 1.6-1),
+       fink (>= 0.24.12),
        fontconfig2-dev,
        freetype219,
        glitz,
@@ -30,8 +29,6 @@
        gtk+2-dev (>= 2.12.3-1),
        libgettext3-dev,
        libglade2 (>= 2.4-1),
-       libiconv-dev,
-       libxml2,
        pango1-xft2-ft219-dev (>= 1.18.4-4),
        pixman (>= 0.10.0-1),
        pkgconfig (>= 0.21-1),
@@ -39,22 +36,31 @@
        system-openssl-dev,
        x11-dev
 <<
-Source: http://download.berlios.de/%n/%n-%v.tar.bz2
-Source-MD5: 5ead00a1c4d07958c784b2f365b7c395
-Patch: %n.patch
+Source: http://launchpad.net/%n/1.0/%v/+download/%n-%v.tar.bz2
+Source-MD5: 905d572357cbdbc66c8d45fe394f80fc
+PatchFile: %n.patch
+PatchFile-MD5: b8521582fbfb6b4ac9be7622e9e9bad2
+PatchScript: <<
+#!/bin/sh -ev
+if [ `/usr/bin/sw_vers -productVersion | cut -d'.' -f1-2` == 10.4 ]; then
+       /usr/bin/patch -p1 < %{PatchFile}
+fi
+<<
+NoSetCFLAGS: true
 SetCFLAGS: -I%p/lib/system-openssl/include
+NoSetLDFLAGS: true
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 GCC: 4.0
 CompileScript: <<
 #!/bin/sh -ev
-export 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
+export 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig
 %p/bin/scons PREFIX=%p
 <<
 InstallScript: <<
-%p/bin/scons install PREFIX=%i
+%p/bin/scons install FAKE_ROOT=%d
 <<
 DocFiles: Changelog.txt Credits.txt License.txt Readme.txt
-Homepage: http://linuxdcpp.berlios.de/
+Homepage: https://launchpad.net/linuxdcpp
 DescDetail: <<
 LinuxDC++ is a Linux port of the Direct Connect client DC++. Though 
 it is primarily aimed at Linux, it has been shown to work on other 
@@ -72,7 +78,5 @@
 linuxdcpp
 <<
 DescPort: <<
-iconv patch from 
http://lists.freebsd.org/pipermail/freebsd-gnome/2007-February/016718.html
-
-xdg-open --> open in WulforUtil.cc fixed in CVS post 1.0.1
+iconv patch from 
http://lists.freebsd.org/pipermail/freebsd-gnome/2007-February/016718.html but 
does not seem to be needed on 10.5.
 <<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to