On Wed, 2025-03-05 at 11:47 +0100, Federico Bruni wrote: > Hi all > > (please reply to all because I'm not subscribed to this list) > > I'm building a new version of Denemo on Flathub: > https://github.com/flathub/org.denemo.Denemo/pull/7 > > It's the first time that I use Atril instead of Evince. > The good news is that point-and-click now works. I thought that atril > should have been built with --enable-synctex for point-and-click to > work, but I found out that it's not the case. I had to > --disable-synctex because atril was not able to find the synctex > library and I think that this may be a synctex bug, see: > https://github.com/jlaurens/synctex/issues/94 > > Anyway, if synctex is not required for point-and-click then I can > simply omit it. > > Another small issue (which could be fixed though) is that I disabled > introspection in atril because during build it tries to write in > /usr/share, which is not allowed by flatpak. Here my notes on the > flatpak manifest: > # Introspection disabled, because it tries to install a file in > /usr/share > # /usr/bin/install -c -m 644 AtrilDocument-1.5.0.gir > '/usr/share/gir-1.0' > #- --enable-introspection > > > I can't remember well the reason, but I see that you stopped doing > regular releases even though you keep updating the version in the > sources file. > For the Flathub release I'll need a new release version (2.6.44) in > org.denemo.Denemo.metainfo.xml.in. I can provide a patch if you tell > me > when you are available to make the git tag (I need the tarball > created > on Savannah when you push the tag). Can we agree on 7h of March?
I've made the needed updates for version 2.6.44 so if these are satisfactory and the build proceeds tonight then perhaps Jeremiah could create a tag tomorrow? Richard > > Thanks > Federico > > > >