~ubuntu-branches/ubuntu/quantal/arora/quantal

« back to all changes in this revision

Viewing changes to buildosx.sh

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-10-01 16:08:58 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20091001160858-h1wnt3ddyzl07nih
Tags: 0.10.0-0ubuntu1
* New upstream release 
* Remove patches
  - kubuntu_01_google_lucky.diff - Open Search now used upstream
  - kubuntu_02_default_bookmarks.diff - bookmarks fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
 
6
6
APP="Arora"
7
 
VERSION="0.9.0"
 
7
VERSION="0.10.0"
8
8
#BACKGROUND="src/data/512x512/arora.png"
9
9
 
10
10
DIR="bundle"
28
28
rm -rf $DIR
29
29
 
30
30
DATE=`date +"%m-%d-%Y"`
31
 
mv $APP.dmg "$APP Snapshot ($DATE) Intel-qt4.5.dmg"
 
31
QTVERSION=`qmake --version | grep Qt | sed -e s/.*4/4/g -e 's/\/.*//g'`
 
32
mv $APP.dmg "$APP Snapshot ($DATE) Intel-Qt$QTVERSION.dmg"