diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-12-19 23:56:24 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-12-19 23:56:24 +0800 |
commit | c831a6df1377c428af0a4897a18d74667137c8a1 (patch) | |
tree | c49f526ed0177f76ace45c2c6ec3fd112bf423e7 /misc | |
parent | c9280846d29948a037bfbd945e498fe7c5029719 (diff) | |
download | freebsd-ports-gnome-c831a6df1377c428af0a4897a18d74667137c8a1.tar.gz freebsd-ports-gnome-c831a6df1377c428af0a4897a18d74667137c8a1.tar.zst freebsd-ports-gnome-c831a6df1377c428af0a4897a18d74667137c8a1.zip |
Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)
Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3
Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.
PR: 214528
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8776
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kde4-l10n/files/bsd.l10n.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/kde4-l10n/files/bsd.l10n.mk b/misc/kde4-l10n/files/bsd.l10n.mk index ae01971d7bec..5105b18b7fc9 100644 --- a/misc/kde4-l10n/files/bsd.l10n.mk +++ b/misc/kde4-l10n/files/bsd.l10n.mk @@ -3,6 +3,10 @@ PKGNAMEPREFIX= ${KDE4_L10N:S/@/_/}- DISTNAME= ${PORTNAME}-${KDE4_L10N}-${PORTVERSION} DIST_SUBDIR?= KDE/${PORTVERSION}/kde-l10n +CONFLICTS_INSTALL= kf5-baloo-5.* \ + kf5-kdelibs4support-5.* \ + kf5-kfilemetadata-5.* + USE_QT4= uic_build moc_build qmake_build rcc_build xml USE_KDE= kdelibs automoc4 USES= cmake gettext kde:4 tar:xz |