current version is 0.15.0.1
This commit is contained in:
parent
9fe9d93234
commit
a51bf035cd
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
gajimversion="0.15"
|
gajimversion="0.15.0.1"
|
||||||
if [ -d ".hg" ]; then
|
if [ -d ".hg" ]; then
|
||||||
node=$(hg tip --template "{node}")
|
node=$(hg tip --template "{node}")
|
||||||
hgversion="-${node:0:12}"
|
hgversion="-${node:0:12}"
|
||||||
|
@ -10,11 +10,6 @@
|
||||||
|
|
||||||
AM_ARGS="--add-missing --gnu --copy -Wno-portability"
|
AM_ARGS="--add-missing --gnu --copy -Wno-portability"
|
||||||
CONF_ARGS=""
|
CONF_ARGS=""
|
||||||
if test x`uname -s 2>/dev/null` = 'xDarwin' -a -f /Library/Frameworks/GTK+.framework/Versions/Current/env; then
|
|
||||||
. /Library/Frameworks/GTK+.framework/Versions/Current/env
|
|
||||||
AM_ARGS="${AM_ARGS} --ignore-deps"
|
|
||||||
CONF_ARGS="${CONF_ARGS} --disable-idle --without-x"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
||||||
&& for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
|
&& for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
|
||||||
|
|
|
@ -27,7 +27,7 @@ docdir = '../'
|
||||||
basedir = '../'
|
basedir = '../'
|
||||||
localedir = '../po'
|
localedir = '../po'
|
||||||
|
|
||||||
version = '0.15'
|
version = '0.15.0.1'
|
||||||
import subprocess
|
import subprocess
|
||||||
try:
|
try:
|
||||||
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
||||||
|
|
Loading…
Reference in New Issue