graphics/kqtquickcharts: reinstate port
- repo-copied from r488806 - update based on submission by Trenton Schulz <trueos@norwegianrockcat.com> PR: 242315 Reported by: Trenton Schulz <trueos@norwegianrockcat.com>
This commit is contained in:
parent
7c2fb235b8
commit
b60b4c63d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518795
2
MOVED
2
MOVED
@ -9927,7 +9927,6 @@ audio/kscd|audio/kscd-kde4|2018-02-22|Make room for KDE updates
|
||||
comms/kremotecontrol|comms/kremotecontrol-kde4|2018-02-22|Make room for KDE updates
|
||||
graphics/ksnapshot|graphics/ksnapshot-kde4|2018-02-22|Make room for KDE updates
|
||||
graphics/ksaneplugin|graphics/ksaneplugin-kde4|2018-02-22|Make room for KDE updates
|
||||
graphics/kqtquickcharts|graphics/kqtquickcharts-kde4|2018-02-22|Make room for KDE updates
|
||||
x11/kde4-baseapps|x11/kde-baseapps-kde4|2018-02-22|Make room for KDE updates
|
||||
x11/kde4-runtime|x11/kde-runtime-kde4|2018-02-22|Make room for KDE updates
|
||||
x11/kde4-workspace|x11/kde-workspace-kde4|2018-02-22|Make room for KDE updates
|
||||
@ -11124,7 +11123,6 @@ graphics/kdegraphics-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
graphics/kdegraphics-svgpart-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
graphics/kcolorchooser-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
graphics/okular-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
graphics/kqtquickcharts-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
graphics/libkipi-kde4||2018-12-31|Has expired: Qt4 has been EOL since december 2015
|
||||
graphics/libkexiv2-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
graphics/kolourpaint-kde4||2018-12-31|Has expired: KDE4 is EOL upstream
|
||||
|
@ -397,6 +397,7 @@
|
||||
SUBDIR += kolourpaint
|
||||
SUBDIR += kooka
|
||||
SUBDIR += kphotoalbum
|
||||
SUBDIR += kqtquickcharts
|
||||
SUBDIR += krita
|
||||
SUBDIR += kudu
|
||||
SUBDIR += kxstitch
|
||||
|
20
graphics/kqtquickcharts/Makefile
Normal file
20
graphics/kqtquickcharts/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kqtquickcharts
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
CATEGORIES= graphics kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= QtQuick plugin to render interactive charts
|
||||
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= core declarative network gui \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/kqtquickcharts/distinfo
Normal file
3
graphics/kqtquickcharts/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1575226262
|
||||
SHA256 (KDE/applications/19.08.3/kqtquickcharts-19.08.3.tar.xz) = f1c54caccbcc97219f8666bdf97cfecdb008c532f1453f27a6971ca54ec5994f
|
||||
SIZE (KDE/applications/19.08.3/kqtquickcharts-19.08.3.tar.xz) = 25632
|
4
graphics/kqtquickcharts/pkg-descr
Normal file
4
graphics/kqtquickcharts/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The kqtquickcharts module is a Qt Quick module provided by KDE that
|
||||
allows the person to make beautiful and interactive charts.
|
||||
|
||||
WWW: https://github.com/KDE/kqtquickcharts
|
10
graphics/kqtquickcharts/pkg-plist
Normal file
10
graphics/kqtquickcharts/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
include/KF5/kqtquickcharts_version.h
|
||||
lib/cmake/KQtQuickCharts/KQtQuickChartsVersion.cmake
|
||||
%%QT_QMLDIR%%/org/kde/charts/BarChart.qml
|
||||
%%QT_QMLDIR%%/org/kde/charts/Label.qml
|
||||
%%QT_QMLDIR%%/org/kde/charts/LegendItem.qml
|
||||
%%QT_QMLDIR%%/org/kde/charts/LineChart.qml
|
||||
%%QT_QMLDIR%%/org/kde/charts/LineLabel.qml
|
||||
%%QT_QMLDIR%%/org/kde/charts/XYChart.qml
|
||||
%%QT_QMLDIR%%/org/kde/charts/libkqtquickcharts.so
|
||||
%%QT_QMLDIR%%/org/kde/charts/qmldir
|
Loading…
Reference in New Issue
Block a user