rsadowski e366caf917 Update OpenBSD KDE5 universe.
- Update KDE Frameworks to 5.51.0
-- Change examples handling and use @sample for all of them. Idea by
   ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@.

- Update our KDE Applications to 18.08.2.
-- Nothing special except okteta. They use there own version pattern
   now. I set EPOCH.

- Update all devel/kf5 consumers there are effected by the examples handling.
-- kdevelop
-- krusader
-- tellico
-- yakuake

Thanks to landry@ for feedback and hints
2018-10-22 20:30:41 +00:00

67 lines
1.8 KiB
Makefile

# $OpenBSD: Makefile,v 1.32 2018/10/22 20:30:45 rsadowski Exp $
COMMENT = drop-down terminal emulator based on KDE Konsole
VERSION = 3.0.5
DISTNAME = yakuake-${VERSION}
EPOCH = 0
REVISION = 2
CATEGORIES = x11 sysutils
HOMEPAGE = https://yakuake.kde.org/
MASTER_SITES = ${MASTER_SITE_KDE:=stable/yakuake/${VERSION}/src/}
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5Attica KF5Auth KF5Codecs
WANTLIB += KF5Completion KF5ConfigCore KF5ConfigGui KF5ConfigWidgets
WANTLIB += KF5CoreAddons KF5Crash KF5DBusAddons KF5GlobalAccel
WANTLIB += KF5I18n KF5IconThemes KF5JobWidgets KF5KIOCore KF5KIOWidgets
WANTLIB += KF5NewStuff KF5NewStuffCore KF5Notifications KF5NotifyConfig
WANTLIB += KF5Parts KF5Service KF5SonnetUi KF5TextWidgets KF5WidgetsAddons
WANTLIB += KF5WindowSystem KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus
WANTLIB += Qt5Gui Qt5Network Qt5Widgets Qt5X11Extras Qt5Xml X11
WANTLIB += c m
MODULES = devel/kf5
BUILD_DEPENDS = devel/gettext-tools \
devel/kf5/kdoctools
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
devel/kf5/kdoctools \
x11/gtk+3,-guic \
x11/kde-applications/konsole
LIB_DEPENDS = devel/kf5/karchive \
devel/kf5/attica \
devel/kf5/kauth \
devel/kf5/kcodecs \
devel/kf5/kcompletion \
devel/kf5/kconfig \
devel/kf5/kconfigwidgets \
devel/kf5/kcoreaddons \
devel/kf5/kcrash \
devel/kf5/kdbusaddons \
devel/kf5/kglobalaccel \
devel/kf5/ki18n \
devel/kf5/kiconthemes \
devel/kf5/kjobwidgets \
devel/kf5/kio \
devel/kf5/knewstuff \
devel/kf5/knotifications \
devel/kf5/knotifyconfig \
devel/kf5/kparts \
devel/kf5/kservice \
devel/kf5/sonnet \
devel/kf5/ktextwidgets \
devel/kf5/kwidgetsaddons \
devel/kf5/kwindowsystem \
devel/kf5/kxmlgui
.include <bsd.port.mk>