Update due to new Flatpak downloads

This commit is contained in:
LubuWest 2026-04-14 20:55:26 +02:00
commit 38807efddf
2 changed files with 32 additions and 5 deletions

View file

@ -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: <https://www.ma-nic.de/fdroid/repo> or for those who get the "error getting index file" from F-Droid client due to outdated crypto libraries the url without encryption: <http://www.ma-nic.de/fdroid/repo> To include repo in Fdroid: Open config --> package sources --> plus symbol --> paste url
* F-Droid binary repository (currently archived): <https://www.ma-nic.de/fdroid/repo> or for those who get the "error getting index file" from F-Droid client due to outdated crypto libraries the url without encryption: <http://www.ma-nic.de/fdroid/repo> To include repo in Fdroid: Open config --> package sources --> plus symbol --> paste url
* Arch User Repository: <https://aur.archlinux.org/packages/friendiqa/>
* Flatpak: <https://friendiqa.ma-nic.de/friendiqa.flatpakref>
* Flatpak for Mobile Linux: <https://friendiqa.ma-nic.de/friendiqaMobile.flatpakref>
* Flatpak File for x64: <https://friendiqa.ma-nic.de/Download/friendiqa_x64.flatpak>
* Flatpak File for aarch64: <https://friendiqa.ma-nic.de/Download/friendiqa_aarch64.flatpak>
## 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).

27
de.ma-nic.friendiqa.yml Normal file
View file

@ -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