Re: [grisbi-devel] Nouvelle version 1.1.94

Ludovic Rousseau <[email protected]>
Newsgroups gmane.linux.grisbi.devel.french
Message-ID <CAGstE8A6Jh7XCd+-Eqo=fgGr1y4Dtb5rJowh1yzCKaG3SjXohw@mail.gmail.com>
Le lun. 3 déc. 2018 à 23:04, Frédéric Trouche <[email protected]> a écrit :
>
> Le build Windows utilise également le configure.ac pour cela, mais avec
> quelques modifications de Pierre, AFAIK.
> J'essaie d'intégrer ça pour le prochain build ; au fait, ta modification
> (ton "script") est commitée ?

Non. C'est un script perso pour faire le paquet macOS.
Il est en pièce jointe.

à+

-- 
 Dr. Ludovic Rousseau

_______________________________________________
devel mailing list
[email protected]
http://listes.grisbi.org/mailman/listinfo/devel
create_git_snapshot.sh (application/x-sh, 479 B)
#!/bin/bash

# update
grisbi_micro_version=94

set -e

if [ "x$JHBUILD_LIBDIR" = "x" ]
then
	echo "Use: jhbuild shell"
	exit
fi

version=$(git rev-parse --short HEAD)
echo "Using git version: $version"

FILE=configure.ac
cp $FILE $FILE.old
sed -i -e s/$grisbi_micro_version.*\)/$grisbi_micro_version-$version\)/ $FILE

./autogen.sh
./configure --prefix=$PREFIX
make clean
make dist
make
make install
rm -f MacOS/Grisbi.dmg
make bundle

# restore configure.ac
mv $FILE.old $FILE
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.