The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Not marked deprecated: games/knights-kde4, that's not ours.
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdeplasma-addons
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 12
|
|
CATEGORIES= deskutils kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Extra plasmoids for KDE SC 4
|
|
|
|
LIB_DEPENDS= libqalculate.so:math/libqalculate \
|
|
libqwt.so:x11-toolkits/qwt5 \
|
|
libqca.so:devel/qca@qt4 \
|
|
libqoauth.so:net/qoauth \
|
|
libqjson.so:devel/qjson@qt4
|
|
CONFLICTS_INSTALL= plasma-applet-icontasks-0.[89].*
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake:outsource eigen:2 kde:4 pkgconfig qt:4 shared-mime-info tar:xz
|
|
USE_KDE= kdelibs libkexiv2 pimlibs workspace \
|
|
akonadi attica automoc4 qimageblitz soprano
|
|
USE_QT= corelib dbus declarative gui network script sql webkit \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_XORG= x11 xrender xtst
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= MARBLE SCIM IBUS
|
|
OPTIONS_DEFAULT= MARBLE
|
|
OPTIONS_SUB= yes
|
|
|
|
MARBLE_DESC= Support for desktop globe wallpaper
|
|
MARBLE_USE= KDE=marble
|
|
MARBLE_CMAKE_OFF= -DWITH_Marble=off
|
|
|
|
IBUS_DESC= Enable IBUS backend for input dialog
|
|
IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus
|
|
IBUS_CMAKE_OFF= -DBUILD_ibus=off
|
|
|
|
SCIM_DESC= Enable SCIM backend for input dialog
|
|
SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim
|
|
SCIM_CMAKE_OFF= -DBUILD_scim=off
|
|
|
|
post-patch:
|
|
# Respect prefix, don't update MIME when installing.
|
|
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \
|
|
${WRKSRC}/applets/lancelot/parts/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|