Update snap
This commit is contained in:
parent
13e526c27d
commit
a3fd83192d
@ -5,6 +5,7 @@ nheko
|
|||||||
[![Chat on Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#nheko:matrix.org)
|
[![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)
|
[![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)
|
[![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
|
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.
|
feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IRC client.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: nheko
|
name: nheko
|
||||||
version: master
|
version: 0.1.0
|
||||||
summary: Desktop client for the Matrix protocol
|
summary: Desktop client for the Matrix protocol
|
||||||
description: |
|
description: |
|
||||||
The motivation behind the project is to provide a native desktop app for
|
The motivation behind the project is to provide a native desktop app for
|
||||||
@ -18,6 +18,14 @@ parts:
|
|||||||
nheko:
|
nheko:
|
||||||
source: .
|
source: .
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages: [gcc]
|
configflags:
|
||||||
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
- -DBUILD_TESTS=OFF
|
||||||
|
build-packages:
|
||||||
|
- gcc
|
||||||
|
- g++
|
||||||
|
- liblmdb-dev
|
||||||
|
- liblmdb0
|
||||||
|
- qt5tools5-dev-tools
|
||||||
artifacts: [nheko]
|
artifacts: [nheko]
|
||||||
after: [desktop-qt5]
|
after: [desktop-qt5]
|
||||||
|
Loading…
Reference in New Issue
Block a user