Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New candidate build available for gnome-mahjongg on amd64 (r180) #855

Open
github-actions bot opened this issue Jan 23, 2025 · 0 comments
Open

New candidate build available for gnome-mahjongg on amd64 (r180) #855

github-actions bot opened this issue Jan 23, 2025 · 0 comments

Comments

@github-actions
Copy link

Reported changes between the current stable and the new candidate

--- cache/gnome-mahjongg-174/snap/manifest.yaml	2024-04-20 21:18:28.000000000 +0000
+++ cache/gnome-mahjongg-180/snap/manifest.yaml	2025-01-22 13:36:37.000000000 +0000
@@ -1,9 +1,9 @@
-snapcraft-version: 8.1.0
-snapcraft-started-at: '2024-04-20T21:17:34.526437Z'
+snapcraft-version: 8.5.1
+snapcraft-started-at: '2025-01-22T13:36:14.713336Z'
 snapcraft-os-release-id: ubuntu
-snapcraft-os-release-version-id: '22.04'
+snapcraft-os-release-version-id: '24.04'
 name: gnome-mahjongg
-version: 3.40.1
+version: 0+git.e26fde5
 summary: Match tiles and clear the board
 description: |
   A solitaire version of the classic Eastern tile game. Tiles are stacked on
@@ -16,7 +16,7 @@
   GNOME Mahjongg features a variety of starting layouts, some easy and some
   difficult. If you get stuck, you can ask for a hint, but this adds a large
   time penalty.
-base: core22
+base: core24
 grade: stable
 confinement: strict
 apps:
@@ -31,15 +31,16 @@
     - wayland
     - x11
     command-chain:
+    - snap/command-chain/gpu-2404-wrapper
     - snap/command-chain/desktop-launch
 parts:
   gnome-mahjongg:
     source: https://gitlab.gnome.org/GNOME/gnome-mahjongg.git
     source-type: git
-    source-tag: 3.40.1
+    source-tag: '47.0'
     source-depth: 1
     override-build: |
-      sed -i -e 's|=org.gnome.Mahjongg$|=${SNAP}/meta/gui/org.gnome.Mahjongg.svg|g' $CRAFT_PART_SRC/data/org.gnome.Mahjongg.desktop.in
+      sed -i -e 's|=org.gnome.Mahjongg$|=${SNAP}/meta/gui/org.gnome.Mahjongg.svg|g' $CRAFT_PART_SRC/data/org.gnome.Mahjongg.desktop.in.in
       craftctl default
       mkdir -p $CRAFT_PART_INSTALL/meta/gui/
       cp $CRAFT_PART_SRC/data/icons/hicolor/scalable/org.gnome.Mahjongg.svg $CRAFT_PART_INSTALL/meta/gui/
@@ -47,42 +48,26 @@
     meson-parameters:
     - --prefix=/usr
     build-environment:
