diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-11-29 08:34:18 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-02 23:38:40 +0000 |
commit | a5d64462f20a63f92a2dc1f28d36a2249f73520f (patch) | |
tree | 1f89c7dbf7c54cead433b69e5ae5310f2f80fbbc /sysutils/plasma6-polkit-kde-agent-1/Makefile | |
parent | 40eb0c4f9753d898422c4aa8d7882710be966f13 (diff) | |
download | ports-a5d64462f20a63f92a2dc1f28d36a2249f73520f.tar.gz ports-a5d64462f20a63f92a2dc1f28d36a2249f73520f.zip |
KDE: Add Ports for the upcoming KDE Plasma Desktop 6 (beta1)
KDE's 6th Megarelease - Beta 1
Wednesday, 29 November 2023
En route to the new Plasma, Frameworks and Gear
Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.
It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Beta version of all the software we will include in
a megarelease scheduled for the end of February 2024.
To ensure all parts of KDE's software stack are working together, we are
releasing all our major bundles at the same time. Today sees the
continuation of that journey with the Beta releases of Plasma 6, KDE
Frameworks 6 and the KDE Gear bundle of apps.
+-------------------------------------------------------------------------+
| This is a very early preview intended for developers and testers only. |
| We hope it will be picked up by rolling unstable distros, but it is far |
| from being ready for day-to-day use yet. |
+-------------------------------------------------------------------------+
Announcement: https://kde.org/announcements/megarelease/6/beta1/
Obtained from: https://github.com/tcberner/kde6-overlay/
Further port changes:
* graphics/libkexiv2-devel has been added
Diffstat (limited to 'sysutils/plasma6-polkit-kde-agent-1/Makefile')
-rw-r--r-- | sysutils/plasma6-polkit-kde-agent-1/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/plasma6-polkit-kde-agent-1/Makefile b/sysutils/plasma6-polkit-kde-agent-1/Makefile new file mode 100644 index 000000000000..e4668ce36eda --- /dev/null +++ b/sysutils/plasma6-polkit-kde-agent-1/Makefile @@ -0,0 +1,18 @@ +PORTNAME= polkit-kde-agent-1 +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Manages the power consumption settings of a Plasma shell + +LIB_DEPENDS= libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1-devel@qt6 + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= coreaddons crash dbusaddons i18n iconthemes widgetsaddons \ + windowsystem \ + ecm:build +USE_QT= base tools +USE_XORG= x11 + +.include <bsd.port.mk> |