2018-04-27 22:29:36 +02:00
|
|
|
PORTNAME= powerdevil
|
|
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
2023-03-20 07:15:42 +01:00
|
|
|
PORTREVISION= 1
|
2018-04-27 22:29:36 +02:00
|
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Plasma5 tool to manage the power consumption settings
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.kde.org/plasma-desktop
|
2018-04-27 22:29:36 +02:00
|
|
|
|
2019-06-23 12:24:56 +02:00
|
|
|
LIB_DEPENDS= libudev.so:devel/libudev-devd
|
2018-08-24 19:46:52 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower
|
|
|
|
|
KDE: Update KDE Plasma Desktop to 5.23
Thursday, 14 October 2021
25 years ago today, Matthias Ettrich sent an email to the
de.comp.os.linux.misc newsgroup explaining a project he was working
on. The latest and direct result of that email (plus a quarter of a
century of relentless experimentation, development and innovation)
has just landed in KDE’s repositories.
This time around, Plasma renews its looks and, not only do you get a
new wallpaper, but also a gust of fresh air from an updated theme:
Breeze - Blue Ocean. The new Breeze theme makes KDE apps and tools
not only more attractive, but also easier to use both on the desktop
and your phone and tablet.
Of course, looks are not the only you can expect from Plasma 25AE:
extra speed, increased reliability and new features have also found
their way into the app launcher, the software manager, the Wayland
implementation, and most other Plasma tools and utilities.
Read on to find out all the details that make the new Plasma 25AE so
deserving of a celebration [1]
Full announcement:
[1] https://kde.org/announcements/plasma/5/5.23.0/
2021-10-14 18:17:04 +02:00
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
|
|
|
|
xorg
|
2021-09-01 12:34:54 +02:00
|
|
|
USE_KDE= activities auth bookmarks codecs completion config \
|
|
|
|
configwidgets coreaddons crash dbusaddons emoticons \
|
|
|
|
globalaccel guiaddons i18n iconthemes idletime init itemmodels \
|
2022-09-15 19:26:07 +02:00
|
|
|
itemviews jobwidgets kio kirigami2 libkscreen notifications \
|
|
|
|
notifyconfig parts plasma-workspace service solid sonnet \
|
|
|
|
textwidgets unitconversion wayland widgetsaddons windowsystem \
|
|
|
|
xmlgui \
|
2022-09-11 12:20:14 +02:00
|
|
|
doctools:build ecm:build
|
2021-09-01 12:34:54 +02:00
|
|
|
USE_QT= concurrent core dbus gui network printsupport widgets \
|
|
|
|
x11extras xml \
|
2022-09-11 12:20:14 +02:00
|
|
|
buildtools:build qmake:build
|
2022-09-05 21:04:41 +02:00
|
|
|
USE_XORG= x11 xcb
|
2018-04-27 22:29:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|