Re: Flatpak packaging for stable releases

2018-05-03 Thread Matthieu Gallien
Hello,

On lundi 16 avril 2018 11:45:50 CEST you wrote:
> On dimanche 15 avril 2018 01:52:41 CEST Aleix Pol wrote:
> > On Sat, Apr 14, 2018 at 11:20 PM, Matthieu Gallien
> > 
> >  wrote:
> > > Hello,
> > > 
> > > I really appreciate the work that has gone into flatpak and the
> > > excellent
> > > support for it in KDE and the KDE infrastructure for it.
> > > 
> > > I have an hard time understanding what is the best way to distribute a
> > > stable release through flatpak.
> > > 
> > > I am not sure if the KDE flatpak repositories are supposed to also be
> > > used
> > > for stable releases.
> > > 
> > > I have seen a few KDE applications being also hosted on flathub. Is this
> > > the way to go ?
> > 
> > flatpak-kde-runtime is used for flathub stable releases,
> > flatpak-kde-applications isn't.
> > 
> > As for your application, I would say the quickest way to go is flathub
> > at this moment.
> 
> I have created a pull request there with a build of Elisa from published
> tarballs and fixed commits.
> 
> > Aleix
> 
> Thanks all for your feedback.
> 
> Best regards
> 
> --
> Matthieu Gallien

Elisa stable releases are nom on flathub. Thanks for the help.

Everyone interested in flatpak packaging should really try to push its 
application on flathub, they are really helpfull.

Best regards

--
Matthieu Gallien




Re: Flatpak packaging for stable releases

2018-04-16 Thread Aleix Pol
On Sun, Apr 15, 2018 at 9:56 AM, Ben Cooksley  wrote:
> On Sun, Apr 15, 2018 at 11:52 AM, Aleix Pol  wrote:
>> On Sat, Apr 14, 2018 at 11:20 PM, Matthieu Gallien
>>  wrote:
>>> Hello,
>>>
>>> I really appreciate the work that has gone into flatpak and the excellent
>>> support for it in KDE and the KDE infrastructure for it.
>>>
>>> I have an hard time understanding what is the best way to distribute a 
>>> stable
>>> release through flatpak.
>>>
>>> I am not sure if the KDE flatpak repositories are supposed to also be used 
>>> for
>>> stable releases.
>>>
>>> I have seen a few KDE applications being also hosted on flathub. Is this the
>>> way to go ?
>>
>> flatpak-kde-runtime is used for flathub stable releases,
>> flatpak-kde-applications isn't.
>
> Just curious - does this mean every download from Flathub for a KDE
> application hits flatpak-kde-runtime, or is that a one-off hit when
> the bundle is generated and uploaded to Flathub?

We just don't build or serve flatpak-kde-runtime, only applications.

Aleix


Re: Flatpak packaging for stable releases

2018-04-16 Thread Matthieu Gallien
On dimanche 15 avril 2018 01:52:41 CEST Aleix Pol wrote:
> On Sat, Apr 14, 2018 at 11:20 PM, Matthieu Gallien
> 
>  wrote:
> > Hello,
> > 
> > I really appreciate the work that has gone into flatpak and the excellent
> > support for it in KDE and the KDE infrastructure for it.
> > 
> > I have an hard time understanding what is the best way to distribute a
> > stable release through flatpak.
> > 
> > I am not sure if the KDE flatpak repositories are supposed to also be used
> > for stable releases.
> > 
> > I have seen a few KDE applications being also hosted on flathub. Is this
> > the way to go ?
> 
> flatpak-kde-runtime is used for flathub stable releases,
> flatpak-kde-applications isn't.
> 
> As for your application, I would say the quickest way to go is flathub
> at this moment.

I have created a pull request there with a build of Elisa from published 
tarballs and fixed commits.

> 
> Aleix

Thanks all for your feedback.

Best regards

--
Matthieu Gallien




Re: Flatpak packaging for stable releases

