Update kdiagram to 2.7.0
This commit is contained in:
parent
acd18ad6d5
commit
eb0e4876b0
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2020/03/30 04:35:03 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2020/05/14 19:46:35 rsadowski Exp $
|
||||
|
||||
COMMENT = libraries for creating business diagrams
|
||||
|
||||
VERSION = 2.6.2
|
||||
VERSION = 2.7.0
|
||||
DISTNAME = kdiagram-${VERSION}
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
SHARED_LIBS += KChart 0.1 # 2.6
|
||||
SHARED_LIBS += KGantt 0.0 # 2.6
|
||||
SHARED_LIBS += KChart 1.0 # 2.6
|
||||
SHARED_LIBS += KGantt 1.0 # 2.6
|
||||
|
||||
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kdiagram-2.6.2.tar.xz) = CrfTboxGAvRvRFxhXcQsNa/MfLfamgyiy0axb4b1Zmk=
|
||||
SIZE (kdiagram-2.6.2.tar.xz) = 673272
|
||||
SHA256 (kdiagram-2.7.0.tar.xz) = Y6Lqv6FVTOsdaG1fF+1jCBObbZFVqvIk4DCVhbBw+90=
|
||||
SIZE (kdiagram-2.7.0.tar.xz) = 681384
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src_KGantt_CMakeLists_txt,v 1.1.1.1 2018/09/18 10:22:03 rsadowski Exp $
|
||||
$OpenBSD: patch-src_KGantt_CMakeLists_txt,v 1.2 2020/05/14 19:46:35 rsadowski Exp $
|
||||
|
||||
Index: src/KGantt/CMakeLists.txt
|
||||
--- src/KGantt/CMakeLists.txt.orig
|
||||
+++ src/KGantt/CMakeLists.txt
|
||||
@@ -65,6 +65,7 @@ target_include_directories(KGantt
|
||||
@@ -72,6 +72,7 @@ target_include_directories(KGantt
|
||||
target_link_libraries( KGantt
|
||||
PUBLIC
|
||||
Qt5::Widgets
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/03/30 04:35:03 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/05/14 19:46:35 rsadowski Exp $
|
||||
include/KChart/
|
||||
include/KChart/KChart
|
||||
include/KChart/KChartAbstractArea
|
||||
@ -138,6 +138,8 @@ include/KGantt/KGanttConstraintGraphicsItem
|
||||
include/KGantt/KGanttConstraintModel
|
||||
include/KGantt/KGanttConstraintProxy
|
||||
include/KGantt/KGanttDateTimeGrid
|
||||
include/KGantt/KGanttDateTimeTimeLine
|
||||
include/KGantt/KGanttDateTimeTimeLineDialog
|
||||
include/KGantt/KGanttForwardingProxyModel
|
||||
include/KGantt/KGanttGlobal
|
||||
include/KGantt/KGanttGraphicsItem
|
||||
@ -146,6 +148,7 @@ include/KGantt/KGanttGraphicsView
|
||||
include/KGantt/KGanttItemDelegate
|
||||
include/KGantt/KGanttLegend
|
||||
include/KGantt/KGanttListViewRowController
|
||||
include/KGantt/KGanttPenStyleComboBox
|
||||
include/KGantt/KGanttProxyModel
|
||||
include/KGantt/KGanttStyleOptionGanttItem
|
||||
include/KGantt/KGanttSummaryHandlingProxyModel
|
||||
@ -153,12 +156,15 @@ include/KGantt/KGanttTreeViewRowController
|
||||
include/KGantt/KGanttView
|
||||
include/KGantt/kgantt_export.h
|
||||
include/KGantt/kganttabstractgrid.h
|
||||
include/KGantt/kganttabstractgrid_p.h
|
||||
include/KGantt/kganttabstractrowcontroller.h
|
||||
include/KGantt/kganttconstraint.h
|
||||
include/KGantt/kganttconstraintgraphicsitem.h
|
||||
include/KGantt/kganttconstraintmodel.h
|
||||
include/KGantt/kganttconstraintproxy.h
|
||||
include/KGantt/kganttdatetimegrid.h
|
||||
include/KGantt/kganttdatetimetimeline.h
|
||||
include/KGantt/kganttdatetimetimelinedialog.h
|
||||
include/KGantt/kganttforwardingproxymodel.h
|
||||
include/KGantt/kganttglobal.h
|
||||
include/KGantt/kganttgraphicsitem.h
|
||||
@ -167,6 +173,7 @@ include/KGantt/kganttgraphicsview.h
|
||||
include/KGantt/kganttitemdelegate.h
|
||||
include/KGantt/kganttlegend.h
|
||||
include/KGantt/kganttlistviewrowcontroller.h
|
||||
include/KGantt/kganttpenstylecombobox.h
|
||||
include/KGantt/kganttproxymodel.h
|
||||
include/KGantt/kganttstyleoptionganttitem.h
|
||||
include/KGantt/kganttsummaryhandlingproxymodel.h
|
||||
@ -192,8 +199,6 @@ share/kf5/mkspecs/qt_KChart.pri
|
||||
share/kf5/mkspecs/qt_KGantt.pri
|
||||
share/locale/ar/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/ar/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/ast/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/bg/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/bs/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/bs/LC_MESSAGES/kgantt_qt.qm
|
||||
@ -211,6 +216,10 @@ share/locale/en_GB/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/en_GB/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/es/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/et/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/et/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/eu/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/eu/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kchart_qt.qm
|
||||
share/locale/fi/LC_MESSAGES/kgantt_qt.qm
|
||||
share/locale/fr/LC_MESSAGES/kchart_qt.qm
|
||||
|
Loading…
x
Reference in New Issue
Block a user