diff options
author | markd <markd@pkgsrc.org> | 2019-11-21 06:24:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-11-21 06:24:55 +0000 |
commit | 5d6835773cfaadff55176539230276666d53793e (patch) | |
tree | 5739793b73a90c3cce79c2d740f0cfff12f334e7 /graphics | |
parent | 90fa565e1e97a55c2f6f277e6248169651cc061c (diff) | |
download | pkgsrc-5d6835773cfaadff55176539230276666d53793e.tar.gz |
kqtquickcharts: add version 19.08.3
QtQuick plugin to render beautiful and interactive charts.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kqtquickcharts/DESCR | 1 | ||||
-rw-r--r-- | graphics/kqtquickcharts/Makefile | 16 | ||||
-rw-r--r-- | graphics/kqtquickcharts/PLIST | 11 | ||||
-rw-r--r-- | graphics/kqtquickcharts/distinfo | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/graphics/kqtquickcharts/DESCR b/graphics/kqtquickcharts/DESCR new file mode 100644 index 00000000000..aba45b11fc4 --- /dev/null +++ b/graphics/kqtquickcharts/DESCR @@ -0,0 +1 @@ +QtQuick plugin to render beautiful and interactive charts. diff --git a/graphics/kqtquickcharts/Makefile b/graphics/kqtquickcharts/Makefile new file mode 100644 index 00000000000..e0af0748810 --- /dev/null +++ b/graphics/kqtquickcharts/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2019/11/21 06:24:55 markd Exp $ + +DISTNAME= kqtquickcharts-${KAPPSVER} +CATEGORIES= graphics + +HOMEPAGE= https://edu.kde.org/ +COMMENT= QtQuick plugin to render beautiful and interactive charts +LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 + +.include "../../meta-pkgs/kde/applications.mk" + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtdeclarative/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/kqtquickcharts/PLIST b/graphics/kqtquickcharts/PLIST new file mode 100644 index 00000000000..7b11aad21ef --- /dev/null +++ b/graphics/kqtquickcharts/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2019/11/21 06:24:55 markd Exp $ +include/KF5/kqtquickcharts_version.h +lib/cmake/KQtQuickCharts/KQtQuickChartsVersion.cmake +qt5/qml/org/kde/charts/BarChart.qml +qt5/qml/org/kde/charts/Label.qml +qt5/qml/org/kde/charts/LegendItem.qml +qt5/qml/org/kde/charts/LineChart.qml +qt5/qml/org/kde/charts/LineLabel.qml +qt5/qml/org/kde/charts/XYChart.qml +qt5/qml/org/kde/charts/libkqtquickcharts.so +qt5/qml/org/kde/charts/qmldir diff --git a/graphics/kqtquickcharts/distinfo b/graphics/kqtquickcharts/distinfo new file mode 100644 index 00000000000..7d48f4b28a0 --- /dev/null +++ b/graphics/kqtquickcharts/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/11/21 06:24:55 markd Exp $ + +SHA1 (kqtquickcharts-19.08.3.tar.xz) = 8a494b9959ade062b7405ea7887571a3133c1cec +RMD160 (kqtquickcharts-19.08.3.tar.xz) = 776fe2ab4d1d3d14c14e05667be07990924f858a +SHA512 (kqtquickcharts-19.08.3.tar.xz) = 4d3ab33818b1b723f7659350d2a56a493b17a72b826890676806d375ec709376a693e04721faf220203dee483881a9d899b7d9eb8a2b876297306fbbaa8eb59e +Size (kqtquickcharts-19.08.3.tar.xz) = 25632 bytes |