diff --git a/app-text/pdfmixtool/Manifest b/app-text/pdfmixtool/Manifest new file mode 100644 index 0000000..6dc2814 --- /dev/null +++ b/app-text/pdfmixtool/Manifest @@ -0,0 +1,2 @@ +DIST pdfmixtool-1.0.2.tar.bz2 105066 BLAKE2B 7ddc823a06d408a9bc4e56810c4b8580489425c58478712b594d5c364bd62a0f9cec635d927400aa815aeac2fb9079062ce612a1a665dabb02d7daf22408a8a7 SHA512 aba99761f0977cd669fe583f7c289b9583acd60d39fb189dd81f48bb9bf65a5701508e5c9eca65f6a97518dc918c1e11064a0f9fa63da6966e77fceaf3a9d4fd +EBUILD pdfmixtool-1.0.2.ebuild 594 BLAKE2B 76fa441e2b125c0e584c92d7eecd42f1cffb04f007bcd548a3923777fecd766f3af7fba7267a7ec9f46961cfe581dbb151448421e7660f935b6bb87d629bd15d SHA512 c2dcaf5942442df21944dc2accab3f1e4813bb176b20696b9d6934ffdee8284e35458e43e36d4548edebb1017bb0d923a025682bfa4b1154a12fa45de6969fb9 diff --git a/app-text/pdfmixtool/pdfmixtool-1.0.2.ebuild b/app-text/pdfmixtool/pdfmixtool-1.0.2.ebuild new file mode 100644 index 0000000..33070bd --- /dev/null +++ b/app-text/pdfmixtool/pdfmixtool-1.0.2.ebuild @@ -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}"