From d52b43b418479f637f9ef8d74e8e5214ec825c64 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 5 May 2020 09:40:02 -0400 Subject: [PATCH] New package: lumina-pdf-1.6.0 This is the PDF viewer and presentation utility from the Lumina desktop. It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself. Sponsored by: Project Trident --- srcpkgs/lumina-pdf/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/lumina-pdf/template diff --git a/srcpkgs/lumina-pdf/template b/srcpkgs/lumina-pdf/template new file mode 100644 index 00000000000..94b5cffc9c2 --- /dev/null +++ b/srcpkgs/lumina-pdf/template @@ -0,0 +1,19 @@ +# Template file for 'lumina-pdf' +pkgname=lumina-pdf +version=1.6.0 +revision=1 +build_wrksrc="src-qt5" +build_style=qmake +configure_args="PREFIX=/usr L_MANDIR=/usr/share/man" +hostmakedepends="qt5-host-tools qt5-qmake" +makedepends="qt5-devel poppler-qt5-devel" +short_desc="PDF reader and presentation utility from the Lumina Desktop" +maintainer="Ken Moore " +license="BSD-3-Clause" +homepage="https://github.com/lumina-desktop/lumina-pdf" +distfiles="https://github.com/lumina-desktop/lumina-pdf/archive/v${version}.tar.gz" +checksum=376f8a48b0c33bcf1603228748dd0d531eb3d59cda703a3927d950459674144b + +post_install() { + vlicense ${wrksrc}/LICENSE +}