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

Add Flatpak manifest #87

Closed
wants to merge 4 commits into from
Closed

Add Flatpak manifest #87

wants to merge 4 commits into from

Conversation

Alexander-Wilms
Copy link

@Alexander-Wilms Alexander-Wilms commented Apr 1, 2017

This adds a manifest for creating a cross-distro Flatpak package (http://flatpak.org).

You can test this by installing flatpak and flatpak-builder and then running

flatpak remote-add kde-repo --from https://distribute.kde.org/kderuntime.flatpakrepo
flatpak install kde-repo org.kde.Platform
flatpak install kde-repo org.kde.Sdk
flatpak-builder --repo=scribus-repo scribus-build net.scribus.scribus.json
flatpak remote-add --no-gpg-verify scribus-repo
flatpak install scribus-repo net.scribus.scribus
flatpak run net.scribus.scribus

With the following command you can create a .flatpak bundle (size: 48 MB):

flatpak build-bundle scribus-repo scribus.flatpak net.scribus.scribus

The .flatpak file (I uploaded one here: https://drive.google.com/open?id=0B1SoIjRsaQikdUVIYS1RWFczVjQ) can be installed with gnome-software or by running

flatpak install --bundle scribus.flatpak

@aoloe
Copy link
Contributor

aoloe commented Oct 17, 2017

hi alexander, yes, jurf has been working on a flatpak manifest and i think it will be added to scribus at some time.

iirc, his work was based on your proposal...

@Alexander-Wilms
Copy link
Author

Hi. We had both created manifests, and he merged my changes. Since his manifest is more complete and he's already talked to someone of the Scribus project (you?) this pull request is obsolete.

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.

None yet

2 participants