pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/telepathy-qt5



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Oct  6 14:28:03 UTC 2022

Modified Files:
        pkgsrc/chat/telepathy-qt5: distinfo
Added Files:
        pkgsrc/chat/telepathy-qt5/patches:
            patch-cmake_modules_FindGIOUnix.cmake

Log Message:
telepathy-qt5: fix build with latest glib2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/telepathy-qt5/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/telepathy-qt5/distinfo
diff -u pkgsrc/chat/telepathy-qt5/distinfo:1.3 pkgsrc/chat/telepathy-qt5/distinfo:1.4
--- pkgsrc/chat/telepathy-qt5/distinfo:1.3      Tue Oct 26 10:05:27 2021
+++ pkgsrc/chat/telepathy-qt5/distinfo  Thu Oct  6 14:28:03 2022
@@ -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_Farstream_Telepa
 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

Added files:

Index: pkgsrc/chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake
diff -u /dev/null pkgsrc/chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake:1.1
--- /dev/null   Thu Oct  6 14:28:03 2022
+++ pkgsrc/chat/telepathy-qt5/patches/patch-cmake_modules_FindGIOUnix.cmake     Thu Oct  6 14:28:03 2022
@@ -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