cdf0f44fe2
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/
25 lines
721 B
Makefile
25 lines
721 B
Makefile
PORTNAME= plasma-workspace-wallpapers
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 wallpapers
|
|
|
|
LICENSE= GPLv2 LGPL3
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL3
|
|
|
|
USES= cmake kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= buildtools_build \
|
|
qmake_build
|
|
|
|
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
|
|
# some installation directories.
|
|
# We explicitly prevent it from looking for qt5-core and specify qmake's path
|
|
# to avoid needlessly depending on qt5-core.
|
|
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=TRUE \
|
|
-DQMAKE_EXECUTABLE:PATH=${QMAKE}
|
|
|
|
.include <bsd.port.mk>
|