summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-21 12:59:38 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-21 12:59:38 +0300
commit622772a44b025cb111085c3cd2f8b0d5ee8a2bc2 (patch)
treec7a049e8a809a0c53a79529691e467e0c6ee2652
parent168342e4a5d31304a7af7a85f6bc86e7ea186bb4 (diff)
Remove snap
Incompatible Qt version 5.5.1 [ci skip]
-rw-r--r--README.md1
-rw-r--r--snap/snapcraft.yaml31
2 files changed, 0 insertions, 32 deletions
diff --git a/README.md b/README.md
index 2d81d9df..26356ef6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@ nheko
[![Chat on Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#nheko:matrix.org)
[![License: GPL v3](https://img.shields.io/badge/license-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![AUR: nheko-git](https://img.shields.io/badge/AUR-nheko--git-blue.svg)](https://aur.archlinux.org/packages/nheko-git)
-[![Snap Status](https://build.snapcraft.io/badge/mujx/nheko.svg)](https://build.snapcraft.io/user/mujx/nheko)
The motivation behind the project is to provide a native desktop app for [Matrix] that
feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IRC client.
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
deleted file mode 100644
index 8dbd3d52..00000000
--- a/snap/snapcraft.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-name: nheko
-version: 0.1.0
-summary: Desktop client for the Matrix protocol
-description: |
- The motivation behind the project is to provide a native desktop app for
- Matrix that feels more like a mainstream chat app (Riot, Telegram etc) and
- less like an IRC client.
-
-grade: devel # must be 'stable' to release into candidate/stable channels
-confinement: strict
-
-apps:
- nheko:
- command: desktop-launch $SNAP/nheko
- plugs: [network, network-bind, x11, unity7, home]
-
-parts:
- nheko:
- source: .
- plugin: cmake
- configflags:
- - -DCMAKE_BUILD_TYPE=RelWithDebInfo
- - -DBUILD_TESTS=OFF
- build-packages:
- - gcc
- - g++
- - liblmdb-dev
- - liblmdb0
- - qttools5-dev-tools
- artifacts: [nheko]
- after: [desktop-qt5]