X-Git-Url: http://git.maemo.org/git/?p=masstransit;a=blobdiff_plain;f=build_myapp.py;h=984c058abd780b358b107954eb3cdd1d1a1ba6bc;hp=2cb7dce8e6ad413ebd384d5637e351dc9f9f6a32;hb=a9081ff432e64b1ede789d1947d9dfcfe0d74b91;hpb=55ae061a3872b6bcff49736fbd6cdbfb04600b42 diff --git a/build_myapp.py b/build_myapp.py index 2cb7dce..984c058 100644 --- a/build_myapp.py +++ b/build_myapp.py @@ -29,8 +29,8 @@ if __name__ == "__main__": p.distribution="fremantle" p.repository="extras-devel" p.xsbc_bugtracker="http://bugs.maemo.org" - # p.postinstall="""#!/bin/sh - # chmod +x /usr/bin/mclock.py""" #Set here your post install script + p.postinstall="""#!/bin/sh + chmod +x /opt/masstransit/masstransit.py """ #Set here your post install script # p.postremove="""#!/bin/sh # chmod +x /usr/bin/mclock.py""" #Set here your post remove script # p.preinstall="""#!/bin/sh @@ -38,7 +38,7 @@ if __name__ == "__main__": # p.preremove="""#!/bin/sh # chmod +x /usr/bin/mclock.py""" #Set here your pre remove script version = "0.1.3" #Version of your software, e.g. "1.2.0" or "0.8.2" - build = "1" #Build number, e.g. "1" for the first build of this version of your software. Increment for later re-builds of the same version of your software. + build = "4" #Build number, e.g. "1" for the first build of this version of your software. Increment for later re-builds of the same version of your software. #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager changeloginformation = "Fixed (large) icon." dir_name = "src" #Name of the subfolder containing your package source files (e.g. usr\share\icons\hicolor\scalable\myappicon.svg, usr\lib\myapp\somelib.py). We suggest to leave it named src in all projects and will refer to that in the wiki article on maemo.org