mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-17 15:53:24 +02:00
merge (#67) add: a bunch of communication apps
* communication: add neochat * communication: add fractal * communication: add nheko * communication: add cinny * communication: add fluffy chat * communication: add stoat * aur-packages: add hexchat to list * communication: add hexchat * communication: add halloy * communication: add konversation * communication: add polari * communication: fix images for fluffy-chat, halloy * communication: add dino, kaidan * filtered the list to core apps: nheko, cinny, fluffychat, halloy, dino * Update descriptions, refine unavailable reasons, correct Fluffychat's Nix target. * remove hexchat from AUR packages and update stoat app targets and unavailable reason. --------- Co-authored-by: N1C4T <nicat@abusov.com>
This commit is contained in:
@@ -37,6 +37,21 @@
|
||||
"url": "https://avatars.githubusercontent.com/u/113042587?s=200&v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "stoat",
|
||||
"name": "Stoat",
|
||||
"description": "Open-source Discord alternative",
|
||||
"category": "Communication",
|
||||
"targets": {
|
||||
"arch": "stoat-desktop-bin",
|
||||
"snap": "stoat-tsugu"
|
||||
},
|
||||
"unavailableReason": "Still in early development and not yet available in most official repositories; it is recommended to build from source or see [stoat.chat](https://stoat.chat/download) for details.",
|
||||
"icon": {
|
||||
"type": "url",
|
||||
"url": "https://avatars.githubusercontent.com/u/234249415?s=200&v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "telegram",
|
||||
"name": "Telegram",
|
||||
@@ -162,5 +177,99 @@
|
||||
"name": "element",
|
||||
"color": "#0DBD8B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "nheko",
|
||||
"name": "Nheko",
|
||||
"description": "High-performance native Matrix client built with C++/Qt, prioritizing low-latency synchronization.",
|
||||
"category": "Communication",
|
||||
"targets": {
|
||||
"ubuntu": "nheko",
|
||||
"debian": "nheko",
|
||||
"arch": "nheko",
|
||||
"fedora": "nheko",
|
||||
"opensuse": "nheko",
|
||||
"nix": "nheko",
|
||||
"flatpak": "im.nheko.Nheko",
|
||||
"homebrew": "--cask nheko"
|
||||
},
|
||||
"unavailableReason": "Not in official repos. Install via [Flatpak](https://flathub.org/en/apps/im.nheko.Nheko), or see [nheko-reborn.github.io](https://nheko-reborn.github.io/) for install instructions.",
|
||||
"icon": {
|
||||
"type": "url",
|
||||
"url": "https://nheko-reborn.github.io/images/logo.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cinny",
|
||||
"name": "Cinny",
|
||||
"description": "A refined Matrix client focusing purely on user experience",
|
||||
"category": "Communication",
|
||||
"targets": {
|
||||
"arch": "cinny-desktop-bin",
|
||||
"nix": "cinny-desktop",
|
||||
"flatpak": "in.cinny.Cinny"
|
||||
},
|
||||
"unavailableReason": "Not in most official repos. Install using [Flatpak](https://flathub.org/en/apps/in.cinny.Cinny) or visit [cinny.in](https://cinny.in/) for more info.",
|
||||
"icon": {
|
||||
"type": "url",
|
||||
"url": "https://cinny.in/assets/cinny.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fluffy-chat",
|
||||
"name": "Fluffy Chat",
|
||||
"description": "Matrix client that uses Material Design",
|
||||
"category": "Communication",
|
||||
"targets": {
|
||||
"arch": "fluffychat-bin",
|
||||
"nix": "fluffychat",
|
||||
"flatpak": "im.fluffychat.Fluffychat",
|
||||
"snap": "fluffychat"
|
||||
},
|
||||
"unavailableReason": "Not available in most official repos. Use [Flatpak](https://flathub.org/en/apps/im.fluffychat.Fluffychat) or Snap(https://snapcraft.io/fluffychat) or visit [fluffychat.im](https://fluffychat.im/) for more info.",
|
||||
"icon": {
|
||||
"type": "url",
|
||||
"url": "https://imgproxy.flathub.org/insecure/dpr:1/f:avif/q:100/rs:fit:128:128/aHR0cHM6Ly9kbC5mbGF0aHViLm9yZy9tZWRpYS9pbS9mbHVmZnljaGF0L0ZsdWZmeWNoYXQvZWYxZjE1YWY0ZWYwZmYyMzdmNmE0NGNkNzdhNWRlOTYvaWNvbnMvMTI4eDEyOC9pbS5mbHVmZnljaGF0LkZsdWZmeWNoYXQucG5n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "halloy",
|
||||
"name": "Halloy",
|
||||
"description": "Slick IRC client written in Rust",
|
||||
"category": "Communication",
|
||||
"targets": {
|
||||
"arch": "halloy",
|
||||
"opensuse": "halloy",
|
||||
"nix": "halloy",
|
||||
"flatpak": "org.squidowl.halloy",
|
||||
"snap": "halloy",
|
||||
"homebrew": "--cask halloy"
|
||||
},
|
||||
"unavailableReason": "Not in official repos. Install it using [Flatpak](https://flathub.org/en/apps/org.squidowl.halloy) or [Snap](https://snapcraft.io/halloy) or see [halloy.chat](https://halloy.chat/) for more info.",
|
||||
"icon": {
|
||||
"type": "url",
|
||||
"url": "https://halloy.chat/logo.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dino",
|
||||
"name": "Dino",
|
||||
"description": "GTK-based XMPP client for GNOME",
|
||||
"category": "Communication",
|
||||
"targets": {
|
||||
"ubuntu": "dino-im",
|
||||
"debian": "dino-im",
|
||||
"arch": "dino",
|
||||
"fedora": "dino",
|
||||
"opensuse": "dino",
|
||||
"nix": "dino",
|
||||
"flatpak": "im.dino.Dino",
|
||||
"snap": "dino-tsugu"
|
||||
},
|
||||
"unavailableReason": "Not available in official repos. Use [Flatpak](https://flathub.org/en/apps/im.dino.Dino) or [Snap](https://snapcraft.io/dino-tsugu) or visit [dino.im](https://dino.im/) for more info.",
|
||||
"icon": {
|
||||
"type": "url",
|
||||
"url": "https://dino.im/img/logo.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user