mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
859a85de8e
Tuesday, 18 February 2020. Today KDE releases a feature update to KDE Plasma 5, versioned 5.18.1. Plasma 5.18 was released in February 2020 with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: Changelog: https://kde.org/announcements/plasma-5.18.0-5.18.1-changelog.php
30 lines
1012 B
Makefile
30 lines
1012 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kscreenlocker
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= security kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 secure lock screen architecture
|
|
|
|
BUILD_DEPENDS= ck-list-sessions:sysutils/consolekit2
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
|
libxcb-keysyms.so:x11/xcb-util-keysyms
|
|
RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\
|
|
dbus-send:devel/dbus
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
|
|
qt:5 shebangfix tar:xz xorg
|
|
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
|
|
emoticons globalaccel i18n idletime init itemmodels kcmutils \
|
|
kdeclarative kdelibs4support notifications package \
|
|
plasma-framework sonnet textwidgets wayland widgetsaddons \
|
|
windowsystem xmlgui
|
|
USE_QT= core dbus declarative gui network qdbus testlib widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xcb xcursor xext xi
|
|
|
|
SHEBANG_FILES= updaters/ksreenlocker_5_3_separate_autologin.pl
|
|
|
|
.include <bsd.port.mk>
|