freebsd-ports/x11-clocks/ktimer/Makefile
Tobias C. Berner b83e197d31 KDE: Update KDE Gear to 22.08.1
Thursday, 8 September 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 *  kmail: Searching for messages does work again (Commit, fixes bugs
    #458202 and #458245).
 *  kate: Fix a crash when there are no search results (Commit)
 *  krdc: Access dates are displayed properly now (Commit, fixes bug
    #458587)

Announcement: https://kde.org/announcements/gear/22.08.1/
2022-09-08 14:20:03 +02:00

20 lines
618 B
Makefile

PORTNAME= ktimer
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= x11-clocks kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Countdown launcher for KDE
WWW= https://utils.kde.org/projects/ktimer/
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons doctools i18n iconthemes jobwidgets kio \
notifications service solid widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>