[Mud-builder-commits] r189 - in trunk/packages: . icon patch

keesj at garage.maemo.org keesj at garage.maemo.org
Thu Sep 6 00:31:17 EEST 2007


Author: keesj
Date: 2007-09-06 00:31:17 +0300 (Thu, 06 Sep 2007)
New Revision: 189

Added:
   trunk/packages/icon/jpilot
   trunk/packages/icon/pilot-link
   trunk/packages/jpilot.xml
   trunk/packages/patch/jpilot.patch
   trunk/packages/pilot-link.xml
Log:
keesj:started on jpilot


Added: trunk/packages/icon/jpilot
===================================================================
(Binary files differ)


Property changes on: trunk/packages/icon/jpilot
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/packages/icon/pilot-link
===================================================================
(Binary files differ)


Property changes on: trunk/packages/icon/pilot-link
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/packages/jpilot.xml
===================================================================
--- trunk/packages/jpilot.xml	2007-06-29 20:39:53 UTC (rev 188)
+++ trunk/packages/jpilot.xml	2007-09-05 21:31:17 UTC (rev 189)
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="tarball">
+     <depends>pilot-link</depends>
+     <url>http://jpilot.org/jpilot-0.99.9.tar.gz</url>
+  </fetch>
+  <deb>
+	  <section>user/office</section>
+	  <depends>pilot-link</depends>
+	  <description>graphical app. to modify the contents of your Palm Pilot's DBs\nJ-Pilot is a desktop organizer application for PalmOS devices. It is meant to be an alternative to the Palm Desktop provided by Palm.</description>
+  </deb>
+</package>

Added: trunk/packages/patch/jpilot.patch
===================================================================
--- trunk/packages/patch/jpilot.patch	2007-06-29 20:39:53 UTC (rev 188)
+++ trunk/packages/patch/jpilot.patch	2007-09-05 21:31:17 UTC (rev 189)
@@ -0,0 +1,33 @@
+Index: Makefile.in
+===================================================================
+--- Makefile.in	(revision 1)
++++ Makefile.in	(working copy)
+@@ -443,7 +443,7 @@
+ # Automatically update the libtool script if it becomes out-of-date.
+ LIBTOOL_DEPS = @LIBTOOL_DEPS@
+ ACLOCAL_AMFLAGS = -I m4
+-desktopdir = $(datadir)/applications
++desktopdir = $(datadir)/applications/hildon
+ desktop_DATA = jpilot.desktop
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+Index: otherconv.c
+===================================================================
+--- otherconv.c	(revision 1)
++++ otherconv.c	(working copy)
+@@ -136,13 +136,13 @@
+ 
+   /* (re)open the "to" iconv */
+   OC_FREE_ICONV(glob_topda);
+-  glob_topda = g_iconv_open(char_set_to_text(char_set), HOST_CS);
++  glob_topda = g_iconv_open("ASCII", HOST_CS);
+   if (glob_topda == (GIConv)(-1))
+      return EXIT_FAILURE;
+ 
+   /* (re)open the "from" iconv */
+   OC_FREE_ICONV(glob_frompda);
+-  glob_frompda = g_iconv_open(HOST_CS, char_set_to_text(char_set));
++  glob_frompda = g_iconv_open(HOST_CS, "ASCII"
+   if (glob_frompda == (GIConv)(-1)) {
+     OC_FREE_ICONV(glob_topda);
+      return EXIT_FAILURE;

Added: trunk/packages/pilot-link.xml
===================================================================
--- trunk/packages/pilot-link.xml	2007-06-29 20:39:53 UTC (rev 188)
+++ trunk/packages/pilot-link.xml	2007-09-05 21:31:17 UTC (rev 189)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="tarball">
+     <depends>libbluetooth2-dev</depends>
+    <url>http://downloads.pilot-link.org/pilot-link-0.12.2.tar.bz2</url>
+  </fetch>
+  <deb>
+    <!-- keesj:it workds on my machine but that is becasue I have copied and
+	 cleaned an existing .xmoto file to the user home directory, the
+         installes can perhaps ask for a username to use? -->
+	 <description>tools to communicate with a PalmOS PDA\nThe package contains many command line programs to manipulate databases stored on a PalmOS PDA. For example pilot-xfer can be used to backup, ync, and restore databases.</description>
+  </deb>
+</package>



More information about the Mud-builder-commits mailing list