034c3409eb
Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.
Some of the fixes in today’s releases:
* Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions
* Sending SMS with KDEConnect has been restored
* Fixed a possible Okular crash when selecting text in annotations
Announcement:
https://kde.org/announcements/releases/2020-11-apps-update/
Changelog:
https://kde.org/announcements/fulllog_releases-20.08.3/
30 lines
859 B
Makefile
30 lines
859 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkdegames
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= games kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Libraries used by KDE games
|
|
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 openal qt:5 \
|
|
tar:xz
|
|
USE_KDE= archive attica auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash dbusaddons dnssd ecm emoticons \
|
|
globalaccel guiaddons i18n iconthemes init itemmodels \
|
|
itemviews jobwidgets kdeclarative kdelibs4support kio newstuff \
|
|
package service textwidgets widgetsaddons xmlgui
|
|
USE_QT= core dbus declarative gui network svg testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
SHLIB_VER= 7.0.0
|
|
PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \
|
|
SHLIB_SHVER="${SHLIB_VER:R:R}"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|