[neon/snap-packaging/kf6-core-sdk/work.core24] /: try to bump schemas
Scarlett Moore
null at kde.org
Thu Jul 2 21:05:14 BST 2026
Git commit 860f1c109b1d94f2fa7f2ff8ee5b1152f41e1048 by Scarlett Moore.
Committed on 02/07/2026 at 20:05.
Pushed by scarlettmoore into branch 'work.core24'.
try to bump schemas
M +7 -9 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/860f1c109b1d94f2fa7f2ff8ee5b1152f41e1048
diff --git a/snapcraft.yaml b/snapcraft.yaml
index ceb894b..d395133 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -156,22 +156,20 @@ parts:
- libpango1.0-dev
gsettings-desktop-schemas:
- after:
- - meson-deps
- - ninja
+ after: [ gsound, meson-deps, gobject-introspection ]
source: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git
- source-tag: '42.0'
+ source-tag: '46.1'
+# ext:updatesnap
+# version-format:
+# same-major: true
source-depth: 1
- build-environment: *buildenvironment
- build-packages:
- - libgirepository-1.0-dev
- stage-packages:
- - libgirepository-1.0-1
plugin: meson
meson-parameters:
- --prefix=/usr
- -Doptimization=3
- -Ddebug=true
+ - -Dintrospection=true
+ build-environment: *buildenvironment
override-build: |
set -eux
craftctl default
More information about the Neon-commits
mailing list