pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/telepathy-qt5 telepathy-qt5: fix build with lates...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2ea3a2ab725
branches:  trunk
changeset: 386359:f2ea3a2ab725
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Oct 06 14:28:03 2022 +0000

description:
telepathy-qt5: fix build with latest glib2

diffstat:

 chat/telepathy-qt5/distinfo                                      |   3 +-
 chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake |  16 ++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 215962a68e06 -r f2ea3a2ab725 chat/telepathy-qt5/distinfo
--- a/chat/telepathy-qt5/distinfo       Thu Oct 06 14:23:07 2022 +0000
+++ b/chat/telepathy-qt5/distinfo       Thu Oct 06 14:28:03 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:05:27 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/10/06 14:28:03 nros Exp $
 
 BLAKE2s (telepathy-qt-0.9.8.tar.gz) = e5b5cc7d1e1e743ad2ece9b3fafc66c0412e9fce93ac4a6047cb064a8c6806b7
 SHA512 (telepathy-qt-0.9.8.tar.gz) = fad662c02417c8e4e239d438ea3549226e589442aea8418c8922a6b78ff88422a36c1cc0d2e3591240fac115390a7fbdb1b4deea98187051cc811175b60b9e8b
@@ -9,6 +9,7 @@
 SHA1 (patch-TelepathyQt_TelepathyQt.pc.in) = 95aa392effba29f5c949c3d864432c468ce52444
 SHA1 (patch-TelepathyQt_TelepathyQtService.pc.in) = 92f3add54fbf7365f4517d0bc718cfcfd9de2c37
 SHA1 (patch-TelepathyQt_referenced-handles.cpp) = 927724288977b0d0991d9a82d9f5b72e309808dc
+SHA1 (patch-cmake_modules_FindGIOUnix.cmake) = 3d2779c24885f66baaef77bf74de363726cf9ce2
 SHA1 (patch-tests_channel-class-spec.cpp) = 2d78aabad331815871785f81a9495e7dd131f963
 SHA1 (patch-tests_dbus_account-basics.cpp) = ea9f85062411832b4d0c2846491826df7f6bb5a3
 SHA1 (patch-tests_dbus_client.cpp) = 51be87a5a40d69883cd9e7ce154eaa2d2756d2a5
diff -r 215962a68e06 -r f2ea3a2ab725 chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake  Thu Oct 06 14:28:03 2022 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-cmake_modules_FindGIOUnix.cmake,v 1.1 2022/10/06 14:28:03 nros Exp $
+
+* guniconnection.h is not in the gio-unix-2.0 dir anymore but in the glib-2.0 dir
+  look for a file that is in gio-unix-2.0 in newer glib2
+
+--- cmake/modules/FindGIOUnix.cmake.orig       2022-10-06 14:15:56.552617400 +0000
++++ cmake/modules/FindGIOUnix.cmake
+@@ -19,7 +19,7 @@ include(UsePkgConfig)
+ pkg_check_modules(PC_LibGIOUnix gio-unix-2.0)
+ 
+ find_path(GIOUNIX_MAIN_INCLUDE_DIR
+-          NAMES gio/gunixconnection.h
++          NAMES gio/gunixmounts.h
+           HINTS ${PC_LibGIOUnix_INCLUDEDIR}
+           PATH_SUFFIXES gio-unix-2.0)
+ 



Home | Main Index | Thread Index | Old Index