pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/extra-cmake-modules extra-cmake-modules: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b86141d2ec6
branches:  trunk
changeset: 322642:5b86141d2ec6
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 25 20:36:40 2019 +0000

description:
extra-cmake-modules: update to 5.57.0

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

diffstat:

 devel/extra-cmake-modules/Makefile |   4 ++--
 devel/extra-cmake-modules/PLIST    |   8 +++++++-
 devel/extra-cmake-modules/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r d84fc2eae821 -r 5b86141d2ec6 devel/extra-cmake-modules/Makefile
--- a/devel/extra-cmake-modules/Makefile        Thu Apr 25 20:09:51 2019 +0000
+++ b/devel/extra-cmake-modules/Makefile        Thu Apr 25 20:36:40 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/06/21 02:26:12 markd Exp $
+# $NetBSD: Makefile,v 1.12 2019/04/25 20:36:40 markd Exp $
 
-DISTNAME=      extra-cmake-modules-5.47.0
+DISTNAME=      extra-cmake-modules-5.57.0
 CATEGORIES=    devel kde
 MASTER_SITES=  ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r d84fc2eae821 -r 5b86141d2ec6 devel/extra-cmake-modules/PLIST
--- a/devel/extra-cmake-modules/PLIST   Thu Apr 25 20:09:51 2019 +0000
+++ b/devel/extra-cmake-modules/PLIST   Thu Apr 25 20:36:40 2019 +0000
@@ -1,14 +1,19 @@
-@comment $NetBSD: PLIST,v 1.5 2018/05/26 22:15:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/04/25 20:36:40 markd Exp $
 share/ECM/cmake/ECMConfig.cmake
 share/ECM/cmake/ECMConfigVersion.cmake
 share/ECM/find-modules/ECMFindModuleHelpersStub.cmake
+share/ECM/find-modules/FindCanberra.cmake
 share/ECM/find-modules/FindEGL.cmake
+share/ECM/find-modules/FindFontconfig.cmake
 share/ECM/find-modules/FindGLIB2.cmake
 share/ECM/find-modules/FindGperf.cmake
+share/ECM/find-modules/FindIcoTool.cmake
 share/ECM/find-modules/FindInotify.cmake
 share/ECM/find-modules/FindKF5.cmake
+share/ECM/find-modules/FindLibExiv2.cmake
 share/ECM/find-modules/FindLibGit2.cmake
 share/ECM/find-modules/FindOpenEXR.cmake
+share/ECM/find-modules/FindPhoneNumber.cmake
 share/ECM/find-modules/FindPng2Ico.cmake
 share/ECM/find-modules/FindPoppler.cmake
 share/ECM/find-modules/FindPulseAudio.cmake
@@ -18,6 +23,7 @@
 share/ECM/find-modules/FindSasl2.cmake
 share/ECM/find-modules/FindSeccomp.cmake
 share/ECM/find-modules/FindSharedMimeInfo.cmake
+share/ECM/find-modules/FindUDev.cmake
 share/ECM/find-modules/FindWayland.cmake
 share/ECM/find-modules/FindWaylandScanner.cmake
 share/ECM/find-modules/FindX11_XCB.cmake
diff -r d84fc2eae821 -r 5b86141d2ec6 devel/extra-cmake-modules/distinfo
--- a/devel/extra-cmake-modules/distinfo        Thu Apr 25 20:09:51 2019 +0000
+++ b/devel/extra-cmake-modules/distinfo        Thu Apr 25 20:36:40 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/06/21 02:26:12 markd Exp $
+$NetBSD: distinfo,v 1.11 2019/04/25 20:36:40 markd Exp $
 
-SHA1 (extra-cmake-modules-5.47.0.tar.xz) = 317a79a738af276c6ed17dceee7983626f0d3854
-RMD160 (extra-cmake-modules-5.47.0.tar.xz) = 0e88ac8fa8461da338aa79d1c71b0cef3a971c58
-SHA512 (extra-cmake-modules-5.47.0.tar.xz) = a5410e64b1d5ea417afc4f2f904a51e04428892ff80246a025a0b8fe7044c4ca09ae8f1c99a1407d8b1177d322ec94a0a4240e92775b5958bdd29d9403ba43f4
-Size (extra-cmake-modules-5.47.0.tar.xz) = 317188 bytes
+SHA1 (extra-cmake-modules-5.57.0.tar.xz) = 1db65eb2100b329bbc042190c69d9320b05c52f6
+RMD160 (extra-cmake-modules-5.57.0.tar.xz) = ce34269301bbb38176e1c8ebfd0948d3f6e6d47c
+SHA512 (extra-cmake-modules-5.57.0.tar.xz) = 25a559f45e9e6b99400b210eb3bf81d6e0924675cc3c85af995f64cb4536e88e0dd734f919ef8cbc8e00de74ba328a9fb3aed5d3ada53f1827479b7a90669f97
+Size (extra-cmake-modules-5.57.0.tar.xz) = 326656 bytes
 SHA1 (patch-kde-modules_KDECompilerSettings.cmake) = 7d2d847238a497c81e5287166ce2278350670e18



Home | Main Index | Thread Index | Old Index