Author: ranger
Date: Sat Oct 27 20:27:25 2007
New Revision: 1022

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1022&repname=user%3a+ranger
Log:
new upstream

Added:
    trunk/experimental/common/main/finkinfo/utils/gnokii.info
    trunk/experimental/common/main/finkinfo/utils/gnokii.patch

Added: trunk/experimental/common/main/finkinfo/utils/gnokii.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/utils/gnokii.info&rev=1022&repname=user%3a+ranger
==============================================================================
--- trunk/experimental/common/main/finkinfo/utils/gnokii.info (added)
+++ trunk/experimental/common/main/finkinfo/utils/gnokii.info Sat Oct 27 
20:27:25 2007
@@ -1,0 +1,93 @@
+Package: gnokii
+Version: 0.6.20
+Revision: 1
+Description: Gnokii mobile phone tools and driver
+License: GPL
+#
+Depends: <<
+       %N3-shlibs (= %v-%r),
+       atk1-shlibs (>= 1.12.4-1),
+       expat1-shlibs,
+       fontconfig2-shlibs,
+       freetype219-shlibs,
+       glib2-shlibs (>= 2.12.0-1),
+       gtk+2-shlibs (>= 2.6.10-1),
+       libgettext3-shlibs,
+       libiconv,
+       libusb-shlibs,
+       pango1-xft2-shlibs (>= 1.10.1-1),
+       x11
+<<
+BuildDepends: <<
+       atk1 (>= 1.12.4-1),
+       expat1,
+       fontconfig2-dev,
+       freetype219,
+       glib2-dev (>= 2.12.0-1),
+       gtk+2-dev (>= 2.6.10-1),
+       libgettext3-dev,
+       libiconv-dev,
+       libusb,
+       pango1-xft2-dev (>= 1.10.1-1),
+       pkgconfig (>= 0.21-1),
+       x11-dev
+<<
+#
+CustomMirror: <<
+       Primary: http://www.gnokii.org/download/gnokii
+       nam-US: http://www.gnokii.org/download/gnokii
+       nam-US: http://www.gnokii.org/download/gnokii/0.6.x
+<<
+Conflicts: gnokii2
+Replaces: gnokii2
+Source: mirror:custom:gnokii-%v.tar.bz2
+Source-MD5: 8e90b0f56d13735fd35620a8738c31aa
+Patch: %n.patch
+SetCPPFLAGS: -I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
+SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib
+#
+ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --disable-dependency-tracking
+#
+InstallScript: make -j1 install-devel DESTDIR=%d xmandir=%p/share/man/man1
+DocFiles: ChangeLog COPYING COPYRIGHT INSTALL MAINTAINERS TODO VERSION
+#
+SplitOff: <<
+       Package: %N3-shlibs 
+       Description: Gnokii shared libraries
+       Replaces: gnokii2-shlibs
+       Files: lib/libgnokii.3*.dylib
+       Depends: <<
+               libgettext3-shlibs,
+               libiconv,
+               libusb-shlibs,
+               x11-shlibs
+       <<
+       Shlibs: <<
+               %p/lib/libgnokii.3.dylib 8.0.0 %n (>= 0.6.20-1)
+       <<
+       DocFiles: COPYING COPYRIGHT
+<<
+#
+SplitOff2: <<
+       Package: %N3-dev
+       Conflicts: gnokii2-dev
+       Replaces: gnokii2-dev
+       Description: Gnokii development headers
+       Depends: %N3-shlibs (= %v-%r)
+       BuildDependsOnly: True
+       Files: include lib/libgnokii.dylib lib/*.a lib/*.la lib/pkgconfig
+       DocFiles: ChangeLog COPYING COPYRIGHT INSTALL MAINTAINERS TODO VERSION
+<<
+DescDetail: <<
+Gnokii provides tools and a user space driver for use with Nokia and
+other mobile phones. With gnokii you can do such things as make data
+calls, update your address book, change calendar entires, send and
+receive SMS messages and load ring tones depending on the phone you
+have. For a complete list of supported makes and models take a look at
+our FAQ pages.
+<<
+DescPort: <<
+Uses automake.
+<<
+Homepage: http://www.gnokii.org/
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Added: trunk/experimental/common/main/finkinfo/utils/gnokii.patch
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/utils/gnokii.patch&rev=1022&repname=user%3a+ranger
==============================================================================
--- trunk/experimental/common/main/finkinfo/utils/gnokii.patch (added)
+++ trunk/experimental/common/main/finkinfo/utils/gnokii.patch Sat Oct 27 
20:27:25 2007
@@ -1,0 +1,58 @@
+diff -uNr gnokii-0.6.20/configure gnokii-0.6.20-new/configure
+--- gnokii-0.6.20/configure    2007-10-27 10:22:21.000000000 -0400
++++ gnokii-0.6.20-new/configure        2007-10-27 14:11:55.000000000 -0400
+@@ -28439,7 +28439,7 @@
+ _ACEOF
+ 
+               USE_BLUETOOTH="yes"
+-              LIBS="$LIBS $PTHREAD_LIBS -framework CoreFoundation -framework 
IOBluetooth -framework Foundation"
++              LIBS="$LIBS $PTHREAD_LIBS -Wl,-framework,CoreFoundation 
-Wl,-framework,IOBluetooth -Wl,-framework,Foundation"
+       fi
+ fi
+ 
+diff -uNr gnokii-0.6.20/gnokii/gnokii-utils.c 
gnokii-0.6.20-new/gnokii/gnokii-utils.c
+--- gnokii-0.6.20/gnokii/gnokii-utils.c        2007-10-27 10:22:01.000000000 
-0400
++++ gnokii-0.6.20-new/gnokii/gnokii-utils.c    2007-10-27 14:12:08.000000000 
-0400
+@@ -43,6 +43,7 @@
+ 
+ #include <stdio.h>
+ #include <signal.h>
++#include <sys/stat.h>
+ 
+ #include "gnokii-app.h"
+ #include "gnokii.h"
+diff -uNr gnokii-0.6.20/xgnokii/xgnokii_data.c 
gnokii-0.6.20-new/xgnokii/xgnokii_data.c
+--- gnokii-0.6.20/xgnokii/xgnokii_data.c       2007-10-27 10:22:02.000000000 
-0400
++++ gnokii-0.6.20-new/xgnokii/xgnokii_data.c   2007-10-27 14:20:19.000000000 
-0400
+@@ -65,7 +65,7 @@
+ }
+ 
+ 
+-inline void GUI_ShowData(void)
++void GUI_ShowData(void)
+ {
+       if (!phoneMonitor.supported & PM_DATA)
+               return;
+diff -uNr gnokii-0.6.20/xgnokii/xgnokii_data.h 
gnokii-0.6.20-new/xgnokii/xgnokii_data.h
+--- gnokii-0.6.20/xgnokii/xgnokii_data.h       2007-10-27 10:22:02.000000000 
-0400
++++ gnokii-0.6.20-new/xgnokii/xgnokii_data.h   2007-10-27 14:20:19.000000000 
-0400
+@@ -31,7 +31,7 @@
+ #define XGNOKII_DATA_H
+ 
+ void GUI_CreateDataWindow(void);
+-inline void GUI_ShowData(void);
++extern void GUI_ShowData(void);
+ inline void GUI_HideData(void);
+ 
+ #endif
+diff -uNr gnokii-0.6.20/xgnokii/xgnokii_lowlevel.h 
gnokii-0.6.20-new/xgnokii/xgnokii_lowlevel.h
+--- gnokii-0.6.20/xgnokii/xgnokii_lowlevel.h   2007-10-27 10:22:02.000000000 
-0400
++++ gnokii-0.6.20-new/xgnokii/xgnokii_lowlevel.h       2007-10-27 
14:11:55.000000000 -0400
+@@ -230,6 +230,6 @@
+ extern void GUI_InsertEvent(PhoneEvent * event);
+ extern gn_error GUI_InitSMSFolders(void);
+ extern int isSMSactivated;
+-struct gn_statemachine *statemachine;
++extern struct gn_statemachine *statemachine;
+ 
+ #endif


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to