mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0a7455c83c
Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner
22 lines
639 B
Makefile
22 lines
639 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= purpose
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= misc kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Offers available actions for a specific purpose
|
|
|
|
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
|
libkaccounts.so:net-im/kaccounts-integration
|
|
|
|
USES= cmake compiler:c++11-lang gettext \
|
|
kde:5 pkgconfig qt:5 tar:xz
|
|
USE_GNOME= intltool
|
|
USE_KDE= config completion coreaddons ecm i18n kdeclarative kio \
|
|
kirigami2 notifications jobwidgets service widgetsaddons
|
|
USE_QT= concurrent core dbus declarative gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|