Add app-text/pdfmixtool package

This commit is contained in:
2021-07-20 14:13:15 +03:00
parent cfb7a2b8bb
commit d59acd447c
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="An application to split, merge, rotate and mix PDF files"
HOMEPAGE="https://scarpetta.eu/pdfmixtool https://gitlab.com/scarpetta/pdfmixtool"
SRC_URI="https://gitlab.com/scarpetta/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtcore
dev-qt/qtsvg
dev-qt/linguist-tools
app-text/qpdf"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/cmake-3.6"
S="${WORKDIR}/${PN}-v${PV}"