diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-10-14 18:17:04 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-10-14 18:25:04 +0200 |
commit | cdf0f44fe24a9bc024d1aec4309be73a335dead4 (patch) | |
tree | 7f1a0fd2c56457ce20dd9f580f62546383b09c66 /x11/plasma5-plasma-desktop/Makefile | |
parent | 01049111d77ab4f8a1c0b59d8cb965414b9a2a0d (diff) | |
download | freebsd-ports-cdf0f44fe24a9bc024d1aec4309be73a335dead4.zip |
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/
Diffstat (limited to 'x11/plasma5-plasma-desktop/Makefile')
-rw-r--r-- | x11/plasma5-plasma-desktop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile index a39475e9d8d6..312b818d7fb0 100644 --- a/x11/plasma5-plasma-desktop/Makefile +++ b/x11/plasma5-plasma-desktop/Makefile @@ -23,8 +23,8 @@ BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics \ xf86-input-libinput>0:x11-drivers/xf86-input-libinput -USES= cmake compiler:c++11-lib desktop-file-utils gettext gnome \ - kde:5 cpe pkgconfig python:3.5+,run qt:5 shebangfix tar:xz xorg +USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gnome \ + kde:5 pkgconfig python:3.5+,run qt:5 shebangfix tar:xz xorg USE_GNOME= glib20 USE_KDE= activities activities-stats archive attica auth baloo \ bookmarks codecs completion config configwidgets coreaddons \ @@ -43,6 +43,8 @@ USE_QT= concurrent core dbus declarative gui network phonon4 \ buildtools_build qmake_build USE_XORG= ice sm x11 xcb xcursor xext xfixes xft xi xrender +CPE_VENDOR= kde + CMAKE_ON= WANT_SYNAPTICS SHEBANG_FILES= kcms/ksmserver/kconf_update/*.py \ |