[neon/extras/konversation/Neon/release] /: fix part and app name, build with qca

Jonathan Riddell null at kde.org
Tue Apr 13 15:14:31 BST 2021


Git commit 93bc303e223fd2a6f321405a8f0c30d642c85191 by Jonathan Riddell.
Committed on 13/04/2021 at 14:14.
Pushed by jriddell into branch 'Neon/release'.

fix part and app name, build with qca

M  +3    -2    snapcraft.yaml

https://invent.kde.org/neon/extras/konversation/commit/93bc303e223fd2a6f321405a8f0c30d642c85191

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 46ec24e..2b2acb1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -5,7 +5,7 @@ grade: stable
 base: core20
 adopt-info: konversation
 apps:
-    blinken:
+    konversation:
         extensions:
         - kde-neon
         common-id: org.kde.konversation.desktop
@@ -31,13 +31,14 @@ package-repositories:
     url: http://origin.archive.neon.kde.org/user
     key-server: keyserver.ubuntu.com
 parts:
-    blinken:
+    konversation:
         build-environment:
         - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         plugin: cmake
         build-packages:
         - libkf5doctools-dev
         - libphonon4qt5-dev
+        - libqca-qt5-2-dev
         source: http://download.kde.org/stable/release-service/20.12.3/src/konversation-20.12.3.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"


More information about the Neon-commits mailing list