Skip to content

Commit eec1a5f

Browse files
author
Andrey Grozin
committed
app-text/pdfarranger: bump to 1.10.0
Signed-off-by: Andrey Grozin <[email protected]>
1 parent 2a3b51e commit eec1a5f

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

app-text/pdfarranger/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
DIST pdfarranger-1.10.0.tar.gz 303125 BLAKE2B 126b47dfdabbe6d75331788dd891e1d8136a70b98e70601e19fd47fc7e3d81c350eb1fc8866a3a09db88b2b760ef964e7a01cf233464440c81a6dc5462101592 SHA512 92aa53a402d2f4c82a7f99f2acc1c328f71ad18835e524588e0f011f3ba8b074bf425ed881bb5f9ce3020833ce37cc3c301fd90b8931b44f909c8647bc1b09af
12
DIST pdfarranger-1.9.1.tar.gz 279138 BLAKE2B 18ac9a63eff5455e395b3c126adea590b230b1884ee64e08eeaf4951c663787a827e42db9475632210b2ca3875a23e1718fdfc1b4309c5babc7ce31b6e188829 SHA512 ba60744f1b7c96ca9f86ed75cc5ea1b3df41af162048550a916a96972b0e987acfbdc3c46693adc239fdad5569369f24555e157a2f56936374ba132ffc8cbde6
23
DIST pdfarranger-1.9.2.tar.gz 280531 BLAKE2B 6a7a8e73e701fe9bbb5bd1f94411003dfb16966ad28522820a27e7ab554b3c2679eec3f4a08332bd58dc1c1cafd620e1daef2f39cb0f6dc5589d7bd5eb293650 SHA512 c22cc753e2606d90913970ce57462b4aca7c41fa6a9b6ece76b618800cad12bce808aba4a6fba2ef9698fda209e11799f30d091a88c9beb2e80a09ac7df51cb8
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{9..11} )
7+
DISTUTILS_USE_SETUPTOOLS=rdepend
8+
inherit distutils-r1 optfeature xdg desktop
9+
10+
DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages"
11+
HOMEPAGE="https://github.com/jeromerobert/pdfarranger"
12+
SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
13+
14+
LICENSE="GPL-3"
15+
SLOT="0"
16+
KEYWORDS="~amd64"
17+
IUSE=""
18+
19+
RDEPEND="
20+
app-text/poppler[introspection,cairo]
21+
>=dev-python/pikepdf-6.0.0[${PYTHON_USEDEP}]
22+
dev-python/pycairo[${PYTHON_USEDEP}]
23+
dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
24+
dev-python/python-dateutil[${PYTHON_USEDEP}]
25+
x11-libs/gtk+:3[introspection]
26+
x11-libs/pango[introspection]
27+
"
28+
DEPEND="${RDEPEND}
29+
dev-python/python-distutils-extra[${PYTHON_USEDEP}]
30+
dev-util/intltool
31+
"
32+
33+
src_install() {
34+
distutils-r1_src_install
35+
for x in 16 32 48 256 scalable
36+
do doicon -s ${x} data/icons/hicolor/${x}*/*
37+
done
38+
}
39+
40+
pkg_postinst() {
41+
xdg_pkg_postinst
42+
optfeature "image file import" media-gfx/img2pdf
43+
}

0 commit comments

Comments
 (0)