2018-06-08 00:48:20 -04:00
|
|
|
COMMENT = drop-down terminal emulator based on KDE Konsole
|
|
|
|
|
2021-03-08 13:27:40 -05:00
|
|
|
DISTNAME = yakuake-${MODKDE_VERSION}
|
2018-06-09 10:54:39 -04:00
|
|
|
EPOCH = 0
|
2018-06-08 00:48:20 -04:00
|
|
|
|
|
|
|
CATEGORIES = x11 sysutils
|
|
|
|
|
2020-03-31 00:47:26 -04:00
|
|
|
HOMEPAGE = https://kde.org/applications/system/org.kde.yakuake
|
2018-06-08 00:48:20 -04:00
|
|
|
|
2021-03-08 13:27:40 -05:00
|
|
|
MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/}
|
2018-06-08 00:48:20 -04:00
|
|
|
|
2021-05-15 05:56:26 -04:00
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
2021-03-15 02:28:03 -04:00
|
|
|
|
2021-03-08 13:27:40 -05:00
|
|
|
# usual KDE rules:
|
|
|
|
# LGPLv2.1+, GPLv2+, GPLv3
|
2019-07-12 17:02:12 -04:00
|
|
|
PERMIT_PACKAGE = Yes
|
2018-06-08 00:48:20 -04:00
|
|
|
|
Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:
- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new
WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
share/qlogging-categories5/, which ends in a lot of PLIST chages.
List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@
Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
2020-03-23 14:01:02 -04:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5Attica KF5Auth KF5AuthCore
|
|
|
|
WANTLIB += KF5Codecs KF5Completion KF5ConfigCore KF5ConfigGui
|
|
|
|
WANTLIB += KF5ConfigWidgets KF5CoreAddons KF5Crash KF5DBusAddons
|
|
|
|
WANTLIB += KF5GlobalAccel KF5I18n KF5IconThemes KF5JobWidgets
|
2020-09-16 03:31:24 -04:00
|
|
|
WANTLIB += KF5KIOCore KF5KIOGui KF5KIOWidgets KF5NewStuff KF5NewStuffCore
|
Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:
- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new
WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
share/qlogging-categories5/, which ends in a lot of PLIST chages.
List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@
Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
2020-03-23 14:01:02 -04:00
|
|
|
WANTLIB += KF5Notifications KF5NotifyConfig KF5Parts KF5Service
|
2021-11-14 11:43:38 -05:00
|
|
|
WANTLIB += KF5Solid KF5SonnetUi KF5TextWidgets KF5WaylandClient
|
|
|
|
WANTLIB += KF5WidgetsAddons KF5WindowSystem KF5XmlGui Qt5Concurrent
|
|
|
|
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets Qt5X11Extras
|
|
|
|
WANTLIB += Qt5Xml X11 c m
|
2018-06-08 00:48:20 -04:00
|
|
|
|
2021-03-08 13:27:40 -05:00
|
|
|
MODULES = x11/kde-applications \
|
|
|
|
devel/kf5
|
2018-06-08 00:48:20 -04:00
|
|
|
|
2019-05-20 18:15:00 -04:00
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
2018-06-08 00:48:20 -04:00
|
|
|
devel/kf5/kdoctools
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
misc/shared-mime-info \
|
|
|
|
devel/kf5/kdoctools \
|
|
|
|
x11/gtk+3,-guic \
|
|
|
|
x11/kde-applications/konsole
|
|
|
|
|
2021-11-14 11:43:38 -05:00
|
|
|
LIB_DEPENDS = devel/kf5/attica \
|
|
|
|
devel/kf5/karchive \
|
2018-06-08 00:48:20 -04:00
|
|
|
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/kio \
|
2021-11-14 11:43:38 -05:00
|
|
|
devel/kf5/kjobwidgets \
|
2018-06-08 00:48:20 -04:00
|
|
|
devel/kf5/knewstuff \
|
|
|
|
devel/kf5/knotifications \
|
|
|
|
devel/kf5/knotifyconfig \
|
|
|
|
devel/kf5/kparts \
|
|
|
|
devel/kf5/kservice \
|
|
|
|
devel/kf5/ktextwidgets \
|
2021-11-14 11:43:38 -05:00
|
|
|
devel/kf5/kwayland \
|
2018-06-08 00:48:20 -04:00
|
|
|
devel/kf5/kwidgetsaddons \
|
|
|
|
devel/kf5/kwindowsystem \
|
2021-11-14 11:43:38 -05:00
|
|
|
devel/kf5/kxmlgui \
|
|
|
|
devel/kf5/sonnet
|
2018-06-08 00:48:20 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|