Re: Flatpak
- From: Emmanuele Bassi <ebassi gmail com>
- To: Daniel Kasak <d j kasak dk gmail com>, gtk-perl mailing list <gtk-perl-list gnome org>
- Subject: Re: Flatpak
- Date: Mon, 24 Jul 2017 06:41:09 +0000
Languages should not build a runtime. Runtimes are mini-Linux distributions, With all the work that it implies: security releases, integration testing, etc. Additionally, Flatpak apps can only depend on a single runtime. You'd need a GNOME Perl runtime, a KDE Perl runtime, a $FOO Perl runtime, etc until the combinatorial explosion would drive you mad.
It's entirely appropriate, if you're packaging a GTK based app, to ask for Perl to be provided by the freedesktop runtime, and the GTK 3 bindings to be provided by the GNOME runtime, which is built on top of the freedesktop one. Alternatively, you could add a Perl language runtime extension, like Rust does, and then make your app depend on it, and bundle the Perl modules you need.
This is really a Flatpak question, though, so you may want to follow up on the Flatpak mailing list.
Ciao,
Emmanuele.
--
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]