mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
gtk3: update to 3.24.50
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gtk3"
|
||||
PKG_VERSION="3.24.49"
|
||||
PKG_SHA256="5ea52c6a28f0e5ecf2e9a3c2facbb30d040b73871fcd5f33cd1317e9018a146e"
|
||||
PKG_VERSION="3.24.50"
|
||||
PKG_SHA256="399118a5699314622165a11b769ea9b6ed68e037b6d46d57cfcf4851dec07529"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="https://www.gtk.org/"
|
||||
PKG_URL="https://download.gnome.org/sources/gtk/${PKG_VERSION:0:4}/gtk-${PKG_VERSION}.tar.xz"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
'''
|
||||
|
||||
-for f in get_files('theme/Adwaita/assets', '.png'):
|
||||
- xml += ' <file preprocess=\'to-pixdata\'>theme/Adwaita/assets/{0}</file>\n'.format(f)
|
||||
- xml += ' <file>theme/Adwaita/assets/{0}</file>\n'.format(f)
|
||||
-
|
||||
-xml += '\n'
|
||||
-
|
||||
@@ -17,7 +17,7 @@
|
||||
'''
|
||||
|
||||
-for f in get_files('theme/HighContrast/assets', '.png'):
|
||||
- xml += ' <file preprocess=\'to-pixdata\'>theme/HighContrast/assets/{0}</file>\n'.format(f)
|
||||
- xml += ' <file>theme/HighContrast/assets/{0}</file>\n'.format(f)
|
||||
-
|
||||
-xml += '\n'
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user