[neon/snap-packaging/kf5-core/work.core24] /: core24 changes

Scarlett Moore null at kde.org
Mon Oct 28 19:05:33 GMT 2024


Git commit 04cb1ac48b825bf688468e75f03778f263962bc0 by Scarlett Moore.
Committed on 28/10/2024 at 19:05.
Pushed by scarlettmoore into branch 'work.core24'.

core24 changes

M  +16   -14   snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf5-core/-/commit/04cb1ac48b825bf688468e75f03778f263962bc0

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 01f569e..5d5559e 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,29 +1,31 @@
 ---
-name: kf5-core22
+name: kf5-core24
 version: 5.116.0
 summary: KDE Frameworks 5
 description: KDE Frameworks are addons and useful extensions to Qt
 confinement: strict
 grade: stable
-base: core22
+base: core24
 compression: lzo
-architectures:
-  - build-on: amd64
-  - build-on: arm64
-  # - build-on: armhf
-  # - build-on: ppc64el
+platforms:
+  amd64:
+    build-on: [amd64]
+    build-for: [amd64]
+  arm64:
+    build-on: [arm64]
+    build-for: [arm64]
 lint:
   ignore:
     - classic
     - library
 slots:
-    kf5-core22-slot:
-        content: kf5-core22-all
+    kf5-core24-slot:
+        content: kf5-core24-all
         interface: content
         read:
         - "."
-    kf5-core22:
-        content: kf5-core22
+    kf5-core24:
+        content: kf5-core24
         interface: content
         read:
         - "."
@@ -32,7 +34,7 @@ package-repositories:
     components:
     - main
     suites:
-    - jammy
+    - noble
     key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
     url: http://origin.archive.neon.kde.org/user
     key-server: keyserver.ubuntu.com
@@ -86,8 +88,8 @@ parts:
             - i965-va-driver
             - intel-media-va-driver
         stage-snaps:
-        - kf5-core22-sdk/latest/stable
-        - kde-qt5-core22-sdk/latest/stable
+        - kf5-core24-sdk/latest/stable
+        - kde-qt5-core24-sdk/latest/stable
         stage:
         - -usr/lib/*/libdrm*
         - -usr/share/doc/libdrm*


More information about the Neon-commits mailing list