CI: Remove snapcraft jobs
parent
fd2e94ac12
commit
d7dbaab435
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh -ve
|
|
||||||
echo $SNAPCRAFT_LOGIN_FILE | snapcraft login --with -
|
|
||||||
snapcraft
|
|
||||||
snapcraft upload --release=edge *.snap
|
|
||||||
snapcraft logout
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh -ve
|
|
||||||
RELEASE_TYPE=$(echo $CI_COMMIT_TAG | grep -oE "[a-z]+")
|
|
||||||
echo $SNAPCRAFT_LOGIN_FILE | snapcraft login --with -
|
|
||||||
snapcraft
|
|
||||||
if [ "$RELEASE_TYPE" = "rc" ]; then
|
|
||||||
snapcraft upload --release=candidate *.snap
|
|
||||||
else
|
|
||||||
snapcraft upload --release=stable *.snap
|
|
||||||
fi
|
|
||||||
snapcraft logout
|
|
@ -1,9 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=FluffyChat
|
|
||||||
GenericName=Matrix Client
|
|
||||||
Comment=Chat with your friends
|
|
||||||
Exec=fluffychat
|
|
||||||
Icon=${SNAP}/meta/gui/fluffychat.png
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Categories=Network;Chat;InstantMessaging;
|
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
@ -1,87 +0,0 @@
|
|||||||
name: fluffychat
|
|
||||||
base: core18
|
|
||||||
version: git
|
|
||||||
summary: The cutest messenger in the Matrix network
|
|
||||||
description: |
|
|
||||||
FluffyChat is an open source, nonprofit and cute matrix messenger app. The app is easy to use but secure and decentralized.
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- Send all kinds of messages, images and files
|
|
||||||
- Voice messages
|
|
||||||
- Location sharing
|
|
||||||
- Push notifications
|
|
||||||
- Unlimited private and public group chats
|
|
||||||
- Public channels with thousands of participants
|
|
||||||
- Feature rich group moderation including all matrix features
|
|
||||||
- Discover and join public groups
|
|
||||||
- Dark mode
|
|
||||||
- Hides complexity of Matrix IDs behind simple QR codes
|
|
||||||
- Custom emotes and stickers
|
|
||||||
- Video calls via sharing links to Jitsi
|
|
||||||
- Spaces
|
|
||||||
- Compatible with Element, Nheko, NeoChat and all other Matrix apps
|
|
||||||
- End to end encryption
|
|
||||||
- Emoji verification & cross signing
|
|
||||||
- And much more...
|
|
||||||
|
|
||||||
|
|
||||||
## FluffyChat comes with a dream
|
|
||||||
|
|
||||||
Imagine a world where everyone can choose the messenger they like and is still able to chat with all of their friends.
|
|
||||||
|
|
||||||
A world where there are no companies spying on you when you send selfies to friends and lovers.
|
|
||||||
|
|
||||||
And a world where apps are made for fluffyness and not for profit. ♥
|
|
||||||
|
|
||||||
Join the community: https://matrix.to/#/#fluffychat:matrix.org
|
|
||||||
Website: http://fluffychat.im
|
|
||||||
Microblog: https://metalhead.club/@krille
|
|
||||||
|
|
||||||
grade: stable
|
|
||||||
confinement: strict
|
|
||||||
|
|
||||||
architectures:
|
|
||||||
- build-on: amd64
|
|
||||||
|
|
||||||
parts:
|
|
||||||
olm:
|
|
||||||
plugin: cmake
|
|
||||||
source: https://gitlab.matrix.org/matrix-org/olm.git
|
|
||||||
source-type: git
|
|
||||||
source-tag: 3.2.9
|
|
||||||
build-packages:
|
|
||||||
- g++
|
|
||||||
fluffychat:
|
|
||||||
plugin: dump
|
|
||||||
source: ./build/linux/x64/release/bundle/
|
|
||||||
build-packages:
|
|
||||||
- libsecret-1-dev
|
|
||||||
- libjsoncpp-dev
|
|
||||||
stage-packages:
|
|
||||||
- libsecret-1-dev
|
|
||||||
- libjsoncpp-dev
|
|
||||||
|
|
||||||
slots:
|
|
||||||
dbus-svc:
|
|
||||||
interface: dbus
|
|
||||||
bus: session
|
|
||||||
name: chat.fluffy.fluffychat
|
|
||||||
|
|
||||||
apps:
|
|
||||||
fluffychat:
|
|
||||||
extensions:
|
|
||||||
- gnome-3-28
|
|
||||||
command: fluffychat
|
|
||||||
plugs:
|
|
||||||
- desktop
|
|
||||||
- desktop-legacy
|
|
||||||
- gsettings
|
|
||||||
- opengl
|
|
||||||
- wayland
|
|
||||||
- x11
|
|
||||||
- network
|
|
||||||
- home
|
|
||||||
slots:
|
|
||||||
- dbus-svc
|
|
Loading…
Reference in New Issue