From ca13e50dc51670db14cae976f7cc7ba668652cb9 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 3 May 2019 14:16:49 +0200 Subject: [PATCH] gom: use python3 The build is broken otherwise (meson pulls in python3, which is registered first in alternatives, but the gobject bindings were installed for python2 and they couldn't be found afterwards). Python 2 is getting phased out anyway, so switch. --- srcpkgs/gom/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template index cc6709977185e3..4c195c019d17ea 100644 --- a/srcpkgs/gom/template +++ b/srcpkgs/gom/template @@ -1,14 +1,14 @@ # Template file for 'gom' pkgname=gom version=0.3.3 -revision=1 +revision=2 build_style=meson configure_args="-Denable-introspection=$(vopt_if gir true false) -Denable-gtk-doc=false" pycompile_module="gi" hostmakedepends="pkg-config" makedepends="sqlite-devel gettext-devel libglib-devel gdk-pixbuf-devel - $(vopt_if gir 'gobject-introspection python-gobject-devel')" + $(vopt_if gir 'gobject-introspection python3-gobject-devel')" short_desc="GObject Data Mapper" maintainer="Juan RP " license="LGPL-2.1-or-later"