mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
updater-libevdev-1.13.5 — libevdev: 1.13.4 → 1.13.5 (#13569)
* Add unbuilt libevdev to updater-libevdev-1.13.5 * updater-libevdev-1.13.5: Package File Update Run on linux/386 container. * updater-libevdev-1.13.5: Package File Update Run on linux/amd64 container. * updater-libevdev-1.13.5: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e1fd95590c
commit
519ec8ff63
@@ -1,4 +1,4 @@
|
||||
# Total size: 196700
|
||||
# Total size: 194312
|
||||
/usr/local/bin/libevdev-tweak-device
|
||||
/usr/local/bin/mouse-dpi-tool
|
||||
/usr/local/bin/touchpad-edge-detector
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 233608
|
||||
# Total size: 210240
|
||||
/usr/local/bin/libevdev-tweak-device
|
||||
/usr/local/bin/mouse-dpi-tool
|
||||
/usr/local/bin/touchpad-edge-detector
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 265470
|
||||
# Total size: 251526
|
||||
/usr/local/bin/libevdev-tweak-device
|
||||
/usr/local/bin/mouse-dpi-tool
|
||||
/usr/local/bin/touchpad-edge-detector
|
||||
|
||||
@@ -3,22 +3,22 @@ require 'buildsystems/meson'
|
||||
class Libevdev < Meson
|
||||
description 'libevdev is a wrapper library for evdev devices.'
|
||||
homepage 'https://www.freedesktop.org/wiki/Software/libevdev/'
|
||||
version '1.13.4'
|
||||
version '1.13.5'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url "https://www.freedesktop.org/software/libevdev/libevdev-#{version}.tar.xz"
|
||||
source_sha256 'f00ab8d42ad8b905296fab67e13b871f1a424839331516642100f82ad88127cd'
|
||||
source_sha256 '89918ae7b7c13936e6482604a77a2bfbbb74544c5d039fde01c3fa1bdf639987'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '7cdc504498a4d6da831ebfb36a7b3112d029b96ccaad4166c92a0f556cd9d89e',
|
||||
armv7l: '7cdc504498a4d6da831ebfb36a7b3112d029b96ccaad4166c92a0f556cd9d89e',
|
||||
i686: '69e54f648be62110a5a488c39b5bdd9c0957ea4705a25d82d8e6cde86f704458',
|
||||
x86_64: '3c285862c00dbbdfd19f88cc9a9cdb5c57580844a5db46c4b4155dae9618f08a'
|
||||
aarch64: 'd58b4b84a9f6eee8d9ca8c04bc2a1f6cc08aa1288d60200616d11a1f586706e7',
|
||||
armv7l: 'd58b4b84a9f6eee8d9ca8c04bc2a1f6cc08aa1288d60200616d11a1f586706e7',
|
||||
i686: 'f697d9e40f91c885f804a4cad23ccc54e8b61e03709bab0977626a3960f6f357',
|
||||
x86_64: '54c1c2ed37bdd83ac932ea5ad63267b31b3ed45427479c98a1ca0d43f31d9b01'
|
||||
})
|
||||
|
||||
depends_on 'check' => :build
|
||||
depends_on 'doxygen' => :build
|
||||
depends_on 'python3' => :build
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'python3' => :build
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user