From 534367a97533dd0bd7d4066292f6c28f6e067b81 Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Thu, 20 Sep 2018 22:13:37 +0200 Subject: [PATCH] Add readme --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bacdec --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +My (Marko10_000) flatpak build scripts. + +Sources +======= + +Original source: + + https://git.marko10000.tk/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](https://github.com/winepak/winepak-sdk-images)) + +Contains: +--------- + +- [CodeLite](https://codelite.org/) (org.codelite.CodeLite) +- [Kodi](https://kodi.tv/) (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) + +Get a flatpak +============= + +Download from my server +----------------------- + +Replace **\** with the wanted app name (e.g. for CodeLite replace it with +*org.codelite.CodeLite*) + +```bash +$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +$ flatpak remote-add --if-not-exists marko10_000 https://build.marko10000.tk/marko10_000.flatpakrepo +$ flatpak install --assumeyes marko10_000 +``` + +Build it on your own +-------------------- + +Replace in the second command **\** and **\**. +**\** should be replaced with the wanted *app.yaml*. **\** +should be an empty folder (doesn't have to exists). + +```bash +$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +$ flatpak-builder --install --user --install-deps-from=flathub +``` \ No newline at end of file