mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
scantailor: update to 0.9.12
This commit is contained in:
parent
53d06cfcbf
commit
cf6dcc7577
2 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'scantailor'
|
# Template file for 'scantailor'
|
||||||
pkgname=scantailor
|
pkgname=scantailor
|
||||||
version=0.9.11.1.20160227
|
version=0.9.12
|
||||||
revision=1
|
revision=1
|
||||||
_version=${version%.*}
|
wrksrc=${pkgname}-RELEASE_${version//./_}
|
||||||
wrksrc=${pkgname}-RELEASE_${_version//./_}
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
#configure_args="-DPTHREADS_CFLAGS=-pthread -DPTHREADS_LIBS=-pthread"
|
#configure_args="-DPTHREADS_CFLAGS=-pthread -DPTHREADS_LIBS=-pthread"
|
||||||
hostmakedepends="cmake qt-devel qt-qmake pkg-config"
|
hostmakedepends="cmake qt-devel qt-qmake pkg-config"
|
||||||
|
@ -12,8 +11,8 @@ short_desc="Interactive post-processing for scans"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://scantailor.org/"
|
homepage="http://scantailor.org/"
|
||||||
distfiles="http://github.com/${pkgname}/${pkgname}/archive/RELEASE_${_version//./_}.tar.gz"
|
distfiles="http://github.com/${pkgname}/${pkgname}/archive/RELEASE_${version//./_}.tar.gz"
|
||||||
checksum=1555e604eb648e47e03a28484ca9e840dec5c1e3be8ea5503d616424c4f306fc
|
checksum=184991f1580ba0532674bb9afa1f368d5e53fb7581ab1a3c2d7067f8eaa9d38f
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC"
|
||||||
|
|
||||||
|
|
2
srcpkgs/scantailor/update
Normal file
2
srcpkgs/scantailor/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://github.com/scantailor/scantailor/releases
|
||||||
|
pattern='RELEASE_.*">\K[\d.]+'
|
Loading…
Add table
Reference in a new issue