[neon/kde/kpat/Neon/release-lts] /: New release

Neon CI null at kde.org
Mon Apr 19 11:26:12 BST 2021


Git commit 436a6193f2389854d4b95008f1d980302f549d64 by Neon CI.
Committed on 19/04/2021 at 10:26.
Pushed by neon-jenkins into branch 'Neon/release-lts'.

New release

M  +6    -0    debian/changelog
M  +7    -6    snapcraft.yaml

https://invent.kde.org/neon/kde/kpat/commit/436a6193f2389854d4b95008f1d980302f549d64

diff --git a/debian/changelog b/debian/changelog
index 2b5f66f..936e096 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kpat (4:21.04.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Mon, 19 Apr 2021 10:26:04 +0000
+
 kpat (4:20.12.3-0neon) focal; urgency=medium
 
   * New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 35d3c0b..a3e8643 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -41,10 +41,10 @@ package-repositories:
     url: http://origin.archive.neon.kde.org/user
     key-server: keyserver.ubuntu.com
 layout:
-  /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib:
-    bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib
-  /usr/share/alsa:
-    bind: $SNAP/usr/share/alsa
+    "/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib":
+        bind: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib"
+    "/usr/share/alsa":
+        bind: "$SNAP/usr/share/alsa"
 parts:
     kpat:
         parse-info:
@@ -55,7 +55,7 @@ parts:
         - kde-frameworks-5-env
         plugin: cmake
         build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
+        -   CMAKE_BUILD_PARALLEL_LEVEL: '4'
         build-packages:
         - libfreecell-solver-dev
         - libblack-hole-solver-dev
@@ -66,7 +66,7 @@ parts:
         - kdegames-card-data-kf5
         - libasound2-data
         - libasound2-plugins
-        source: http://download.kde.org/stable/release-service/20.12.3/src/kpat-20.12.3.tar.xz
+        source: http://download.kde.org/stable/release-service/21.04.0/src/kpat-21.04.0.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -92,3 +92,4 @@ parts:
     kde-frameworks-5-env:
         plugin: dump
         source: https://invent.kde.org/packaging/snap-kf5-launcher.git
+version: 21.04.0


More information about the Neon-commits mailing list