765bc559f9
5.48.0: Android: Make it possible to override a target's APK directory Drop outdated QT_USE_FAST_OPERATOR_PLUS Add -Wlogical-op -Wzero-as-null-pointer-constant to KF5 warnings [ECMGenerateHeaders] Add option for other header file extension than .h Don't include a 64 when building 64bit architectures on flatpak 5.50.0: Bindings: Check if bindings can be generated for a specific python version Bindings: Make generator forward compatible with Python 3 Disable alteration of QT_PLUGIN_PATH by ECM when running tests Bindings: Add support for scoped enums (bug 397154) Make it possible for ECM to detect po files at configure time 5.51.0: Compile python bindings with the same sip flags used by PyQt Android: Allow passing a relative path as the apk dir Android: Properly offer a fallback to applications that don't have a manifest Android: Make sure Qm translations get loaded Fix Android builds using cmake 3.12.1 l10n: Fix matching digits in the repository name Add QT_NO_NARROWING_CONVERSIONS_IN_CONNECT as default compile flags Bindings: Correct handling of sources containing utf-8 Actually iterate over CF_GENERATED, rather than checking item 0 all the time 5.53.0: New module: FindLibExiv2.cmake 5.54.0: Add find module for Google's libphonenumber 5.55.0: FindGperf: in ecm_gperf_generate set SKIP_AUTOMOC for generated file Move -Wsuggest-override -Wlogical-op to regular compiler settings Fix python binding generation for classes with deleted copy constructors Fix qmake module generation for Qt 5.12.1 Use more https in links API dox: add missing entries for some find-modules & modules FindGperf: improve api dox: mark-up usage example ECMGenerateQmlTypes: fix api dox: title needs more --- markup ECMQMLModules: fix api dox: title match module name, add missing "Since" FindInotify: fix api dox .rst tag, add missing "Since" 5.56.0: Fix releaseme checkout when this is included in a sub-directory New find module for Canberra Update Android toolchain files to reality Add compile check to FindEGL 5.57.0: Re-enable the setting of QT_PLUGIN_PATH ecm_add_wayland_client_protocol: Improve error messages ECMGeneratePkgConfigFile: make all vars dependent on ${prefix} Add UDev find module ECMGeneratePkgConfigFile: add variables used by pkg_check_modules Restore FindFontconfig backward compatibility for plasma-desktop Add Fontconfig find modudle
27 lines
697 B
Makefile
27 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/04/25 20:36:40 markd Exp $
|
|
|
|
DISTNAME= extra-cmake-modules-5.57.0
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Extra modules and scripts for CMake
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARG_PATH= ..
|
|
CONFIGURE_DIRS= _KDE_build
|
|
|
|
CMAKE_ARGS+= -DBUILD_TESTING=OFF
|
|
CMAKE_ARGS+= -DBUILD_HTML_DOCS=OFF
|
|
CMAKE_ARGS+= -DBUILD_MAN_DOCS=OFF
|
|
CMAKE_ARGS+= -DBUILD_QTHELP_DOCS=OFF
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKSRC}/_KDE_build
|
|
${FIND} ${WRKSRC} -name \*.orig -exec rm {} \;
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|