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-46-2404 on amd64 (r80) #858

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

New candidate build available for gnome-46-2404 on amd64 (r80) #858

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

Comments

@github-actions
Copy link

Reported changes between the current stable and the new candidate

--- cache/gnome-46-2404-77/snap/manifest.yaml	2025-01-21 16:17:44.000000000 +0000
+++ cache/gnome-46-2404-80/snap/manifest.yaml	2025-01-24 18:42:00.000000000 +0000
@@ -1,9 +1,9 @@
 snapcraft-version: 8.5.1
-snapcraft-started-at: '2025-01-21T16:10:43.731922Z'
+snapcraft-started-at: '2025-01-24T18:36:24.020733Z'
 snapcraft-os-release-id: ubuntu
 snapcraft-os-release-version-id: '24.04'
 name: gnome-46-2404
-version: 0+git.7d0cf36
+version: 0+git.d9f8bf6-sdk0+git.b58e3bc
 summary: Shared GNOME 46 Ubuntu stack
 description: |
   This snap provides the GNOME 46 stack to other snaps that use it. It shares the base GNOME libraries and desktop integration components through the content interface. This helps reduce the size of snaps and helps developers to easily snap desktop applications.
@@ -29,6 +29,21 @@
     plugin: nil
     stage-snaps:
     - gnome-46-2404-sdk/latest/candidate
+    build-packages:
+    - yq
+    override-build: |
+      set -eu
+      craftctl default
+      sdk_version=$(cat ${CRAFT_PART_INSTALL}/snap.gnome-46-2404-sdk/manifest.yaml \
+        | yq -r '.version')
+
+      # Use the same logic of snapcraft
+      project_version=$(git -C "/build/gnome-46-2404" describe --dirty 2>/dev/null || true)
+      if [ -z "${project_version}" ]; then
+        project_version="0+git.$(git -C "/build/gnome-46-2404" describe --dirty --always)"
+      fi
+      version="${project_version}-sdk${sdk_version}"
+      craftctl set version="${version:0:32}"
     stage:
     - lib/*/bindtextdomain.so
     - usr
@@ -113,7 +128,6 @@
     - -usr/share/devhelp/books
     stage-packages: []
     prime: []
-    build-packages: []
   debs:
     after:
     - gnome-sdk
@@ -125,6 +139,7 @@
     - bubblewrap=0.9.0-1ubuntu0.1
     - dconf-gsettings-backend=0.40.0-4build2
     - dconf-service=0.40.0-4build2
+    - debconf=1.5.86ubuntu1
     - dictionaries-common=1.29.7
     - emacsen-common=3.0.5
     - fcitx-frontend-gtk3=1:4.2.9.9-2build2
@@ -293,7 +308,6 @@
     - libpangoft2-1.0-0=1.52.1+ds-1build1
     - libpangoxft-1.0-0=1.52.1+ds-1build1
     - libpathplan4=2.42.2-9ubuntu0.1
-    - libpciaccess0=0.17-3build1
     - libpipewire-0.3-0t64=1.0.5-1ubuntu2
     - libpipewire-0.3-modules=1.0.5-1ubuntu2
     - libpixman-1-0=0.42.2-1build1
@@ -438,6 +452,7 @@
     plugin: nil
     stage-packages:
     - accountsservice=23.13.9-2ubuntu6
+    - debconf=1.5.86ubuntu1
     - fontconfig-config=2.15.0-1.1ubuntu2
     - fonts-arphic-ukai=0.2.20080216.2-5
     - fonts-arphic-uming=0.2.20080216.2-10ubuntu2
@@ -586,9 +601,9 @@
 architectures:
 - amd64
 image-info:
-  build-request-id: lp-95367902
-  build-request-timestamp: '2025-01-21T15:58:57Z'
-  build_url: https://launchpad.net/~desktop-snappers/+snap/gnome-46-2404/+build/2709122
+  build-request-id: lp-95440178
+  build-request-timestamp: '2025-01-24T05:45:11Z'
+  build_url: https://launchpad.net/~desktop-snappers/+snap/gnome-46-2404/+build/2711205
 build-packages: []
 build-snaps: []
 primed-stage-packages:
@@ -598,6 +613,7 @@
 - bubblewrap=0.9.0-1ubuntu0.1
 - dconf-gsettings-backend=0.40.0-4build2
 - dconf-service=0.40.0-4build2
+- debconf=1.5.86ubuntu1
 - dictionaries-common=1.29.7
 - emacsen-common=3.0.5
 - fcitx-frontend-gtk3=1:4.2.9.9-2build2
@@ -811,7 +827,6 @@
 - libpangoft2-1.0-0=1.52.1+ds-1build1
 - libpangoxft-1.0-0=1.52.1+ds-1build1
 - libpathplan4=2.42.2-9ubuntu0.1
-- libpciaccess0=0.17-3build1
 - libpipewire-0.3-0t64=1.0.5-1ubuntu2
 - libpipewire-0.3-modules=1.0.5-1ubuntu2
 - libpixman-1-0=0.42.2-1build1
Downloading gnome-46-2404 amd64 from channel latest/stable (r77) to cache directory
Unpackaging
remove . symlink cache/gnome-46-2404-77/usr/bin/X11
Downloading gnome-46-2404 amd64 from channel latest/candidate (r80) to cache directory
Unpackaging
remove . symlink cache/gnome-46-2404-80/usr/bin/X11

Changes to the snap manifest

Size of the old snap: 404.1 MiB
Size of the new snap: 404.1 MiB

No file changed

No file removed

Files added
 /etc/apt
 /etc/debconf.conf
 /usr/share/lintian/overrides/debconf

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