Author: ranger
Date: Mon Jun 19 14:28:31 2006
New Revision: 134

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

Added:
    trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.info
    trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.patch

Added: trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.info&rev=134&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.info (added)
+++ trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.info Mon Jun 19 
14:28:31 2006
@@ -1,0 +1,62 @@
+Package: gnokii2
+Version: 0.6.13
+Revision: 1
+Description: Gnokii mobile phone tools and driver
+License: GPL
+#
+Depends: %N-shlibs (= %v-%r), x11
+BuildDepends: x11-dev, gtk+2-dev, libgettext3-dev, libiconv-dev, glib2-dev, 
pkgconfig
+#
+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
+<<
+Source: mirror:custom:gnokii-%v.tar.bz2
+Source-MD5: 7f6e71aa4765c813d2129339c73e6520
+Patch: %n.patch
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
+NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
+#
+ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
+#
+InstallScript: <<
+  make install DESTDIR=%d xmandir=%p/share/man/man1
+  make install-docs DESTDIR=%d xmandir=%p/share/man/man1
+<<
+DocFiles: ChangeLog COPYING COPYRIGHT INSTALL MAINTAINERS TODO VERSION
+#
+SplitOff: <<
+  Package: %N-shlibs 
+  Description: Gnokii shared libraries
+  Files: lib/libgnokii.*.dylib
+  Depends: x11-shlibs, gtk+2-shlibs, libgettext3-shlibs, libiconv
+  Shlibs: <<
+    %p/lib/libgnokii.2.dylib 3.0.0 %n (>= 0.6.4-1)
+  <<
+  DocFiles: COPYING COPYRIGHT
+<<
+#
+SplitOff2: <<
+  Package: %N-dev
+  Description: Gnokii development headers
+  Depends: %N-shlibs (= %v-%r), pkgconfig
+  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: None <[email protected]>

Added: trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.patch&rev=134&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.patch (added)
+++ trunk/experimental/3rdparty/main/finkinfo/utils/gnokii2.patch Mon Jun 19 
14:28:31 2006
@@ -1,0 +1,77 @@
+diff -uNr gnokii-0.6.13/configure gnokii-0.6.13-new/configure
+--- gnokii-0.6.13/configure    2006-06-18 13:02:08.000000000 -0400
++++ gnokii-0.6.13-new/configure        2006-06-19 00:06:41.000000000 -0400
+@@ -23658,7 +23658,7 @@
+   gt_save_CPPFLAGS="$CPPFLAGS"
+      CPPFLAGS="$CPPFLAGS 
-I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+      gt_save_LIBS="$LIBS"
+-     LIBS="$LIBS -framework CoreFoundation"
++     LIBS="$LIBS -Wl,-framework,CoreFoundation"
+      cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -23724,7 +23724,7 @@
+   gt_save_CPPFLAGS="$CPPFLAGS"
+      CPPFLAGS="$CPPFLAGS 
-I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+      gt_save_LIBS="$LIBS"
+-     LIBS="$LIBS -framework CoreFoundation"
++     LIBS="$LIBS -Wl,-framework,CoreFoundation"
+      cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -23784,7 +23784,7 @@
+   fi
+   INTL_MACOSX_LIBS=
+   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test 
$gt_cv_func_CFLocaleCopyCurrent = yes; then
+-    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
++    INTL_MACOSX_LIBS="-Wl,-framework,CoreFoundation"
+   fi
+ 
+ 
+@@ -24966,7 +24966,7 @@
+   gt_save_CPPFLAGS="$CPPFLAGS"
+      CPPFLAGS="$CPPFLAGS 
-I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+      gt_save_LIBS="$LIBS"
+-     LIBS="$LIBS -framework CoreFoundation"
++     LIBS="$LIBS -Wl,-framework,CoreFoundation"
+      cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -25032,7 +25032,7 @@
+   gt_save_CPPFLAGS="$CPPFLAGS"
+      CPPFLAGS="$CPPFLAGS 
-I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+      gt_save_LIBS="$LIBS"
+-     LIBS="$LIBS -framework CoreFoundation"
++     LIBS="$LIBS -Wl,-framework,CoreFoundation"
+      cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -25092,7 +25092,7 @@
+   fi
+   INTL_MACOSX_LIBS=
+   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test 
$gt_cv_func_CFLocaleCopyCurrent = yes; then
+-    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
++    INTL_MACOSX_LIBS="-Wl,-framework,CoreFoundation"
+   fi
+ 
+ 
+@@ -28377,7 +28377,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
+ 
+ 
+diff -uNr gnokii-0.6.13/xgnokii/xgnokii_lowlevel.h 
gnokii-0.6.13-new/xgnokii/xgnokii_lowlevel.h
+--- gnokii-0.6.13/xgnokii/xgnokii_lowlevel.h   2006-06-18 13:02:00.000000000 
-0400
++++ gnokii-0.6.13-new/xgnokii/xgnokii_lowlevel.h       2006-06-19 
00:21:15.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



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to