CVSROOT: /cvsroot/lilypond
Module name: installers
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/21 23:21:57
Modified files:
macos : ChangeLog buildmac.py lilypond.sh
Log message:
(build_lilypad): update build-number of LilyPad too.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/ChangeLog.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/buildmac.py.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/lilypond.sh.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
Patches:
Index: installers/macos/ChangeLog
diff -u installers/macos/ChangeLog:1.31 installers/macos/ChangeLog:1.32
--- installers/macos/ChangeLog:1.31 Sun Jun 19 00:35:49 2005
+++ installers/macos/ChangeLog Tue Jun 21 23:21:57 2005
@@ -1,3 +1,7 @@
+2005-06-22 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * buildmac.py (build_lilypad): update build-number of LilyPad too.
+
2005-06-19 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* README: update instructions.
Index: installers/macos/buildmac.py
diff -u installers/macos/buildmac.py:1.37 installers/macos/buildmac.py:1.38
--- installers/macos/buildmac.py:1.37 Sun Jun 19 00:35:49 2005
+++ installers/macos/buildmac.py Tue Jun 21 23:21:57 2005
@@ -34,7 +34,7 @@
image_dir = '%s/image/Applications/' % (builddir)
wrapdest = '%s/%s' % (image_dir, bundle_name)
wrapdir = wrapdest + '.app'
-build_number = 7
+build_number = 8
# eval (open (topdir + '/VERSION').read())
packages = [
@@ -304,6 +304,7 @@
system ('rm -rf %s ' % image_dir)
mkdir (image_dir)
os.chdir (topdir + '/LilyPad')
+ create_version_file ()
system ('/usr/bin/python setup.py py2app -b %s -d %s --iconfile %s ' %
(builddir + '/lilypad-build',
image_dir,
Index: installers/macos/lilypond.sh
diff -u installers/macos/lilypond.sh:1.6 installers/macos/lilypond.sh:1.7
--- installers/macos/lilypond.sh:1.6 Sun Jun 19 00:35:49 2005
+++ installers/macos/lilypond.sh Tue Jun 21 23:21:57 2005
@@ -13,7 +13,7 @@
# export LILYPOND_WRAPPER_DEBUG=1
if [ "$1" == "--print-appdir" ]; then
- print "$INSTALLDIR/LilyPond.app/"
+ echo "$INSTALLDIR/LilyPond.app/"
exit 0
fi
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs