Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap script for req packages on ubuntu 2204 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nrvale0
Copy link

@nrvale0 nrvale0 commented Nov 19, 2023

Howdy.

This is a WIP PR...

I would like to use this extension on Ubuntu 22.04 however I'm not able to get the ./configure script to exit 0. I've added a bootstrap script to be run even before ./bootstrap to try to resolve the missing packages but I'm still running into some problems with automake. See below:

checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0, libadwaita-1, gtk4, gtksourceview-5, libnautilus-extension-4... no
configure: error: Package requirements (glib-2.0, libadwaita-1, gtk4, gtksourceview-5, libnautilus-extension-4) were not met:

No package 'libnautilus-extension-4' found

Any thoughts?

@madmurphy
Copy link
Owner

Hi Nathan

The command responsible for finding libnautilus-extension-4 (the one used by the configure script) is called pkg-config. Could you please paste here the content of /usr/lib/x86_64-linux-gnu/pkgconfig/libnautilus-extension-4.pc?

Unfortunately I don't use Ubuntu, but I was thinking that better than a distro-specific shell script, it would be interesting if you were able to create the recipe for packaging a .deb file. I would be happy to add that to the repository.

--madmurphy

@nrvale0
Copy link
Author

nrvale0 commented Nov 20, 2023

Thanks for the pointer to pkg-config. I was not aware of that tool. I will dig in there next.

re the package, it has been many years since I created a Debian package from scratch. It is a possibility but relatively low probability.

@madmurphy
Copy link
Owner

No problem. I remember reading an article from OMG! Ubuntu about this extension in the past, but no issues were reported concerning libnautilus-extension-4, so it would be interesting to investigate further.

You might also want to have a look at this packaging request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants