Date: Mon, 01 Aug 2022 22:35:18 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 265559] x11-toolkits/gtksourceview4: Options for docs and the glade catalog Message-ID: <bug-265559-6497-oEcUgcTlBC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265559-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-265559-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265559 Sean Champ <lab+bsd@thinkum.space> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lab+bsd@thinkum.space --- Comment #1 from Sean Champ <lab+bsd@thinkum.space> --- Adding the following to the patched Makefile for this port, the gtksourcevi= ew3 and gtksourceview4 catalogs will both show up under Glade if installed concurrently. ~~~~ post-stage-GLADE-on: ${SED} -e 's@\([[:space:]]\)name=3D"gtksourceview"@\1name=3D"${PORTNAME}-${PKGNAMESUF= FIX}"@' \ ${WRKSRC}/${MESON_BUILD_DIR}/data/glade/gtksourceview.xml >= \ ${STAGEDIR}${PREFIX}/share/glade/catalogs/gtksourceview.xml ~~~~ However, they'll both be shown in Glade as providing a GtkSourceView catalo= g.=20 The difference in the catalog 'name' field will not be reflected in the Gla= de widget selection. It seems that the glade-widget-group element in the catalog file will also = have to be patched. I'm certain that a simple 'sed' patch for post-stage would be easier to maintain. I'll try to limit the patching to this scope, for compatibility w= ith the gtksourceview3 glade option --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265559-6497-oEcUgcTlBC>