mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
extractpdfmark: update to 1.1.1.
This commit is contained in:
parent
edd7eacba7
commit
a29cda2601
1 changed files with 6 additions and 4 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'extractpdfmark'
|
# Template file for 'extractpdfmark'
|
||||||
pkgname=extractpdfmark
|
pkgname=extractpdfmark
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=6
|
revision=1
|
||||||
build_wrksrc=build
|
build_wrksrc=build
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_script="../configure"
|
configure_script="../configure"
|
||||||
configure_args="--with-poppler=cpp"
|
configure_args="--with-poppler=cpp"
|
||||||
hostmakedepends="pkg-config automake autogen gettext-devel tar"
|
hostmakedepends="pkg-config automake autogen gettext-devel tar"
|
||||||
makedepends="poppler-cpp-devel"
|
makedepends="poppler-cpp-devel"
|
||||||
|
checkdepends="ghostscript texlive"
|
||||||
short_desc="Extract page mode and named destinations as PDFmark from PDF"
|
short_desc="Extract page mode and named destinations as PDFmark from PDF"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ctan.org/pkg/extractpdfmark"
|
homepage="https://www.ctan.org/pkg/extractpdfmark"
|
||||||
distfiles="https://github.com/trueroad/${pkgname}/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/trueroad/extractpdfmark/master/NEWS"
|
||||||
checksum=edc553051ab49b56cd9120a91b5548a88ee2fb92481330aaf4d45d0e3250761c
|
distfiles="https://github.com/trueroad/extractpdfmark/archive/v${version}.tar.gz"
|
||||||
|
checksum=9dab715fdd4ce0c34a3d83899c4263a2ab59f649df0f221d335535d6c9546191
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
if [ ! -d ${wrksrc}/${build_wrksrc} ]; then
|
if [ ! -d ${wrksrc}/${build_wrksrc} ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue