pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

New pkg, lumina-pdf



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Jun 14 18:43:47 2020 +0200
Changeset:	a8149e3c8a2259b67080fffe6015f2f8957434c8

Modified Files:
	Makefile
Added Files:
	lumina-pdf/DESCR
	lumina-pdf/Makefile
	lumina-pdf/PLIST
	lumina-pdf/distinfo

Log Message:
New pkg, lumina-pdf

pdf-viewer from the lumina-desktop.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a8149e3c8a2259b67080fffe6015f2f8957434c8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 lumina-pdf/DESCR    |  2 ++
 lumina-pdf/Makefile | 33 +++++++++++++++++++++++++++++++++
 lumina-pdf/PLIST    |  3 +++
 lumina-pdf/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 82adab8935..08dde0ef66 100644
--- a/Makefile
+++ b/Makefile
@@ -2050,6 +2050,7 @@ SUBDIR+=	lugaru
 SUBDIR+=	lumberjack
 SUBDIR+=	lumina
 SUBDIR+=	lumina-calculator
+SUBDIR+=	lumina-pdf
 SUBDIR+=	luv
 SUBDIR+=	lwc
 SUBDIR+=	lxdm
diff --git a/lumina-pdf/DESCR b/lumina-pdf/DESCR
new file mode 100644
index 0000000000..2b0e7aed41
--- /dev/null
+++ b/lumina-pdf/DESCR
@@ -0,0 +1,2 @@
+lumina-pdf
+PDF Viewer Utility for the lumina-desktop
diff --git a/lumina-pdf/Makefile b/lumina-pdf/Makefile
new file mode 100644
index 0000000000..de6d3c7a8b
--- /dev/null
+++ b/lumina-pdf/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	lumina-pdf
+GITHUB_TAG=	v1.6.0
+DISTNAME=	v1.6.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	print
+MASTER_SITES=	${MASTER_SITE_GITHUB:=lumina-desktop/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/lumina-desktop/lumina-pdf/
+COMMENT=	PDF Viewer Utility
+LICENSE=	modified-bsd
+
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		c++
+
+INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
+
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}/src-qt5
+
+do-configure:
+	cd ${WRKSRC} && \
+	${SETENV} ${CONFIGURE_ENV} \
+	${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+
+TOOL_DEPENDS+=		qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../print/poppler-qt5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lumina-pdf/PLIST b/lumina-pdf/PLIST
new file mode 100644
index 0000000000..acecddeea0
--- /dev/null
+++ b/lumina-pdf/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/lumina-pdf
+share/applications/lumina-pdf.desktop
diff --git a/lumina-pdf/distinfo b/lumina-pdf/distinfo
new file mode 100644
index 0000000000..512e11e32a
--- /dev/null
+++ b/lumina-pdf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lumina-pdf/v1.6.0.tar.gz) = 00013ef83796e1b6e50b530eb82d50adbfd4b22c
+RMD160 (lumina-pdf/v1.6.0.tar.gz) = ef8b163553701b677f1e82d25cdb025289d31a0f
+SHA512 (lumina-pdf/v1.6.0.tar.gz) = fcf04594558e1d49df4d30db4f576ec0f0dcd8e607816f2ea8a3a0e2599e231df9e27264d66dc854badac31de4b8fb48b5ed2eb93d5c21c9559dd5551f728dab
+Size (lumina-pdf/v1.6.0.tar.gz) = 54466 bytes


Home | Main Index | Thread Index | Old Index