pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/lumina-calculator



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun 16 08:18:42 UTC 2020

Added Files:
        pkgsrc/math/lumina-calculator: DESCR Makefile PLIST distinfo

Log Message:
Import math/lumina-calculator

Scientific calculator for the Lumina desktop.
This is a graphical, scientific calculator with history and recall abilities.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/lumina-calculator/DESCR \
    pkgsrc/math/lumina-calculator/Makefile \
    pkgsrc/math/lumina-calculator/PLIST \
    pkgsrc/math/lumina-calculator/distinfo

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

Added files:

Index: pkgsrc/math/lumina-calculator/DESCR
diff -u /dev/null pkgsrc/math/lumina-calculator/DESCR:1.1
--- /dev/null   Tue Jun 16 08:18:42 2020
+++ pkgsrc/math/lumina-calculator/DESCR Tue Jun 16 08:18:42 2020
@@ -0,0 +1,2 @@
+Scientific calculator for the Lumina desktop.
+This is a graphical, scientific calculator with history and recall abilities.
Index: pkgsrc/math/lumina-calculator/Makefile
diff -u /dev/null pkgsrc/math/lumina-calculator/Makefile:1.1
--- /dev/null   Tue Jun 16 08:18:42 2020
+++ pkgsrc/math/lumina-calculator/Makefile      Tue Jun 16 08:18:42 2020
@@ -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"
Index: pkgsrc/math/lumina-calculator/PLIST
diff -u /dev/null pkgsrc/math/lumina-calculator/PLIST:1.1
--- /dev/null   Tue Jun 16 08:18:42 2020
+++ pkgsrc/math/lumina-calculator/PLIST Tue Jun 16 08:18:42 2020
@@ -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
Index: pkgsrc/math/lumina-calculator/distinfo
diff -u /dev/null pkgsrc/math/lumina-calculator/distinfo:1.1
--- /dev/null   Tue Jun 16 08:18:42 2020
+++ pkgsrc/math/lumina-calculator/distinfo      Tue Jun 16 08:18:42 2020
@@ -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