pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Why can't I see/use plugins in www/liferea?



On 27/08/2021 10:49, Chavdar Ivanov wrote:
Tested under NetBSD-current of today and current pkgsrc.

liferea plugin system is enabled when --enable-introspection is given
on the configure command line - which is not in the current package
build state.


Well spotted, but...

1) I modified Makefile

# diff -u Makefile.old Makefile
--- Makefile.old	2021-08-27 12:53:56.596852029 +0000
+++ Makefile	2021-08-27 13:03:51.541792457 +0000
@@ -21,6 +21,8 @@

 GLIB_SCHEMAS=		net.sf.liferea.gschema.xml

+CONFIGURE_ARGS+= --enable-introspection=yes
+
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/glib2/schemas.mk"


2) Double check:

#  bmake show-var VARNAME=CONFIGURE_ARGS
--enable-introspection=yes --prefix=/usr/pkg --build=x86_64-debian-linux --host=x86_64-debian-linux --mandir=/usr/pkg/man --enable-option-checking=yes


3) bmake install


The package behaves same as before, that is, option to load plugins.

--
Ottavio Caruso


Home | Main Index | Thread Index | Old Index