From: epage Date: Wed, 19 May 2010 00:16:25 +0000 (+0000) Subject: Bump to 0.8.2 X-Git-Url: https://vcs.maemo.org/git/?p=nqaap;a=commitdiff_plain;h=25663d5f3c0eae1060f389d2106774393df9a753 Bump to 0.8.2 git-svn-id: file:///svnroot/nqaap/trunk@32 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- diff --git a/Makefile b/Makefile index df7300d..2469a26 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT_NAME=nqaap SOURCE_PATH=src SOURCE=$(shell find $(SOURCE_PATH) -iname "*.py") -PROGRAM=$(SOURCE_PATH)/opt/Nqa-Audiobook-player/$(PROJECT_NAME).py +PROGRAM=$(SOURCE_PATH)/opt/Nqa-Audiobook-player/$(PROJECT_NAME)_gtk.py OBJ=$(SOURCE:.py=.pyc) BUILD_PATH=./build TAG_FILE=~/.ctags/$(PROJECT_NAME).tags @@ -22,7 +22,7 @@ CTAGS=ctags-exuberant all: test run: $(OBJ) - $(SOURCE_PATH)/$(PROJECT_NAME).py + $(PROGRAM) profile: $(OBJ) $(PROFILE_GEN) $(PROGRAM) diff --git a/support/build_nqaap.py b/support/build_nqaap.py index 2290f56..3645ef6 100755 --- a/support/build_nqaap.py +++ b/support/build_nqaap.py @@ -69,17 +69,16 @@ rm -f ~/.nqaap/nqaap.log # chmod +x /usr/bin/mclock.py""" #Set here your pre install script # p.preremove="""#!/bin/sh # chmod +x /usr/bin/mclock.py""" #Set here your pre remove script - version = "0.8.1" #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 = "0.8.2" #Version of your software, e.g. "1.2.0" or "0.8.2" + build = "0" #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 = """Bugfix for Post 104: Chapter out of range error -Bugfix for Post 110: Exception on launch of nqa for Maemo 4.1 -Updated icons to have transparency + changeloginformation = """Playback during silent mode +Fix for Post 118: Missing Cover art """ dir_name = "src" #Name of the subfolder containing your package #source files