[neon/extras/quassel] /: move to invent:packaging/snapcraft-kde-applications

Jonathan Riddell null at kde.org
Wed Jul 28 12:04:38 BST 2021


Git commit bf7bba9a80d57195fb2caf013e303a41c9b8f15b by Jonathan Riddell.
Committed on 28/07/2021 at 11:03.
Pushed by jriddell into branch 'master'.

move to invent:packaging/snapcraft-kde-applications

D  +0    -34   snapcraft.yaml

https://invent.kde.org/neon/extras/quassel/commit/bf7bba9a80d57195fb2caf013e303a41c9b8f15b

diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index 8b86808..0000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-name: quasselcore
-version: "0.13.1"
-summary: Modern, cross-platform IRC client (core)
-description: |
- This is a modern, cross-platform, distributed IRC client. One
- (or multiple) client(s) can attach to and detach from a central core. It's
- much like the popular combination of screen and a text-based IRC client such
- as WeeChat, but graphical.
-confinement: strict
-
-apps:
-    quasselcore:
-        command: wrap quasselcore
-        plugs: [network-bind]
-        daemon: simple
-
-parts:
-    quasselcore:
-        source: .
-        plugin: cmake
-        configflags: [-DUSE_QT5=1, -DWANT_MONO=0, -DWANT_QTCLIENT=0, -DCMAKE_BUILD_TYPE=Release]
-        build-packages:
-            - cmake
-            - g++
-            - zlib1g-dev
-            - qttools5-dev
-            - qtscript5-dev
-            - libqt5sql5-sqlite
-        stage-packages:
-            - libqt5sql5-sqlite
-    environment:
-        plugin: copy
-        files:
-            snap.wrapper: bin/wrap


More information about the Neon-commits mailing list