Thursday, 21 April 2022 Welcome to KDE Gear ⚙️ 22.04! Skip to What’s New KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE apps over the last four months. KDE programs allow you to work, create and play without having to submit yourself to extortionate licenses and intrusive advertising, or surrender your privacy to unscrupulous corporations. Below you will discover a selection of the changes added in the last four months to software designed to make your life better. But remember, there is much, much more: games, social media apps, utilities for communicating, developing and creating stuff… All these things have been worked on to give you more stability and boost your productivity. If you want to see a full list of everything we have done, check out the complete changelog. WARNING: There’s a lot! All the details can be found here: https://kde.org/announcements/gear/22.04.0/
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
PORTNAME= dolphin
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= x11-fm kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE filemanager dolphin
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${QT_PLUGINDIR}/ffmpegthumbs.so:multimedia/kdemultimedia-ffmpegthumbs \
|
|
${QT_PLUGINDIR}/gsthumbnail.so:graphics/kdegraphics-thumbnailers \
|
|
${QT_PLUGINDIR}/kf5/kio/thumbnail.so:devel/kio-extras
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= activities attica auth baloo baloo-widgets bookmarks codecs \
|
|
completion config configwidgets coreaddons crash dbusaddons \
|
|
emoticons filemetadata i18n iconthemes init \
|
|
itemmodels itemviews jobwidgets kcmutils kde-cli-tools \
|
|
kio newstuff notifications parts service \
|
|
solid sonnet texteditor textwidgets widgetsaddons \
|
|
windowsystem xmlgui \
|
|
doctools_build ecm_build
|
|
USE_QT= concurrent core dbus gui network phonon4 widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
SHLIB_VER= 5.0.0
|
|
PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \
|
|
SHLIB_SHVER="${SHLIB_VER:R:R}"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|