forked from Lainports/freebsd-ports
All About the Widgets Plasma 5.26 comes with new and tweaked widgets, improves the desktop experience leaps and bounds, and Plasma Big Screen's app family grows Tuesday, 11 October 2022 Even with a bare-bones installation, Plasma lets you customize your desktop a lot. If you want more, there is always Plasma’s vast ecosystem of widgets. Widgets add features and utilities to the Plasma desktop and today you can find out all the stuff you can do and what’s new for widgets in Plasma 5.26. Widgets are not the only thing to look forward to in Plasma 5.26: check out all the new stuff landing on the desktop designed to make using Plasma easier, more accessible and enjoyable, as well as the two new utilities for Plasma Big Screen, KDE’s interface for smart TVs. Announcement: https://kde.org/announcements/plasma/5/5.26.0/ KDE: Update KDE Plasma Desktop to 5.26.5
24 lines
868 B
Makefile
24 lines
868 B
Makefile
PORTNAME= kde-cli-tools
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 non-interactive system tools
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
|
|
qt:5 tar:xz xorg
|
|
USE_KDE= activities auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash emoticons guiaddons i18n \
|
|
iconthemes init itemmodels itemviews jobwidgets kcmutils \
|
|
kdeclarative kdesu kio notifications parts plasma-workspace \
|
|
pty service solid sonnet textwidgets unitconversion \
|
|
widgetsaddons windowsystem xmlgui \
|
|
doctools:build ecm:build
|
|
USE_QT= concurrent core dbus declarative gui network printsupport svg \
|
|
widgets x11extras xml \
|
|
buildtools:build qmake:build testlib:build
|
|
USE_XORG= x11
|
|
CPE_VENDOR= kde
|
|
|
|
.include <bsd.port.mk>
|