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

building a flatpak #30

Closed
eyelash opened this issue Jan 31, 2018 · 4 comments
Closed

building a flatpak #30

eyelash opened this issue Jan 31, 2018 · 4 comments
Assignees

Comments

@eyelash
Copy link
Contributor

eyelash commented Jan 31, 2018

In case you are interested in building a flatpak, here is a manifest I just created that can be used with flatpak-builder to build a flatpak. It uses the GNOME runtime and builds everything (libgee, granite, gtksourceview and akira) from git. As the master branch currently does not build, it uses the headerbar branch instead.

@Alecaddd
Copy link
Member

I will for sure, thank you so much.
Not sure when, but sooner or later, a packaged alpha version with something usable in it will be released.
Cheers

@TingPing
Copy link

Here is a manifest btw:

id: com.github.alecaddd.akira
runtime: org.gnome.Platform
runtime-version: '3.28'
sdk: org.gnome.Sdk
base: io.elementary.Loki.BaseApp
base-version: stable
command: com.github.alecaddd.akira
finish-args:
  - --share=ipc
  - --socket=x11
  - --socket=wayland
  # DConf
  - --filesystem=xdg-run/dconf
  - --filesystem=~/.config/dconf:ro
  - --talk-name=ca.desrt.dconf
  - --env=DCONF_USER_CONFIG_DIR=.config/dconf
cleanup: # FIXME: Broken with baseapp?
  - /bin/v*
  - /include
  - /share/vala*
  - /share/gtk-doc
  - /share/gir-1.0
  - /lib/pkgconfig
  - /lib/*.la
  - /lib/girepository-1.0
  - /lib/vala*
modules:
  - name: gtksourceview
    config-opts: [--enable-gtk-doc=no]
    sources:
      - type: archive
        url: https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.6.tar.xz
        sha256: 7aa6bdfebcdc73a763dddeaa42f190c40835e6f8495bb9eb8f78587e2577c188

  - name: akira
    buildsystem: meson
    sources:
      - type: git
        url: https://github.com/Alecaddd/Akira.git

@bilelmoussaoui bilelmoussaoui self-assigned this Jan 15, 2019
@Alecaddd
Copy link
Member

Flatpak created, the app will be available on Flathub once released.

@albfan
Copy link
Collaborator

albfan commented Aug 4, 2020

Like this: flathub/flathub#1692

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

No branches or pull requests

5 participants