Diff of /trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 206 by harbaum, Tue Nov 24 12:42:31 2009 UTC revision 229 by harbaum, Fri Dec 4 19:58:26 2009 UTC
# Line 4420  fi Line 4420  fi
4420    # fremantle uses icons of 48x48 pixels for the app installer,    # fremantle uses icons of 48x48 pixels for the app installer,
4421    # older versions used 26x26    # older versions used 26x26
4422    if [ "$MAJOR" == "5" ]; then    if [ "$MAJOR" == "5" ]; then
4423       ICONNAME=gpxview.48.png       ICONNAME=48x48/gpxview.png
4424       datarootdir=/opt       datarootdir=/opt
4425    else    else
4426       ICONNAME=gpxview.26.png       ICONNAME=26x26/gpxview.png
4427       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4428  echo "$as_me: Enabling Maemo Mapper support" >&6;}  echo "$as_me: Enabling Maemo Mapper support" >&6;}
4429       CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"       CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
# Line 4443  XB-Maemo-Icon-26: Line 4443  XB-Maemo-Icon-26:
4443    
4444    # generate base64 icon, remove first and last line    # generate base64 icon, remove first and last line
4445    # and add a space before each line    # and add a space before each line
4446    ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"    ICON="$ICON`uuencode -m data/icons/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4447    
4448    
4449  else  else

Legend:
Removed from v.206  
changed lines
  Added in v.229