kcalendarcore: update to 5.93.0
5.82.0 Don't export UTC timezone as TZID=UTC 5.83.0 Allow sorting of todos by category (tag) Use UTC times when calculating the transition dates of standard and dst phases Remove conditional compilation for libical older than 3 Fix Compat-libical3-eGroupware.ics 5.84.0 Assign and compare more Incidence::Private members When sorting to-dos, treat undefined dtDues as later than defined dtDues Generate pkgconfig file Return start datetimes for non-recurring incidences 5.85.0 Fixup include dir into pkgconfig file Hide fields, to enforce uniform use of setFieldDirty() Fix formating in apidoc for free busy Add ownerChanged signal Add metadata properties to calendar Add base class for calendar plugins More completion field consistency and dirtyness checks Mark mCompleted as dirty if it changes, and also reset status 5.87.0 Set the correct last modified time when creating an exception for a recurring event icalformat_p.cpp - support ATTACH parameter FILENAME Add Qt5Gui as dependency in pkgconfig file Read floating date time as LocalTime Implement PERIOD support in RDATE 5.88.0 Dirty fields and update observers in Event and FreeBusy Dirty fields and update observers in Incidence Dirty updates in IncidenceBase Move IncidencePrivate and IncidenceBasePrivate to headers Simplify IncidenceBasePrivate constructors Rename incidence classes from Foo::Private to FooPrivate Copy improvements in recent changes to Event etc cmake: Port to using libical's cmake scripts 5.89.0 Compare the objects managed by a QSharedPointer Avoid update calls if nothing changed Consistency and range checking for GEO data Check validity of priority value 5.90.0 ICalFormat: reduce calls to dtStart()/dtEnd(), use the local vars Fix timezone information being lost when creating events 5.91.0 Revert "Honour STATUS:CANCELLED" Serialize container sizes as 32bit integers Compare timeSpec() for the due date/time, too Fix generate pkg file T12270: create an inheritance hierarchy of private types 5.92.0 Compare timeSpecs when comparing incidences for equality Preserve timeSpec of all-day event's dtEnd 5.93.0 Notify on notebook change for exceptions Note use of low-level libical function Print more information about errors when loading vCalendars Implement notebook association when parsing iCal data Fix storing of times with UTC offsets Compare QDateTime times, timespecs, and timezones
This commit is contained in:
parent
ceea181254
commit
99aa088f55
3 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:10 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2022/04/25 07:10:16 markd Exp $
|
||||
|
||||
DISTNAME= kcalendarcore-${KF5VER}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= time
|
||||
|
||||
HOMEPAGE= https://community.kde.org/Frameworks
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2021/03/30 10:58:28 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2022/04/25 07:10:16 markd Exp $
|
||||
include/KF5/KCalendarCore/KCalCore/Alarm
|
||||
include/KF5/KCalendarCore/KCalCore/Attachment
|
||||
include/KF5/KCalendarCore/KCalCore/Attendee
|
||||
|
@ -6,6 +6,7 @@ include/KF5/KCalendarCore/KCalCore/CalFilter
|
|||
include/KF5/KCalendarCore/KCalCore/CalFormat
|
||||
include/KF5/KCalendarCore/KCalCore/CalStorage
|
||||
include/KF5/KCalendarCore/KCalCore/Calendar
|
||||
include/KF5/KCalendarCore/KCalCore/CalendarPlugin
|
||||
include/KF5/KCalendarCore/KCalCore/Conference
|
||||
include/KF5/KCalendarCore/KCalCore/CustomProperties
|
||||
include/KF5/KCalendarCore/KCalCore/Duration
|
||||
|
@ -37,6 +38,7 @@ include/KF5/KCalendarCore/KCalendarCore/CalFilter
|
|||
include/KF5/KCalendarCore/KCalendarCore/CalFormat
|
||||
include/KF5/KCalendarCore/KCalendarCore/CalStorage
|
||||
include/KF5/KCalendarCore/KCalendarCore/Calendar
|
||||
include/KF5/KCalendarCore/KCalendarCore/CalendarPlugin
|
||||
include/KF5/KCalendarCore/KCalendarCore/Conference
|
||||
include/KF5/KCalendarCore/KCalendarCore/CustomProperties
|
||||
include/KF5/KCalendarCore/KCalendarCore/Duration
|
||||
|
@ -65,6 +67,7 @@ include/KF5/KCalendarCore/kcalcore/alarm.h
|
|||
include/KF5/KCalendarCore/kcalcore/attachment.h
|
||||
include/KF5/KCalendarCore/kcalcore/attendee.h
|
||||
include/KF5/KCalendarCore/kcalcore/calendar.h
|
||||
include/KF5/KCalendarCore/kcalcore/calendarplugin.h
|
||||
include/KF5/KCalendarCore/kcalcore/calfilter.h
|
||||
include/KF5/KCalendarCore/kcalcore/calformat.h
|
||||
include/KF5/KCalendarCore/kcalcore/calstorage.h
|
||||
|
@ -97,6 +100,7 @@ include/KF5/KCalendarCore/kcalendarcore/alarm.h
|
|||
include/KF5/KCalendarCore/kcalendarcore/attachment.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/attendee.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/calendar.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/calendarplugin.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/calfilter.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/calformat.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/calstorage.h
|
||||
|
@ -125,9 +129,8 @@ include/KF5/KCalendarCore/kcalendarcore/sorting.h
|
|||
include/KF5/KCalendarCore/kcalendarcore/todo.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/vcalformat.h
|
||||
include/KF5/KCalendarCore/kcalendarcore/visitor.h
|
||||
include/KF5/KCalendarCore/kcalendarcore_version.h
|
||||
include/KF5/kcalcore_version.h
|
||||
include/KF5/kcalendarcore_version.h
|
||||
lib/cmake/KF5CalendarCore/FindLibIcal.cmake
|
||||
lib/cmake/KF5CalendarCore/KF5CalendarCoreConfig.cmake
|
||||
lib/cmake/KF5CalendarCore/KF5CalendarCoreConfigVersion.cmake
|
||||
lib/cmake/KF5CalendarCore/KF5CalendarCoreTargets-noconfig.cmake
|
||||
|
@ -135,6 +138,7 @@ lib/cmake/KF5CalendarCore/KF5CalendarCoreTargets.cmake
|
|||
lib/libKF5CalendarCore.so
|
||||
lib/libKF5CalendarCore.so.5
|
||||
lib/libKF5CalendarCore.so.${PKGVERSION}
|
||||
lib/pkgconfig/KF5CalendarCore.pc
|
||||
qt5/mkspecs/modules/qt_KCalendarCore.pri
|
||||
share/qlogging-categories5/kcalendarcore.categories
|
||||
share/qlogging-categories5/kcalendarcore.renamecategories
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2021/10/26 11:24:21 nia Exp $
|
||||
$NetBSD: distinfo,v 1.7 2022/04/25 07:10:16 markd Exp $
|
||||
|
||||
BLAKE2s (kcalendarcore-5.80.0.tar.xz) = 124c2a5aa1a395197ca739fb15e6a8c709c680a6fe6e9beb25ef65ff2c700edf
|
||||
SHA512 (kcalendarcore-5.80.0.tar.xz) = 701167bd708a817f6478fc7059c46b1c5138903effc7925248c108484e5f66f72fb1f2088cb82ef94d4c13671b7a8dfbfba5b2006f89d338a8ba22f95f10be0b
|
||||
Size (kcalendarcore-5.80.0.tar.xz) = 259748 bytes
|
||||
BLAKE2s (kcalendarcore-5.93.0.tar.xz) = fa7717c677a1c856e39b0acd0e0b838e6504c116621f8afc6894bc2d320d54c9
|
||||
SHA512 (kcalendarcore-5.93.0.tar.xz) = 489c7294ac990a7aa698fb65644f0580a0ce33206970d12c02548489bcb6aeb12481b581515b6a06e4d4f583126c48690118e20c56ca0f9712b6b5df730206fc
|
||||
Size (kcalendarcore-5.93.0.tar.xz) = 264260 bytes
|
||||
|
|
Loading…
Reference in a new issue