Go to file
Marko Semet 140a3b83e3 Update cpplibs 2022-03-15 18:59:24 +01:00
.vscode Add current zettlr version 2021-11-02 20:14:21 +01:00
buildstream Add current zettlr version 2021-11-02 20:14:21 +01:00
com.vscodium.codium Update cpplibs 2022-03-15 18:59:24 +01:00
com.zettlr.Zettlr Add current zettlr version 2021-11-02 20:14:21 +01:00
gtk3theme/flat-remix-gtk Update flat-remix 2021-05-04 19:16:52 +02:00
icontheme/flat-remix Update flat-remix 2021-05-04 19:16:52 +02:00
net.rptools.MapTool Add current zettlr version 2021-11-02 20:14:21 +01:00
org.codelite.CodeLite Fix CodeLite appdata 2018-09-01 16:31:34 +02:00
shared-modules@e7e29f2f36 Add current zettlr version 2021-11-02 20:14:21 +01:00
tk.maxmitti.git.LCEdit Add LCEdit beta 0.1 2018-11-04 12:51:36 +01:00
tools/tinyxml Kodi 18 beta v4 2018-11-03 13:25:50 +01:00
tv.kodi.Kodi Add authors for kodi 2018-11-05 01:04:32 +01:00
.editorconfig Add LLVM 2021-11-06 23:21:23 +01:00
.gitmodules Add kodi beta 2 2018-09-20 17:51:19 +02:00
LICENSE Kodi 18 beta v4 2018-11-03 13:25:50 +01:00
README.md Fix Readme lcedit 2018-11-05 00:50:05 +01:00
build.sh Add current zettlr version 2021-11-02 20:14:21 +01:00
builds.flatpakrepo Add builds flatpak repo file 2020-07-15 16:15:27 +02:00

README.md

My (Marko10_000) flatpak build scripts.

Sources

Original source:

https://git.marko10-000.de/flatpaks/flatpak

Github-Mirror:

https://github.com/Marko10-000/flatpaks

Packages

Planed:

  • Clonk Rage (with popular packs as extension?)
  • OpenClonk
  • Wine-applications (perhaps using Winepak)

Contains:

  • CodeLite (org.codelite.CodeLite)
  • Kodi (tv.kodi.Kodi)
    • SMB-support (samba) isn't added (will be added in the future)
    • Airplay-support isn't added (will be added in the future)
    • Bluetooth-support isn't added (will be added in the future)
    • Blu-ray-support isn't added (will be added in the future)
    • Remote control-support isn't added (has somebody the hardware for it?)
    • Extension: inputstream libs aren't add (coming soon)
  • LCEdit (tk.maxmitti.git.LCEdit)

Get a flatpak

Download from my server

Replace <app> with the wanted app name (e.g. for CodeLite replace it with org.codelite.CodeLite)

$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ flatpak remote-add --if-not-exists marko10_000 https://build.marko10-000.de/marko10_000.flatpakrepo
$ flatpak install --assumeyes marko10_000 <app>

Build it on your own

Replace in the second command <build folder> and <file>. <file> should be replaced with the wanted app.yaml. <build folder> should be an empty folder (doesn't have to exists).

$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder --install --user --install-deps-from=flathub <build folder> <file>