-    - PATH: /snap/gnome-42-2204-sdk/current/usr/bin${PATH:+:$PATH}
-    - XDG_DATA_DIRS: /build/gnome-mahjongg/stage/usr/share:/snap/gnome-42-2204-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
-    - LD_LIBRARY_PATH: /snap/gnome-42-2204-sdk/current/lib/x86_64-linux-gnu:/snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu:/snap/gnome-42-2204-sdk/current/usr/lib:/snap/gnome-42-2204-sdk/current/usr/lib/vala-current:/snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/pulseaudio${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
-    - PKG_CONFIG_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/pkgconfig:/snap/gnome-42-2204-sdk/current/usr/lib/pkgconfig:/snap/gnome-42-2204-sdk/current/usr/share/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
-    - GETTEXTDATADIRS: /snap/gnome-42-2204-sdk/current/usr/share/gettext-current${GETTEXTDATADIRS:+:$GETTEXTDATADIRS}
-    - GDK_PIXBUF_MODULE_FILE: /snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/gdk-pixbuf-current/loaders.cache
-    - ACLOCAL_PATH: /snap/gnome-42-2204-sdk/current/usr/share/aclocal${ACLOCAL_PATH:+:$ACLOCAL_PATH}
-    - PYTHONPATH: /snap/gnome-42-2204-sdk/current/usr/lib/python3.10:/snap/gnome-42-2204-sdk/current/usr/lib/python3/dist-packages:/snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/gobject-introspection${PYTHONPATH:+:$PYTHONPATH}
-    - GI_TYPELIB_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/girepository-1.0:/snap/gnome-42-2204-sdk/usr/lib/x86_64-linux-gnu/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}
-    stage-packages: []
-    stage: []
-    prime: []
-    build-packages: []
-  snapcraft/core:
-    build-snaps:
-    - gnome-42-2204/latest/candidate
-    plugin: nil
-    build-environment:
-    - PATH: /snap/gnome-42-2204-sdk/current/usr/bin${PATH:+:$PATH}
-    - XDG_DATA_DIRS: /build/gnome-mahjongg/stage/usr/share:/snap/gnome-42-2204-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
-    - LD_LIBRARY_PATH: /snap/gnome-42-2204-sdk/current/lib/x86_64-linux-gnu:/snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu:/snap/gnome-42-2204-sdk/current/usr/lib:/snap/gnome-42-2204-sdk/current/usr/lib/vala-current:/snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/pulseaudio${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
-    - PKG_CONFIG_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/pkgconfig:/snap/gnome-42-2204-sdk/current/usr/lib/pkgconfig:/snap/gnome-42-2204-sdk/current/usr/share/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
-    - GETTEXTDATADIRS: /snap/gnome-42-2204-sdk/current/usr/share/gettext-current${GETTEXTDATADIRS:+:$GETTEXTDATADIRS}
-    - GDK_PIXBUF_MODULE_FILE: /snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/gdk-pixbuf-current/loaders.cache
-    - ACLOCAL_PATH: /snap/gnome-42-2204-sdk/current/usr/share/aclocal${ACLOCAL_PATH:+:$ACLOCAL_PATH}
-    - PYTHONPATH: /snap/gnome-42-2204-sdk/current/usr/lib/python3.10:/snap/gnome-42-2204-sdk/current/usr/lib/python3/dist-packages:/snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/gobject-introspection${PYTHONPATH:+:$PYTHONPATH}
-    - GI_TYPELIB_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/girepository-1.0:/snap/gnome-42-2204-sdk/usr/lib/x86_64-linux-gnu/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}
+    - PATH: /snap/gnome-46-2404-sdk/current/usr/bin${PATH:+:$PATH}
+    - XDG_DATA_DIRS: /build/gnome-mahjongg/stage/usr/share:/snap/gnome-46-2404-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
+    - LD_LIBRARY_PATH: /snap/gnome-46-2404-sdk/current/lib/x86_64-linux-gnu:/snap/gnome-46-2404-sdk/current/usr/lib/x86_64-linux-gnu:/snap/gnome-46-2404-sdk/current/usr/lib:/snap/gnome-46-2404-sdk/current/usr/lib/vala-current:/snap/gnome-46-2404-sdk/current/usr/lib/x86_64-linux-gnu/pulseaudio${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
+    - PKG_CONFIG_PATH: /snap/gnome-46-2404-sdk/current/usr/lib/x86_64-linux-gnu/pkgconfig:/snap/gnome-46-2404-sdk/current/usr/lib/pkgconfig:/snap/gnome-46-2404-sdk/current/usr/share/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
+    - GETTEXTDATADIRS: /snap/gnome-46-2404-sdk/current/usr/share/gettext-current${GETTEXTDATADIRS:+:$GETTEXTDATADIRS}
+    - GDK_PIXBUF_MODULE_FILE: /snap/gnome-46-2404-sdk/current/usr/lib/x86_64-linux-gnu/gdk-pixbuf-current/loaders.cache
+    - ACLOCAL_PATH: /snap/gnome-46-2404-sdk/current/usr/share/aclocal${ACLOCAL_PATH:+:$ACLOCAL_PATH}
+    - PYTHONPATH: /snap/gnome-46-2404-sdk/current/usr/lib/python3.10:/snap/gnome-46-2404-sdk/current/usr/lib/python3/dist-packages:/snap/gnome-46-2404-sdk/current/usr/lib/x86_64-linux-gnu/gobject-introspection${PYTHONPATH:+:$PYTHONPATH}
+    - GI_TYPELIB_PATH: /snap/gnome-46-2404-sdk/current/usr/lib/girepository-1.0:/snap/gnome-46-2404-sdk/current/usr/lib/x86_64-linux-gnu/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}
     stage-packages: []
     stage: []
     prime: []
     build-packages: []
   gnome/sdk:
-    source: /snap/snapcraft/11316/share/snapcraft/extensions/desktop/command-chain
+    source: /snap/snapcraft/13181/share/snapcraft/extensions/desktop/command-chain
     plugin: make
     build-snaps:
-    - gnome-42-2204-sdk
+    - gnome-46-2404-sdk
+    make-parameters:
+    - GPU_WRAPPER=gpu-2404-wrapper
     stage-packages: []
     stage: []
     prime: []
@@ -90,9 +75,9 @@
 architectures:
 - amd64
 image-info:
-  build-request-id: lp-88340319
-  build-request-timestamp: '2024-04-20T21:15:09Z'
-  build_url: https://launchpad.net/~desktop-snappers/+snap/gnome-mahjongg/+build/2458389
+  build-request-id: lp-95393267
+  build-request-timestamp: '2025-01-22T13:30:11Z'
+  build_url: https://launchpad.net/~desktop-snappers/+snap/gnome-mahjongg/+build/2709972
 build-packages: []
 build-snaps: []
 primed-stage-packages: []
Downloading gnome-mahjongg amd64 from channel latest/stable (r174) to cache directory
Unpackaging
Downloading gnome-mahjongg amd64 from channel latest/candidate (r180) to cache directory
Unpackaging

Changes to the snap manifest

Size of the old snap: 3.5 MiB
Size of the new snap: 2.3 MiB

Number of files changed (use -d to have the details)
137

Number of files removed (use -d to have the details)
273

Files added
 /snap/command-chain/gpu-2404-wrapper
 /usr/share/gnome-mahjongg/themes/educational.png
 /usr/share/metainfo/org.gnome.Mahjongg.metainfo.xml


--------------------------------------
You might want to verify those points!
--------------------------------------

�[91mWarning, the diskspace decreased by 34%


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants