mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #8274 from heitbaum/chrome
[le12] chrome: update to 119.0.6045.105 and addon (1)
This commit is contained in:
commit
0bdae4480b
@ -1,12 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2017 Escalade
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="at-spi2-atk"
|
||||
PKG_VERSION="2.38.0"
|
||||
PKG_SHA256="cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.gnome.org/"
|
||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${PKG_VERSION:0:4}/at-spi2-atk-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain at-spi2-core atk libxml2"
|
||||
PKG_LONGDESC="A GTK+ module that bridges ATK to D-Bus at-spi."
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="cups"
|
||||
PKG_VERSION="2.4.6"
|
||||
PKG_SHA256="7d89f684aace50e17100c78812069168f1bdc06f95623117094f8c47ef867aef"
|
||||
PKG_VERSION="2.4.7"
|
||||
PKG_SHA256="9b9a126018462f7326baa828bdf861939e37e00bc63884e03129b3f3360c44fe"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.cups.org"
|
||||
PKG_URL="https://github.com/openprinting/cups/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -8,7 +8,7 @@ PKG_SHA256="ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="https://www.gtk.org/"
|
||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKG_VERSION:0:4}/gtk+-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain at-spi2-atk atk cairo gdk-pixbuf glib libX11 libXi libXrandr libepoxy pango libxkbcommon"
|
||||
PKG_DEPENDS_TARGET="toolchain at-spi2-core atk cairo gdk-pixbuf glib libX11 libXi libXrandr libepoxy pango libxkbcommon"
|
||||
PKG_DEPENDS_CONFIG="libXft pango gdk-pixbuf shared-mime-info"
|
||||
PKG_LONGDESC="A library for creating graphical user interfaces for the X Window System."
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="icu"
|
||||
PKG_VERSION="73-2"
|
||||
PKG_SHA256="c15f704e83c221c0680640a995d9db641f5b82098fb4b258a94b7d0561493c88"
|
||||
PKG_VERSION="74-1"
|
||||
PKG_SHA256="ca464bfa73bc00ebdb850546514d01f3a983159fda0f7682ff6bf4d3de56844c"
|
||||
PKG_LICENSE="Custom"
|
||||
PKG_SITE="https://icu.unicode.org"
|
||||
PKG_URL="https://github.com/unicode-org/icu/archive/release-${PKG_VERSION}.tar.gz"
|
||||
|
@ -4,12 +4,12 @@
|
||||
PKG_NAME="chrome"
|
||||
PKG_VERSION="1.0"
|
||||
# curl -s http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -B 1 Version
|
||||
PKG_VERSION_NUMBER="116.0.5845.179"
|
||||
PKG_REV="0"
|
||||
PKG_VERSION_NUMBER="119.0.6045.105"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="Custom"
|
||||
PKG_SITE="http://www.google.com/chrome"
|
||||
PKG_DEPENDS_TARGET="toolchain at-spi2-atk atk cairo chrome-libXcomposite \
|
||||
PKG_DEPENDS_TARGET="toolchain at-spi2-core atk cairo chrome-libXcomposite \
|
||||
chrome-libXdamage chrome-libXfixes chrome-libXi chrome-libXrender \
|
||||
chrome-libXtst chrome-libxcb chrome-libxkbcommon chrome-libxshmfence cups \
|
||||
gdk-pixbuf gtk3 harfbuzz-icu libXcursor libxss nss pango \
|
||||
@ -43,8 +43,7 @@ addon() {
|
||||
$(get_install_dir gdk-pixbuf)/usr/lib/libgdk_pixbuf-2.0.so.0 \
|
||||
$(get_install_dir gtk3)/usr/lib/{libgtk-3.so.0,libgdk-3.so.0} \
|
||||
$(get_install_dir harfbuzz-icu)/usr/lib/{libharfbuzz.so.0,libharfbuzz-icu.so*} \
|
||||
$(get_install_dir at-spi2-atk)/usr/lib/libatk-bridge-2.0.so.0 \
|
||||
$(get_install_dir at-spi2-core)/usr/lib/libatspi.so.0 \
|
||||
$(get_install_dir at-spi2-core)/usr/lib/{libatk-bridge-2.0.so.0,libatspi.so.0} \
|
||||
$(get_install_dir cups)/usr/lib/libcups.so.2 \
|
||||
$(get_install_dir chrome-libxcb)/usr/lib/{libxcb.so.1,libxcb-dri3.so.0} \
|
||||
$(get_install_dir chrome-libXcomposite)/usr/lib/libXcomposite.so.1 \
|
||||
|
0
packages/addons/browser/chrome/source/bin/chrome-downloader
Normal file → Executable file
0
packages/addons/browser/chrome/source/bin/chrome-downloader
Normal file → Executable file
0
packages/addons/browser/chrome/source/bin/chrome-start
Normal file → Executable file
0
packages/addons/browser/chrome/source/bin/chrome-start
Normal file → Executable file
0
packages/addons/browser/chrome/source/bin/deb_extract_data
Normal file → Executable file
0
packages/addons/browser/chrome/source/bin/deb_extract_data
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user