From 38807efddf91e6054ffd206f5b970eed879852df Mon Sep 17 00:00:00 2001 From: LubuWest Date: Tue, 14 Apr 2026 20:55:26 +0200 Subject: [PATCH] Update due to new Flatpak downloads --- README.md | 10 +++++----- de.ma-nic.friendiqa.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 de.ma-nic.friendiqa.yml diff --git a/README.md b/README.md index 09e7cfd..133e824 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Currently supported: * Multiple accounts * Dark Mode * View mode for news (conversation tree or timeline) -* Maximum news (deleted after use of Quit button) +* Maximum news (deleted on app start) * Set default news tabs * Sync home timeline, replies, DM, Events, friend requests; Notify yes/no * Hide #nsfw @@ -114,11 +114,11 @@ ToDo # Install -* F-Droid binary repository: or for those who get the "error getting index file" from F-Droid client due to outdated crypto libraries the url without encryption: To include repo in Fdroid: Open config --> package sources --> plus symbol --> paste url +* F-Droid binary repository (currently archived): or for those who get the "error getting index file" from F-Droid client due to outdated crypto libraries the url without encryption: To include repo in Fdroid: Open config --> package sources --> plus symbol --> paste url * Arch User Repository: -* Flatpak: -* Flatpak for Mobile Linux: +* Flatpak File for x64: +* Flatpak File for aarch64: ## License -Pubished under the [GPL v3](http://gplv3.fsf.org) with the exception of the Openssl library, which is published under OpenSSL License. +Pubished under the [GPL v3](http://gplv3.fsf.org). diff --git a/de.ma-nic.friendiqa.yml b/de.ma-nic.friendiqa.yml new file mode 100644 index 0000000..c727033 --- /dev/null +++ b/de.ma-nic.friendiqa.yml @@ -0,0 +1,27 @@ +app-id: de.manic.friendiqa +runtime: org.kde.Platform +runtime-version: '6.9' +sdk: org.kde.Sdk +command: friendiqa +finish-args: + - --share=ipc + - --socket=x11 + - --socket=wayland + - --filesystem=host + - --device=dri + - --socket=session-bus + - --share=network +modules: + - name: friendiqa + buildsystem: cmake + subdir: src + sources: + - type: archive + url: https://codeberg.org/lubuwest/Friendiqa/archive/v0.7.tar.gz + sha256: f5576ead1b8152b38e6aa583704238a254ea8ad2be9265243791654819d3c1ae + - type: patch + path: FlatpakAutostart.patch + strip-components: 0 + - type: patch + path: BackgroundSync.patch + strip-components: 0