--- gip-1.7.0-1.old/build.sh +++ gip-1.7.0-1/build.sh @@ -171,7 +171,7 @@ :VERSION=$VERSION\ :SUBVERSION=$TAGVERSION\ :GETTEXTPACKAGE=$EXECUTABLE\ -:ENABLE_NLS=1\ +:ENABLE_NLS=0\ :ENABLE_OGG=1" DESKTOP_SUB="APP_NAME=$PACKAGENAME\ @@ -311,20 +311,6 @@ cp $INST_IN_DOCDIR $INST_DOCDIR || exit 1 fi -echo Installing GNOME documentation in $INST_GNOMEDOCDIR... -if [ -d "$INST_GNOMEDOCDIR" -a -w "$INST_GNOMEDOCDIR" ]; then - cp -r "$INST_IN_GNOMEDOCDIR" "$INST_GNOMEDOCDIR" -else - echo "WARNING: GNOME documentation directory not found or it is not" >&2 - echo " writeable! Skipping GNOME documentation installation." >&2 -fi - -echo Installing localisation files in $INST_LOCALEDIR... -if [ "$INST_IN_LOCALEDIR" != "" ]; then - install_locales.sh -p $INST_LOCALEDIR -d $EXECUTABLE $INST_IN_LOCALEDIR \ - || exit 1 -fi - echo Installing application icons... cp src/pixmaps/calc32.png $INST_ICON/32x32/apps/calc.png cp src/pixmaps/calc48.png $INST_ICON/48x48/apps/calc.png