Date: Sun, 1 Dec 2019 19:02:09 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518795 - in head: . graphics graphics/kqtquickcharts Message-ID: <201912011902.xB1J292I063706@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Dec 1 19:02:09 2019 New Revision: 518795 URL: https://svnweb.freebsd.org/changeset/ports/518795 Log: 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> Added: head/graphics/kqtquickcharts/ - copied from r488806, head/graphics/kqtquickcharts-kde4/ Modified: head/MOVED head/graphics/Makefile head/graphics/kqtquickcharts/Makefile head/graphics/kqtquickcharts/distinfo head/graphics/kqtquickcharts/pkg-descr head/graphics/kqtquickcharts/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 1 18:47:51 2019 (r518794) +++ head/MOVED Sun Dec 1 19:02:09 2019 (r518795) @@ -9927,7 +9927,6 @@ audio/kscd|audio/kscd-kde4|2018-02-22|Make room for KD 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: KDE 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 Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Dec 1 18:47:51 2019 (r518794) +++ head/graphics/Makefile Sun Dec 1 19:02:09 2019 (r518795) @@ -397,6 +397,7 @@ SUBDIR += kolourpaint SUBDIR += kooka SUBDIR += kphotoalbum + SUBDIR += kqtquickcharts SUBDIR += krita SUBDIR += kudu SUBDIR += kxstitch Modified: head/graphics/kqtquickcharts/Makefile ============================================================================== --- head/graphics/kqtquickcharts-kde4/Makefile Mon Dec 31 17:46:32 2018 (r488806) +++ head/graphics/kqtquickcharts/Makefile Sun Dec 1 19:02:09 2019 (r518795) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= kqtquickcharts -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 -CATEGORIES= graphics kde kde-kde4 +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= QtQuick plugin to render interactive charts -DEPRECATED= KDE4 is EOL upstream -EXPIRATION_DATE= 2018-12-31 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake kde:4 qt:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT= moc_build qmake_build rcc_build uic_build +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> Modified: head/graphics/kqtquickcharts/distinfo ============================================================================== --- head/graphics/kqtquickcharts-kde4/distinfo Mon Dec 31 17:46:32 2018 (r488806) +++ head/graphics/kqtquickcharts/distinfo Sun Dec 1 19:02:09 2019 (r518795) @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kqtquickcharts-4.14.3.tar.xz) = a595833029017c58b08b8c33be3d1d1d3ea51ea27d66b316ca2fa9dd994eb4ee -SIZE (KDE/4.14.3/kqtquickcharts-4.14.3.tar.xz) = 20472 +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 Modified: head/graphics/kqtquickcharts/pkg-descr ============================================================================== --- head/graphics/kqtquickcharts-kde4/pkg-descr Mon Dec 31 17:46:32 2018 (r488806) +++ head/graphics/kqtquickcharts/pkg-descr Sun Dec 1 19:02:09 2019 (r518795) @@ -1,3 +1,4 @@ -QtQuick plugin to render interactive charts. +The kqtquickcharts module is a Qt Quick module provided by KDE that +allows the person to make beautiful and interactive charts. -WWW: https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts +WWW: https://github.com/KDE/kqtquickcharts Modified: head/graphics/kqtquickcharts/pkg-plist ============================================================================== --- head/graphics/kqtquickcharts-kde4/pkg-plist Mon Dec 31 17:46:32 2018 (r488806) +++ head/graphics/kqtquickcharts/pkg-plist Sun Dec 1 19:02:09 2019 (r518795) @@ -1,7 +1,10 @@ -lib/kde4/imports/org/kde/charts/BarChart.qml -lib/kde4/imports/org/kde/charts/Label.qml -lib/kde4/imports/org/kde/charts/LegendItem.qml -lib/kde4/imports/org/kde/charts/LineChart.qml -lib/kde4/imports/org/kde/charts/LineLabel.qml -lib/kde4/imports/org/kde/charts/libkqtquickcharts.so -lib/kde4/imports/org/kde/charts/qmldir +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912011902.xB1J292I063706>