[neon/snap-packaging/kf6-core-sdk/work.core24] /: fix versions on glib / pixbuf

Scarlett Moore null at kde.org
Thu May 8 13:43:05 BST 2025


Git commit f77904804b18e12f4de1b042082589ae77d4f235 by Scarlett Moore.
Committed on 08/05/2025 at 12:42.
Pushed by scarlettmoore into branch 'work.core24'.

fix versions on glib / pixbuf

M  +2    -2    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/f77904804b18e12f4de1b042082589ae77d4f235

diff --git a/snapcraft.yaml b/snapcraft.yaml
index e0940c9..8da57e3 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -61,7 +61,7 @@ parts:
   glib:
     after: [ libffi, meson-deps ]
     source: https://gitlab.gnome.org/GNOME/glib.git
-    source-tag: '2.78.1'
+    source-tag: '2.84.0'
     source-depth: 1
     plugin: meson
     meson-parameters:
@@ -123,7 +123,7 @@ parts:
   gdk-pixbuf:
     after: [ meson-deps ]
     source: https://gitlab.gnome.org/GNOME/gdk-pixbuf.git
-    source-tag: '2.42.10'
+    source-tag: '2.42.12'
     source-depth: 1
     plugin: meson
     meson-parameters:


More information about the Neon-commits mailing list