[Pkg-gtkpod-devel] r266 - gtkpod/trunk/scripts
nion at alioth.debian.org
nion at alioth.debian.org
Sun Nov 18 15:36:54 UTC 2007
Author: nion
Date: 2007-11-18 15:36:54 +0000 (Sun, 18 Nov 2007)
New Revision: 266
Modified:
gtkpod/trunk/scripts/sync-abook.sh
gtkpod/trunk/scripts/sync-evocalendar.sh
gtkpod/trunk/scripts/sync-evolution.sh
gtkpod/trunk/scripts/sync-kaddressbook.sh
gtkpod/trunk/scripts/sync-korganizer.sh
gtkpod/trunk/scripts/sync-ldif.sh
gtkpod/trunk/scripts/sync-thunderbird-nano.sh
gtkpod/trunk/scripts/sync-thunderbird.sh
gtkpod/trunk/scripts/sync-webcalendar.sh
Log:
revert mount point changes on upstream source
Modified: gtkpod/trunk/scripts/sync-abook.sh
===================================================================
--- gtkpod/trunk/scripts/sync-abook.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-abook.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -9,7 +9,7 @@
#
# with the following defaults:
-IPOD_MOUNT='/media/ipod' # mount point of ipod
+IPOD_MOUNT='/mnt/ipod' # mount point of ipod
DATAFILE='~/.abook/addressbook' # the abook db
ENCODING_FROM=UTF-8 # encoding used by abook
ENCODING=ISO-8859-15 # encoding used by ipod
Modified: gtkpod/trunk/scripts/sync-evocalendar.sh
===================================================================
--- gtkpod/trunk/scripts/sync-evocalendar.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-evocalendar.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -10,7 +10,7 @@
#
# with the following defaults:
-IPOD_MOUNT=/media/ipod # mountpoint of ipod
+IPOD_MOUNT=/mnt/ipod # mountpoint of ipod
#the path to a script that will be passed the ical information from STDIN and filter, if needed
#FILTER_SCRIPT=
Modified: gtkpod/trunk/scripts/sync-evolution.sh
===================================================================
--- gtkpod/trunk/scripts/sync-evolution.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-evolution.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -13,7 +13,7 @@
#
# with the following defaults:
-IPOD_MOUNT=/media/ipod # mountpoint of ipod
+IPOD_MOUNT=/mnt/ipod # mountpoint of ipod
EVOPATH='/opt/gnome/libexec/evolution/2.0:/usr/lib/evolution/2.0:/opt/gnome/bin' # additional path
ENCODING=ISO-8859-15 # encoding used by ipod
Modified: gtkpod/trunk/scripts/sync-kaddressbook.sh
===================================================================
--- gtkpod/trunk/scripts/sync-kaddressbook.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-kaddressbook.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -9,7 +9,7 @@
#
# with the following defaults:
-IPOD_MOUNT=/media/ipod # mountpoint of ipod
+IPOD_MOUNT=/mnt/ipod # mountpoint of ipod
DATAFILE=~/.kde/share/apps/kabc/std.vcf # vcard file
ENCODING=ISO-8859-15 # encoding used by ipod
Modified: gtkpod/trunk/scripts/sync-korganizer.sh
===================================================================
--- gtkpod/trunk/scripts/sync-korganizer.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-korganizer.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -9,7 +9,7 @@
#
# with the following defaults:
-IPOD_MOUNT=/media/ipod # mountpoint of ipod
+IPOD_MOUNT=/mnt/ipod # mountpoint of ipod
DATAFILE=~/.kde/share/apps/korganizer/std.ics # calendar data file
ENCODING=ISO-8859-15 # encoding used by ipod
Modified: gtkpod/trunk/scripts/sync-ldif.sh
===================================================================
--- gtkpod/trunk/scripts/sync-ldif.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-ldif.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -15,7 +15,7 @@
# differently...This is still Chinese for me!! :)
export LDIFAMILYNAME=contactIPOD # Filenames will look like $LDIFAMILYNAMEXX.vcf, X=[0-9]
-export IPOD_MOUNT=/media/ipod # Mount point of the ipod
+export IPOD_MOUNT=/mnt/ipod # Mount point of the ipod
declare LDIFILE=addressbook.ldif # default filename 'addressbook.ldif'
declare ENCODING=ISO-8859-15 # To try others encodings : 'iconv --list'
declare DELETE="NO" # To delete old .vcf files by default? 'NO'!!
@@ -41,9 +41,9 @@
$(basename $0) doesn't delete old .vcf files by default, but overwrites.
Options:
- Syntax : $(basename $0) -f addbook.ldif -m /media/ipod -n contactIPOD -d (-h)
+ Syntax : $(basename $0) -f addbook.ldif -m /mnt/ipod -n contactIPOD -d (-h)
[-f] addbook.ldif : contains the .ldif Filename
- [-m] /media/ipod : contains the ipod Mounted directory
+ [-m] /mnt/ipod : contains the ipod Mounted directory
[-n] contactIPOD : contains the .vcf family fileName
[-d] : contains the option to Delete all old .vcf files
[-h] : contains this Help
Modified: gtkpod/trunk/scripts/sync-thunderbird-nano.sh
===================================================================
--- gtkpod/trunk/scripts/sync-thunderbird-nano.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-thunderbird-nano.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -25,7 +25,7 @@
# with the following defaults:
-IPOD_MOUNT=/media/ipod # mountpoint of ipod
+IPOD_MOUNT=/mnt/ipod # mountpoint of ipod
ENCODING=ISO-8859-15 # encoding used by ipod
NAME=thunderbird # default file export name
FILE_FLAG='' # flag used to determine end of file
Modified: gtkpod/trunk/scripts/sync-thunderbird.sh
===================================================================
--- gtkpod/trunk/scripts/sync-thunderbird.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-thunderbird.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -18,7 +18,7 @@
# with the following defaults:
-IPOD_MOUNT=/media/ipod # mountpoint of ipod
+IPOD_MOUNT=/mnt/ipod # mountpoint of ipod
ENCODING=ISO-8859-15 # encoding used by ipod
NAME=thunderbird # default file export name
Modified: gtkpod/trunk/scripts/sync-webcalendar.sh
===================================================================
--- gtkpod/trunk/scripts/sync-webcalendar.sh 2007-11-18 13:49:43 UTC (rev 265)
+++ gtkpod/trunk/scripts/sync-webcalendar.sh 2007-11-18 15:36:54 UTC (rev 266)
@@ -9,7 +9,7 @@
# with the following defaults:
# mount point of ipod
-IPOD_MOUNT='/media/ipod'
+IPOD_MOUNT='/mnt/ipod'
# uri for webcalendar (example)
DATAFILE='https://somewhere.local/calendar.ics'
# calendar name
More information about the Pkg-gtkpod-devel
mailing list