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 /graphics/kf5-kimageformats | |
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 'graphics/kf5-kimageformats')
-rw-r--r-- | graphics/kf5-kimageformats/Makefile | 2 | ||||
-rw-r--r-- | graphics/kf5-kimageformats/distinfo | 6 | ||||
-rw-r--r-- | graphics/kf5-kimageformats/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile index 80004afdf77b..a5194ea3ff87 100644 --- a/graphics/kf5-kimageformats/Makefile +++ b/graphics/kf5-kimageformats/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libHalf.so:graphics/ilmbase USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz -USE_KDE= ecm +USE_KDE= archive ecm USE_QT5= buildtools_build core gui printsupport qmake_build widgets .include <bsd.port.mk> diff --git a/graphics/kf5-kimageformats/distinfo b/graphics/kf5-kimageformats/distinfo index 2c000a179f7f..f4904763fcf8 100644 --- a/graphics/kf5-kimageformats/distinfo +++ b/graphics/kf5-kimageformats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475424080 -SHA256 (KDE/frameworks/5.27.0/kimageformats-5.27.0.tar.xz) = 50889659e7aafab6277cf28c1af08a9fe02d00f1aae99aa533f48c9b623b5e46 -SIZE (KDE/frameworks/5.27.0/kimageformats-5.27.0.tar.xz) = 204100 +TIMESTAMP = 1480934875 +SHA256 (KDE/frameworks/5.29.0/kimageformats-5.29.0.tar.xz) = aa9fab34f7e564cc7a5334ef4b9d775452873cd23495279ad8d7b68f0855050d +SIZE (KDE/frameworks/5.29.0/kimageformats-5.29.0.tar.xz) = 204576 diff --git a/graphics/kf5-kimageformats/pkg-plist b/graphics/kf5-kimageformats/pkg-plist index eb327a963834..189ba7a2346b 100644 --- a/graphics/kf5-kimageformats/pkg-plist +++ b/graphics/kf5-kimageformats/pkg-plist @@ -1,5 +1,7 @@ %%QT_PLUGINDIR%%/imageformats/kimg_eps.so %%QT_PLUGINDIR%%/imageformats/kimg_exr.so +%%QT_PLUGINDIR%%/imageformats/kimg_kra.so +%%QT_PLUGINDIR%%/imageformats/kimg_ora.so %%QT_PLUGINDIR%%/imageformats/kimg_pcx.so %%QT_PLUGINDIR%%/imageformats/kimg_pic.so %%QT_PLUGINDIR%%/imageformats/kimg_psd.so @@ -11,6 +13,8 @@ share/kservices5/qimageioplugins/dds.desktop share/kservices5/qimageioplugins/eps.desktop share/kservices5/qimageioplugins/exr.desktop share/kservices5/qimageioplugins/jp2.desktop +share/kservices5/qimageioplugins/kra.desktop +share/kservices5/qimageioplugins/ora.desktop share/kservices5/qimageioplugins/pcx.desktop share/kservices5/qimageioplugins/pic.desktop share/kservices5/qimageioplugins/psd.desktop |