af854d2032
Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.5. Plasma 5.22 was released in June 2021 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * KDE GTK Config: Make sure to actually commit GSettings changes. * KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296 * [applets/digitalclock] Let long timezones list scroll. Fixes bug #439147 Full changelog: https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/ - while here: reformat & sort the USES/USE_FOO lines consistently
26 lines
879 B
Makefile
26 lines
879 B
Makefile
PORTNAME= kde-gtk-config
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 GTK2 and GTK3 configurator
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
|
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
|
|
sassc:textproc/sassc
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
|
|
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
|
|
tar:xz xorg
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 gtk30
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons dbusaddons decoration guiaddons i18n iconthemes \
|
|
jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui \
|
|
ecm_build
|
|
USE_QT= concurrent core dbus gui network svg widgets xml \
|
|
buildtools_build qmake_build testlib_build
|
|
USE_XORG= xcursor
|
|
|
|
.include <bsd.port.mk>
|