scantailor: update to gitrev 2015-10-14
There are quite a few (bug-)fixes since 27. Feb 2012 but no new release yet.
This commit is contained in:
parent
b000fa588b
commit
9f04aa1594
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'scantailor'
|
||||
pkgname=scantailor
|
||||
version=0.9.11.1
|
||||
version=0.9.11.1.20151014
|
||||
revision=1
|
||||
wrksrc=${pkgname}-RELEASE_${version//./_}
|
||||
_gitrev=0e8b89a2240ad6e65a8e7ff7ebfeed5df6686d96
|
||||
wrksrc=${pkgname}-${_gitrev}
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake qt-devel qt-qmake pkg-config"
|
||||
makedepends="libpng-devel tiff-devel boost-devel qt-devel libXrender-devel"
|
||||
|
@ -10,8 +11,8 @@ short_desc="Interactive post-processing for scans"
|
|||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3"
|
||||
homepage="http://scantailor.org/"
|
||||
distfiles="http://github.com/${pkgname}/${pkgname}/archive/RELEASE_${version//./_}.tar.gz>${pkgname}-${version}_${revision}.tar.gz"
|
||||
checksum=1555e604eb648e47e03a28484ca9e840dec5c1e3be8ea5503d616424c4f306fc
|
||||
distfiles="http://github.com/${pkgname}/${pkgname}/archive/${_gitrev}.tar.gz>${pkgname}-${version}_${revision}.tar.gz"
|
||||
checksum=623043fdbfac249d991650305fd907e81274f6ea8e4781eaf42bae61f554666f
|
||||
|
||||
post_install() {
|
||||
vinstall resources/icons/appicon-about.png 644 \
|
||||
|
|
Loading…
Reference in New Issue