ProofGeneral: update to 4.4.

This commit is contained in:
Leah Neukirchen 2017-02-08 15:01:59 +01:00
parent be64c790a9
commit 316d86ebaf
2 changed files with 7 additions and 15 deletions

View File

@ -1,25 +1,18 @@
# Template file for 'ProofGeneral'
pkgname=ProofGeneral
noarch=yes
version=4.2
revision=2
version=4.4
revision=1
wrksrc="PG-${version}"
noarch=yes
build_style=gnu-makefile
hostmakedepends="emacs"
depends="emacs perl"
short_desc="Generic Emacs front-end for proof assistants"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="http://proofgeneral.inf.ed.ac.uk/releases/"
distfiles="http://proofgeneral.inf.ed.ac.uk/releases/${pkgname}-${version}.tgz"
checksum=3567b68077798396ccd55c501b7ea7bd2c4d6300e4c74ff609dc19837d050b27
pre_build() {
make clean
sed -i 's/byte-compile-error-on-warn/dont-&/g' Makefile
sed -i 's/do adddecs/\&adddecs/g' coq/coqtags
chmod +x isar/isartags
}
homepage="https://proofgeneral.github.io/"
distfiles="https://github.com/ProofGeneral/PG/archive/v${version}.tar.gz"
checksum=1ba236d81768a87afa0287f49d4b2223097bc61d180468cbd997d46ab6132e7e
do_install() {
make install DESTDIR=${DESTDIR}

View File

@ -1 +0,0 @@
ignore="*pre*"