From 28eca36c5fc5b43af55e3c5fc20d0bd3386d0002 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 11 Apr 2026 22:12:17 +0400 Subject: [PATCH] libayatana-indicator: use gobject_introspection --- devel/libayatana-indicator/Portfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/libayatana-indicator/Portfile b/devel/libayatana-indicator/Portfile index 1e3fcd2b219..0cf59c8cd8a 100644 --- a/devel/libayatana-indicator/Portfile +++ b/devel/libayatana-indicator/Portfile @@ -3,9 +3,10 @@ PortSystem 1.0 PortGroup cmake 1.1 PortGroup github 1.0 +PortGroup gobject_introspection 1.0 github.setup AyatanaIndicators libayatana-indicator 0.9.4 -revision 0 +revision 1 categories devel gnome license GPL-3 maintainers nomaintainer @@ -29,14 +30,16 @@ depends_build-append \ depends_lib-append port:atk \ port:ayatana-ido \ + port:gettext-runtime \ path:lib/pkgconfig/cairo.pc:cairo \ path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ - path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ path:lib/pkgconfig/harfbuzz.pc:harfbuzz \ path:lib/pkgconfig/pango.pc:pango +gobject_introspection yes + compiler.c_standard 1999 configure.args-append \