17 Commits

Author SHA1 Message Date
rsadowski
5f287aaf3f Update KDE Gear to 21.04.3
https://kde.org/announcements/gear/21.04.3/
https://kde.org/announcements/changelogs/gear/21.04.3/
2021-08-08 12:23:47 +00:00
rsadowski
0fd5998dce Update KDE Gear to 21.04.2
https://kde.org/announcements/gear/21.04.2/
https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-19 18:34:30 +00:00
rsadowski
5113106201 Bugfix update KDE Gear to 21.04.1
https://kde.org/announcements/changelogs/gear/21.04.1/
2021-05-15 09:56:26 +00:00
rsadowski
8cc2821b9c Update KDE applications (KDE Gear) to 21.04.0
..and yet another renaming. KDE Applications is now KDE Gear.

- https://kde.org/announcements/gear/21.04/
- https://kde.org/info/releases-21.04.0/

Nothing really exciting form ports side, ksystemlog can now display dmesg(1).
2021-04-27 05:26:55 +00:00
rsadowski
a42168a9c7 Update KDE Applications to 20.12.3
https://kde.org/announcements/releases/20.12.3/
2021-03-08 18:27:00 +00:00
rsadowski
56db7102ae Update KDE applications to 20.12.2
- https://kde.org/announcements/releases/2021-02-apps-update/
- https://kde.org/announcements/fulllog_releases-20.12.2/
2021-02-08 20:00:39 +00:00
rsadowski
9eb19768f3 Update KDE Applications to 20.12.1
Release notes:
https://kde.org/announcements/releases/2020-12-apps-update/
https://kde.org/announcements/releases/2021-01-apps-update/
2021-01-23 18:10:12 +00:00
rsadowski
f467a3ec55 Update KDE Applications to 20.08.3 2020-11-08 20:12:48 +00:00
rsadowski
91d9fb05f8 Update KDE applications to 20.08.2
One notable kde-applications ports change:

- Remove undocumented kde-applications.port.mk and move logic into
  Makefile.inc.

Ran a bulk build with no issues. Otherwise a simple bug-fix update.

Release notes:
https://kde.org/announcements/releases/2020-10-apps-update/
2020-11-03 16:12:30 +00:00
rsadowski
2f3dc436b8 Bugfix update KDE applications to 20.08.1 2020-09-11 11:22:59 +00:00
rsadowski
a3244f1663 Update KDE Applications to 20.08.0
- x11/kde-applications/lokalize is marked as broken, this version
  depends on Qt 5.14+
- kdav moved from kde-applications to devel/kf
- As always, major bump all shared libs.
2020-09-07 14:49:10 +00:00
rsadowski
132de333e1 Use MODKF5_I18N_CONFLICT=yes instead of @conflict kde-i18n-* 2020-06-05 05:40:24 +00:00
rsadowski
61fb8a3bf6 Use MODKF5_L10N_CONFLICT=yes instead of @conflict kde-l10n-* 2020-06-03 05:13:34 +00:00
rsadowski
7b85ed1265 Add missing port bump 2020-03-29 17:16:04 +00:00
rsadowski
37921a2750 Delete dependencies no longer necessary, found by portcheck(1) 2020-03-29 17:15:28 +00:00
rsadowski
74a4934396 Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:

- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new

  WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
  share/qlogging-categories5/, which ends in a lot of PLIST chages.

List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
  latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
  dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@

Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
2020-03-23 18:01:02 +00:00
rsadowski
b37defceee Import kcachegrind 18.12.0 (one to one replacement for KDE4) OK sthen@
KCachegrind is a profile data visualization tool, used to determine the most
time consuming parts in the execution of a program.

Features:

 - KCachegrind visualizes profiles (i.e. runtime characteristics) of
   applications in various ways, including call graph vizualisations and
   source/disassembler annotation.
 - It can load profiles generated by the cache simulation/call tracer Calltree,
   a Valgrind tool. Thus, profiling does not need any preparation, can cope
   with shared libraries and plugin architectures, and does not influence the
   measuring itself.
 - Converter scripts for OProfile, Perl, and PHP.
 - Switching between multiple visualization layouts.
 - Call graph can be exported as image (PNG).
 - Simultaneous display of 2 event types in Call and Annotation View
2019-12-10 18:09:07 +00:00