Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/lumina-calculator Import math/lumina-calculator
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e53059cee0d
branches: trunk
changeset: 434400:1e53059cee0d
user: pin <pin%pkgsrc.org@localhost>
date: Tue Jun 16 08:18:42 2020 +0000
description:
Import math/lumina-calculator
Scientific calculator for the Lumina desktop.
This is a graphical, scientific calculator with history and recall abilities.
diffstat:
math/lumina-calculator/DESCR | 2 ++
math/lumina-calculator/Makefile | 32 ++++++++++++++++++++++++++++++++
math/lumina-calculator/PLIST | 4 ++++
math/lumina-calculator/distinfo | 6 ++++++
4 files changed, 44 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r 0b5006abb755 -r 1e53059cee0d math/lumina-calculator/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lumina-calculator/DESCR Tue Jun 16 08:18:42 2020 +0000
@@ -0,0 +1,2 @@
+Scientific calculator for the Lumina desktop.
+This is a graphical, scientific calculator with history and recall abilities.
diff -r 0b5006abb755 -r 1e53059cee0d math/lumina-calculator/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lumina-calculator/Makefile Tue Jun 16 08:18:42 2020 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2020/06/16 08:18:42 pin Exp $
+
+GITHUB_PROJECT= lumina-calculator
+GITHUB_TAG= v1.6.0
+DISTNAME= v1.6.0
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lumina-desktop/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pin%NetBSD.org@localhost
+HOMEPAGE= https://github.com/lumina-desktop/lumina-calculator/
+COMMENT= Scientific calculator from the Lumina desktop
+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 "../../mk/bsd.pkg.mk"
diff -r 0b5006abb755 -r 1e53059cee0d math/lumina-calculator/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lumina-calculator/PLIST Tue Jun 16 08:18:42 2020 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/16 08:18:42 pin Exp $
+bin/lumina-calculator
+man/man1/lumina-calculator.1
+share/applications/lumina-calculator.desktop
diff -r 0b5006abb755 -r 1e53059cee0d math/lumina-calculator/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lumina-calculator/distinfo Tue Jun 16 08:18:42 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/16 08:18:42 pin Exp $
+
+SHA1 (lumina-calculator/v1.6.0.tar.gz) = b1e36971d9cdd917c0eb596714a0c6cc6f45402c
+RMD160 (lumina-calculator/v1.6.0.tar.gz) = 71cbfe6eda6bad655cd577ef1591eddb540327cf
+SHA512 (lumina-calculator/v1.6.0.tar.gz) = e4005a3b17ff46a90b07f6dd22c7b2c6156c9c26396aefd33394fa5bbb434437e5361a276868b8e2b8753a17b13604b448094b1c04a34e3360fae4f78a271e37
+Size (lumina-calculator/v1.6.0.tar.gz) = 31287 bytes
Home |
Main Index |
Thread Index |
Old Index