pdfarranger: update to 1.12.1.

This commit is contained in:
classabbyamp 2025-06-13 13:27:20 -04:00
parent e14f44a52e
commit 1e92baf24f
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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"