updater-upower-1.90.9 — upower → 1.90.9 (#12494)

* Add unbuilt upower to updater-upower-1.90.9

* Add libxslt build dep.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-upower-1.90.9: Build Run on linux/arm/v7.

* updater-upower-1.90.9: Build Run on linux/amd64.

* updater-upower-1.90.9: Package File Update Run on linux/amd64 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-16 14:31:01 +10:00
committed by GitHub
parent 7f9bf68655
commit 7b825fa59b
3 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
/usr/local/bin/upower
/usr/local/etc/UPower/UPower.conf
/usr/local/etc/udev/60-upower-battery.hwdb
/usr/local/etc/udev/60-upower-battery.rules
/usr/local/etc/udev/95-upower-hid.hwdb
/usr/local/etc/udev/95-upower-hid.rules
/usr/local/etc/udev/95-upower-wup.rules
@@ -62,8 +64,10 @@
/usr/local/share/installed-tests/upower/upower-integration.test
/usr/local/share/locale/fr/LC_MESSAGES/upower.mo
/usr/local/share/locale/it/LC_MESSAGES/upower.mo
/usr/local/share/locale/ka/LC_MESSAGES/upower.mo
/usr/local/share/locale/pl/LC_MESSAGES/upower.mo
/usr/local/share/locale/sv/LC_MESSAGES/upower.mo
/usr/local/share/man/man1/upower.1.zst
/usr/local/share/man/man7/UPower.7.zst
/usr/local/share/man/man8/upowerd.8.zst
/usr/local/share/zsh/site-functions/_upower

View File

@@ -1,5 +1,7 @@
/usr/local/bin/upower
/usr/local/etc/UPower/UPower.conf
/usr/local/etc/udev/60-upower-battery.hwdb
/usr/local/etc/udev/60-upower-battery.rules
/usr/local/etc/udev/95-upower-hid.hwdb
/usr/local/etc/udev/95-upower-hid.rules
/usr/local/etc/udev/95-upower-wup.rules
@@ -62,8 +64,10 @@
/usr/local/share/installed-tests/upower/upower-integration.test
/usr/local/share/locale/fr/LC_MESSAGES/upower.mo
/usr/local/share/locale/it/LC_MESSAGES/upower.mo
/usr/local/share/locale/ka/LC_MESSAGES/upower.mo
/usr/local/share/locale/pl/LC_MESSAGES/upower.mo
/usr/local/share/locale/sv/LC_MESSAGES/upower.mo
/usr/local/share/man/man1/upower.1.zst
/usr/local/share/man/man7/UPower.7.zst
/usr/local/share/man/man8/upowerd.8.zst
/usr/local/share/zsh/site-functions/_upower

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Upower < Meson
description 'Abstraction for enumerating power devices, listening to device events and querying history and statistics'
homepage 'https://upower.freedesktop.org'
version '1.90.2'
version '1.90.9'
license 'GPL-2'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/upower/upower.git'
@@ -11,19 +11,20 @@ class Upower < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '4b7a470ec75af657fd8ca4cac58f6adf568756348a7c1b4112c1521fefa3cbcf',
armv7l: '4b7a470ec75af657fd8ca4cac58f6adf568756348a7c1b4112c1521fefa3cbcf',
x86_64: 'cfe67815bc2225f8189e8f2b426b61258a081c6b4a3869e52c6e991bece42b72'
aarch64: 'bc09340bdb4e6878f628a44600605ae588b3740ddd649d4f7b2f1a5f25581b82',
armv7l: 'bc09340bdb4e6878f628a44600605ae588b3740ddd649d4f7b2f1a5f25581b82',
x86_64: '4e9693515224ebdb7d7064767b6c8c52050b6801e4599c7711c486c231108da0'
})
depends_on 'docbook_xsl' => :build
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
depends_on 'gtk_doc' => :build
depends_on 'libgudev' # R
depends_on 'libusb' => :build
depends_on 'libxslt' => :build
depends_on 'py3_pygments' => :build
meson_options "-Dos_backend=linux \