mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
pdfarranger: update to 1.12.1.
This commit is contained in:
parent
e14f44a52e
commit
1e92baf24f
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'pdfarranger'
|
# Template file for 'pdfarranger'
|
||||||
pkgname=pdfarranger
|
pkgname=pdfarranger
|
||||||
version=1.11.0
|
version=1.12.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="intltool python3-distutils-extra python3-setuptools"
|
hostmakedepends="intltool python3-distutils-extra python3-setuptools"
|
||||||
depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
|
depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf
|
||||||
|
python3-packaging gtk+3"
|
||||||
|
checkdepends="xvfb-run python3-pytest ${depends}"
|
||||||
short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
|
short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
|
||||||
maintainer="Eloi Torrents <eloitor@duck.com>"
|
maintainer="Eloi Torrents <eloitor@duck.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/pdfarranger/pdfarranger"
|
homepage="https://github.com/pdfarranger/pdfarranger"
|
||||||
distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=d13279bd1a5ecce4758e6357a95bd219a07342c0e25c2b47e620c717e067629a
|
checksum=03c3a1b207748556f0cbc07e69aa8bba0924ce38343cb9815860b90649bb6875
|
||||||
# tests require involved xvfb setup
|
make_check_pre="xvfb-run"
|
||||||
make_check=no
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue