2020-11-08 13:12:59 by Rafael Sadowski | Files touched by this commit (235) |
Log message:
Update KDE Applications to 20.08.3
|
2020-11-03 09:12:42 by Rafael Sadowski | Files touched by this commit (400) |
Log message:
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-09-22 05:27:08 by Rafael Sadowski | Files touched by this commit (2) |
Log message:
Fix segfault when calling okular from cli with arguments
Clang's RTTI support don't work here, use qobject_cast<> to avoid runtime
crashes. This patch is old but unfortunately up-to-date again.
Spotted by Vadim Zhukov, thanks!
|
2020-09-11 05:23:10 by Rafael Sadowski | Files touched by this commit (232) |
Log message:
Bugfix update KDE applications to 20.08.1
|
2020-09-07 08:49:30 by Rafael Sadowski | Files touched by this commit (528) |
Log message:
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-08-20 12:00:16 by Rafael Sadowski | Files touched by this commit (62) |
Log message:
Rework multimedia/phonon multimedia/phonon-backend
- Merge multimedia/phonon-qt5 into multimedia/phonon and remove the
phonon MODULE.
- Update all phonon ports to the latest version.
- Regen all consumer WANTLIB's and bump them.
|
2020-06-15 14:21:17 by Stuart Henderson | Files touched by this commit (1) |
Log message:
bump REVISION, dependency PKGNAME was changed
-@depend x11/kde-applications/kdegraphics-mobipocket:kdegraphics-mobipocket-*:kdegraphics-mobipocket-19.12.3p0
+@depend x11/kde-applications/kdegraphics-mobipocket:kdegraphics-mobipocket-kf5-*:kdegraphics-mobipocket-kf5-19.12.3p1
|
2020-06-04 23:40:30 by Rafael Sadowski | Files touched by this commit (122) |
Log message:
Use MODKF5_I18N_CONFLICT=yes instead of @conflict kde-i18n-*
|
2020-06-02 23:13:46 by Rafael Sadowski | Files touched by this commit (222) |
Log message:
Use MODKF5_L10N_CONFLICT=yes instead of @conflict kde-l10n-*
|
2020-03-30 23:01:46 by Rafael Sadowski | Files touched by this commit (2) |
Log message:
Fix CVE-2020-9359 in okular
Okular can be tricked into executing local binaries via specially crafted
PDF files:
https://nvd.nist.gov/vuln/detail/CVE-2020-9359
https://kde.org/info/security/advisory-20200312-1.txt
|
2020-03-29 13:43:33 by Rafael Sadowski | Files touched by this commit (1) |
Log message:
Move textproc/discount from run/build to lib depends, spotted by portcheck
|
2020-03-23 12:01:30 by Rafael Sadowski | Files touched by this commit (700) |
Log message:
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!
|
2019-11-07 09:58:27 by Rafael Sadowski | Files touched by this commit (1) |
Log message:
add hidden dependency on textproc/discount as run/build-depends
This enables Markdown support in okular.
Found by espie@ in a bulk, thanks!
|
2019-06-19 13:45:59 by Matthias Kilian | Files touched by this commit (11) |
Log message:
Explicitely empty flavor is no longer needed for print/poppler.
|
2019-06-09 02:22:18 by Rafael Sadowski | Files touched by this commit (1) |
Log message:
Remove graphics/qimageblitz as BUILD/RUN dependency
Qimageblitz is Qt4 and will not use by Qt5 okular.
|
2019-04-15 11:09:18 by Rafael Sadowski | Files touched by this commit (4) |
Log message:
s/KDE 4/KDE/
OK sthen@ Hint by kn@
|
2019-03-24 05:57:04 by Rafael Sadowski | Files touched by this commit (106) |
Log message:
Zap variable KDE5
We are now KDE4 free in kde-applications so there is no reason to tag KDE5
ports.
|
2019-03-08 13:00:57 by Charlene Wendling | Files touched by this commit (344) |
Log message:
qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.
OK sthen@
|