From 2b2991c0081c2999946b82f87f0802b312269e35 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 27 Jun 2023 12:02:59 +0200 Subject: [PATCH] astroid: rebuild against protobuf-23.3_1 --- srcpkgs/astroid/patches/cpp17.patch | 11 +++++++++++ srcpkgs/astroid/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/astroid/patches/cpp17.patch diff --git a/srcpkgs/astroid/patches/cpp17.patch b/srcpkgs/astroid/patches/cpp17.patch new file mode 100644 index 00000000000..9ac9a9f952e --- /dev/null +++ b/srcpkgs/astroid/patches/cpp17.patch @@ -0,0 +1,11 @@ +--- astroid-0.16/CMakeLists.txt 2021-08-05 15:31:11.000000000 +0200 ++++ - 2023-07-03 21:53:30.304595787 +0200 +@@ -145,7 +145,7 @@ + # compile flags and options + # + +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14") ++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") + + include_directories ( + ${GTKMM3_INCLUDE_DIRS} diff --git a/srcpkgs/astroid/template b/srcpkgs/astroid/template index 25d3da44e02..8fd1c032be2 100644 --- a/srcpkgs/astroid/template +++ b/srcpkgs/astroid/template @@ -1,7 +1,7 @@ # Template file for 'astroid' pkgname=astroid version=0.16 -revision=8 +revision=9 build_style=cmake build_helper=gir hostmakedepends="pkg-config scdoc protobuf gobject-introspection"