2018-04-15 Thread Jan Grulich
On neděle 15. dubna 2018 9:56:40 CEST Ben Cooksley wrote:
> On Sun, Apr 15, 2018 at 11:52 AM, Aleix Pol  wrote:
> > On Sat, Apr 14, 2018 at 11:20 PM, Matthieu Gallien
> > 
> >  wrote:
> >> Hello,
> >> 
> >> I really appreciate the work that has gone into flatpak and the excellent
> >> support for it in KDE and the KDE infrastructure for it.
> >> 
> >> I have an hard time understanding what is the best way to distribute a
> >> stable release through flatpak.
> >> 
> >> I am not sure if the KDE flatpak repositories are supposed to also be
> >> used for stable releases.
> >> 
> >> I have seen a few KDE applications being also hosted on flathub. Is this
> >> the way to go ?
> > 
> > flatpak-kde-runtime is used for flathub stable releases,
> > flatpak-kde-applications isn't.
> 
> Just curious - does this mean every download from Flathub for a KDE
> application hits flatpak-kde-runtime, or is that a one-off hit when
> the bundle is generated and uploaded to Flathub?

Runtimes and applications are separated, you download a runtime for multiple 
applications. As for KDE runtime, it is build and hosted on flathub so 
everyone installing a Qt/KDE app dowloads the runtime from Flathub directly, 
not from our servers where we host KDE Applications.

Jan





Re: Flatpak packaging for stable releases

2018-04-15 Thread Ben Cooksley
On Sun, Apr 15, 2018 at 11:52 AM, Aleix Pol  wrote:
> On Sat, Apr 14, 2018 at 11:20 PM, Matthieu Gallien
>  wrote:
>> Hello,
>>
>> I really appreciate the work that has gone into flatpak and the excellent
>> support for it in KDE and the KDE infrastructure for it.
>>
>> I have an hard time understanding what is the best way to distribute a stable
>> release through flatpak.
>>
>> I am not sure if the KDE flatpak repositories are supposed to also be used 
>> for
>> stable releases.
>>
>> I have seen a few KDE applications being also hosted on flathub. Is this the
>> way to go ?
>
> flatpak-kde-runtime is used for flathub stable releases,
> flatpak-kde-applications isn't.

Just curious - does this mean every download from Flathub for a KDE
application hits flatpak-kde-runtime, or is that a one-off hit when
the bundle is generated and uploaded to Flathub?

>
> As for your application, I would say the quickest way to go is flathub
> at this moment.
>
> Aleix

Cheers,
Ben


Re: Flatpak packaging for stable releases

2018-04-14 Thread Aleix Pol
On Sat, Apr 14, 2018 at 11:20 PM, Matthieu Gallien
 wrote:
> Hello,
>
> I really appreciate the work that has gone into flatpak and the excellent
> support for it in KDE and the KDE infrastructure for it.
>
> I have an hard time understanding what is the best way to distribute a stable
> release through flatpak.
>
> I am not sure if the KDE flatpak repositories are supposed to also be used for
> stable releases.
>
> I have seen a few KDE applications being also hosted on flathub. Is this the
> way to go ?

flatpak-kde-runtime is used for flathub stable releases,
flatpak-kde-applications isn't.

As for your application, I would say the quickest way to go is flathub
at this moment.

Aleix


Re: Flatpak packaging for stable releases

2018-04-14 Thread Nate Graham
I would strongly encourage it. Flathub is quickly becoming the de facto source 
for Flatpak apps, and all of GNOME’s apps are already there. It would be great 
to get some more KDE representation there too.

Nate

> On Apr 14, 2018, at 3:20 PM, Matthieu Gallien  
> wrote:
> 
> Hello,
> 
> I really appreciate the work that has gone into flatpak and the excellent 
> support for it in KDE and the KDE infrastructure for it.
> 
> I have an hard time understanding what is the best way to distribute a stable 
> release through flatpak.
> 
> I am not sure if the KDE flatpak repositories are supposed to also be used 
> for 
> stable releases.
> 
> I have seen a few KDE applications being also hosted on flathub. Is this the 
> way to go ?
> 
> Best regards
> 
> --
> Matthieu Gallien
> 
> 




Flatpak packaging for stable releases

2018-04-14 Thread Matthieu Gallien
Hello,

I really appreciate the work that has gone into flatpak and the excellent 
support for it in KDE and the KDE infrastructure for it.

I have an hard time understanding what is the best way to distribute a stable 
release through flatpak.

I am not sure if the KDE flatpak repositories are supposed to also be used for 
stable releases.

I have seen a few KDE applications being also hosted on flathub. Is this the 
way to go ?

Best regards

--
Matthieu Gallien