[arch-commits] Commit in glibmm/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue May 3 12:07:47 UTC 2022


    Date: Tuesday, May 3, 2022 @ 12:07:47
  Author: heftig
Revision: 444444

2.66.3-2: Revert a possible API break

Modified:
  glibmm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-03 11:11:53 UTC (rev 444443)
+++ PKGBUILD	2022-05-03 12:07:47 UTC (rev 444444)
@@ -5,7 +5,7 @@
 pkgbase=glibmm
 pkgname=(glibmm glibmm-docs)
 pkgver=2.66.3
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ bindings for GLib"
 url="https://www.gtkmm.org/"
 arch=(x86_64)
@@ -25,6 +25,10 @@
 
 prepare() {
   cd glibmm
+
+  # Unbreak Inkscape
+  # https://gitlab.gnome.org/GNOME/glibmm/-/issues/98
+  git revert -n 94ab1e5359f3bd9eb8204aadea88e08f52a291d8
 }
 
 build() {



More information about the arch-commits mailing list