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

Allow multiple versions in gi requirements #1583

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

Nick-Hall
Copy link
Member

Enhances the requires_gi property in gpr files to allow mutiple versions of a GObject introspection module.

e.g. requires_gi=[('GooCanvas', '2.0,3.0')]

@Nick-Hall Nick-Hall added the bug label Sep 9, 2023
@Nick-Hall Nick-Hall force-pushed the require-gi branch 2 times, most recently from 1cab4f6 to 2ac47de Compare September 9, 2023 20:55
@ennoborg
Copy link
Contributor

It doesn't help here. I hope to find time to add some debug lines.

@Nick-Hall
Copy link
Member Author

I haven't updated the addons yet.

@ennoborg
Copy link
Contributor

OK, I get it. It only helps with an updated GPR.

@Nick-Hall
Copy link
Member Author

I'll need to merge this before updating the gpr otherwise it will always fail.

Enhances the `requires_gi` property in gpr files to allow
mutiple versions of a GObject introspection module.

e.g. requires_gi=[("GooCanvas", "2.0,3.0")]
@Nick-Hall Nick-Hall merged commit a5019d0 into gramps-project:maintenance/gramps52 Sep 10, 2023
2 checks passed
@Nick-Hall Nick-Hall deleted the require-gi branch September 10, 2023 17:30
@Nick-Hall
Copy link
Member Author

@ennoborg I've also updated the Graph View gpr file now.

@ennoborg
Copy link
Contributor

Thanks. It installed OK, and I can see the dependencies in the old enhanced plug-in manager.

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

Successfully merging this pull request may close these issues.

2 participants