updater-libnotify-0.8.6 — libnotify → 0.8.6 (#12549)

* Add unbuilt libnotify to updater-libnotify-0.8.6

* updater-libnotify-0.8.6: Build Run on linux/amd64.

* updater-libnotify-0.8.6: Build Run on linux/arm/v7.

* updater-libnotify-0.8.6: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-18 01:59:27 +00:00
committed by GitHub
parent 2a7e24e90e
commit ba0de77802
3 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
# Total size: 193055
/usr/local/bin/notify-send
/usr/local/include/libnotify/notification.h
/usr/local/include/libnotify/notify-enum-types.h

View File

@@ -1,3 +1,4 @@
# Total size: 233605
/usr/local/bin/notify-send
/usr/local/include/libnotify/notification.h
/usr/local/include/libnotify/notify-enum-types.h

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Libnotify < Meson
description 'A library for sending desktop notifications.'
homepage 'https://gitlab.gnome.org/GNOME/libnotify'
version '0.8.3'
version '0.8.6'
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/GNOME/libnotify.git'
@@ -11,14 +11,14 @@ class Libnotify < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '35a9e95ee6a51d9558976463f93a6914ba41068ad6c9e1227d2f391ae9856039',
armv7l: '35a9e95ee6a51d9558976463f93a6914ba41068ad6c9e1227d2f391ae9856039',
x86_64: '5ae60181f7b6635d92cca1096faa9ac99b7c8ffd9aaacf56e05fe703366427ba'
aarch64: '9a7691fa8514a880032b36718ba86fd79ce44aafd47ad16fa478e6ca9dfff798',
armv7l: '9a7691fa8514a880032b36718ba86fd79ce44aafd47ad16fa478e6ca9dfff798',
x86_64: '9267537dec8630340c542e485b18dbdb1e03333d2d26b61bc174f1a78d89a37a'
})
depends_on 'gdk_pixbuf' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
gnome