mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +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'
|
||||
pkgname=pdfarranger
|
||||
version=1.11.0
|
||||
revision=2
|
||||
version=1.12.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
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"
|
||||
maintainer="Eloi Torrents <eloitor@duck.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/pdfarranger/pdfarranger"
|
||||
distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=d13279bd1a5ecce4758e6357a95bd219a07342c0e25c2b47e620c717e067629a
|
||||
# tests require involved xvfb setup
|
||||
make_check=no
|
||||
checksum=03c3a1b207748556f0cbc07e69aa8bba0924ce38343cb9815860b90649bb6875
|
||||
make_check_pre="xvfb-run"
|
||||
|
|
Loading…
Add table
Reference in a new issue