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 thunderbird on amd64 (r622) #847

Closed
github-actions bot opened this issue Jan 16, 2025 · 1 comment
Closed

New candidate build available for thunderbird on amd64 (r622) #847

github-actions bot opened this issue Jan 16, 2025 · 1 comment

Comments

@github-actions
Copy link

Reported changes between the current stable and the new candidate

--- cache/thunderbird-609/snap/manifest.yaml	2024-12-17 10:16:36.000000000 +0000
+++ cache/thunderbird-622/snap/manifest.yaml	2025-01-15 18:48:22.000000000 +0000
@@ -1,9 +1,9 @@
-snapcraft-version: 8.5.0
-snapcraft-started-at: '2024-12-17T08:12:40.324524Z'
+snapcraft-version: 8.5.1
+snapcraft-started-at: '2025-01-15T17:10:33.731602Z'
 snapcraft-os-release-id: ubuntu
 snapcraft-os-release-version-id: '22.04'
 name: thunderbird
-version: 128.6.0esr-1
+version: 128.6.0esr-3
 summary: Mozilla Thunderbird email application
 description: Thunderbird is a free email application that’s easy to set up and customize
   - and it’s loaded with great features!
@@ -43,6 +43,29 @@
     - bin/gpg-shim
     - bin/tmpdir
 parts:
+  hunspell:
+    plugin: nil
+    override-build: |
+      set -eu
+      craftctl default
+      apt download $(apt-cache search '^hunspell-.*$' |
+        awk '!/myspell|dbgsym|tools|transitional|dependency/{printf "%s ", $1}')
+      find . -name "*.deb" -exec dpkg-deb -x {} "$CRAFT_PART_INSTALL" \;
+    prime:
+    - usr/share/hunspell
+    build-environment:
+    - PATH: /snap/gnome-42-2204-sdk/current/usr/bin${PATH:+:$PATH}
+    - XDG_DATA_DIRS: /build/thunderbird/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/current/usr/lib/x86_64-linux-gnu/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}
+    stage-packages: []
+    stage: []
+    build-packages: []
   rust:
     plugin: nil
     build-packages:
@@ -356,7 +379,7 @@
     prime: []
     build-packages: []
   gnome/sdk:
-    source: /snap/snapcraft/13008/share/snapcraft/extensions/desktop/command-chain
+    source: /snap/snapcraft/13181/share/snapcraft/extensions/desktop/command-chain
     plugin: make
     build-snaps:
     - gnome-42-2204-sdk
@@ -367,9 +390,9 @@
 architectures:
 - amd64
 image-info:
-  build-request-id: lp-94522903
-  build-request-timestamp: '2024-12-17T08:00:13Z'
-  build_url: https://launchpad.net/~desktop-snappers/+snap/thunderbird/+build/2683976
+  build-request-id: lp-95246584
+  build-request-timestamp: '2025-01-15T17:00:12Z'
+  build_url: https://launchpad.net/~desktop-snappers/+snap/thunderbird/+build/2704855
 build-packages: []
 build-snaps: []
 primed-stage-packages:
Downloading thunderbird amd64 from channel latest/stable (r609) to cache directory
Unpackaging
remove . symlink cache/thunderbird-609/usr/bin/X11
Downloading thunderbird amd64 from channel latest/candidate (r622) to cache directory
Unpackaging
remove . symlink cache/thunderbird-622/usr/bin/X11

Changes to the snap manifest

Size of the old snap: 150.6 MiB
Size of the new snap: 210.4 MiB

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

No file removed

Files added
 /meta/hooks/install
 /snap/hooks/install
 /usr/share/hunspell


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

�[91mWarning, the diskspace increased by 39%


Copy link
Author

Closing the bug since the revision isn't in the candidate channel anymore

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