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

Neon CI null at kde.org
Mon Apr 19 11:20:46 BST 2021


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

New release

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

https://invent.kde.org/neon/kde/kblocks/commit/088c1f8a2c7ace47ee895604e84ed94185f8b9dd

diff --git a/debian/changelog b/debian/changelog
index 29e7a00..2760da6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kblocks (4:21.04.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Mon, 19 Apr 2021 10:20:38 +0000
+
 kblocks (4:20.12.3-0neon) focal; urgency=medium
 
   * New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1061389..e218eab 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -40,10 +40,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:
     kblocks:
         after:
@@ -54,8 +54,8 @@ parts:
         build-snaps:
         - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
         build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        - VERBOSE: "1"
+        -   CMAKE_BUILD_PARALLEL_LEVEL: '4'
+        -   VERBOSE: '1'
         stage-packages:
         - libasound2-data
         - libasound2-plugins
@@ -75,7 +75,7 @@ parts:
         - "-etc/alsa/conf.d/99-pulse.conf"
         parse-info:
         - usr/share/metainfo/org.kde.kblocks.appdata.xml
-        source: http://download.kde.org/stable/release-service/20.12.3/src/kblocks-20.12.3.tar.xz
+        source: http://download.kde.org/stable/release-service/21.04.0/src/kblocks-21.04.0.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -87,3 +87,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