mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
updater-gnome_console-49.1 — gnome_console → 49.1 (#13317)
* Add unbuilt gnome_console to updater-gnome_console-49.1 * updater-gnome_console-49.1: Package File Update Run on linux/amd64 container. * updater-gnome_console-49.1: Package File Update Run on linux/arm/v7 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:
committed by
GitHub
parent
1723fd2891
commit
86dde81e9c
@@ -1,4 +1,4 @@
|
||||
# Total size: 861851
|
||||
# Total size: 902728
|
||||
/usr/local/bin/kgx
|
||||
/usr/local/share/applications/org.gnome.Console.desktop
|
||||
/usr/local/share/dbus-1/services/org.gnome.Console.service
|
||||
@@ -56,6 +56,7 @@
|
||||
/usr/local/share/locale/sv/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/th/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/tr/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/ug/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/uk/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/uz/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/vi/LC_MESSAGES/kgx.mo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 911711
|
||||
# Total size: 949528
|
||||
/usr/local/bin/kgx
|
||||
/usr/local/share/applications/org.gnome.Console.desktop
|
||||
/usr/local/share/dbus-1/services/org.gnome.Console.service
|
||||
@@ -56,6 +56,7 @@
|
||||
/usr/local/share/locale/sv/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/th/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/tr/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/ug/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/uk/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/uz/LC_MESSAGES/kgx.mo
|
||||
/usr/local/share/locale/vi/LC_MESSAGES/kgx.mo
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/meson'
|
||||
class Gnome_console < Meson
|
||||
description 'A simple user-friendly terminal emulator for the GNOME desktop'
|
||||
homepage 'https://gitlab.gnome.org/GNOME/console'
|
||||
version '49.0'
|
||||
version '49.1'
|
||||
license 'GPL3'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/console.git'
|
||||
@@ -14,9 +14,9 @@ class Gnome_console < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'd98688fc6f040398610854a59bea601c590e159070b692a90d9afbbec2101baa',
|
||||
armv7l: 'd98688fc6f040398610854a59bea601c590e159070b692a90d9afbbec2101baa',
|
||||
x86_64: '3439833b9952b4af914ce8eb4f35d15623da5d7426bace7896d44357faaa5852'
|
||||
aarch64: 'f56540d1fbbefd9f235ca86078d0240d9a5a831ec3ec438f57e44b55e90e3b52',
|
||||
armv7l: 'f56540d1fbbefd9f235ca86078d0240d9a5a831ec3ec438f57e44b55e90e3b52',
|
||||
x86_64: '4a981963bac36a6b21d989c2097228e5cb9ff4cb0281b53e4dadef937a2466fb'
|
||||
})
|
||||
|
||||
depends_on 'desktop_file_utils' => :build
|
||||
|
||||
Reference in New Issue
Block a user