mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
depends: xorgproto: update to 2023.2
This commit is contained in:
parent
1c04b1f0ef
commit
c866fac31a
4 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@ $(package)_version=1.0.11
|
||||||
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
|
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
|
||||||
$(package)_file_name=libXau-$($(package)_version).tar.xz
|
$(package)_file_name=libXau-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb
|
$(package)_sha256_hash=f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb
|
||||||
$(package)_dependencies=xproto
|
$(package)_dependencies=xorgproto
|
||||||
|
|
||||||
# When updating this package, check the default value of
|
# When updating this package, check the default value of
|
||||||
# --disable-xthreads. It is currently enabled.
|
# --disable-xthreads. It is currently enabled.
|
||||||
|
|
|
@ -3,7 +3,7 @@ $(package)_version=0.4.1
|
||||||
$(package)_download_path=https://xcb.freedesktop.org/dist
|
$(package)_download_path=https://xcb.freedesktop.org/dist
|
||||||
$(package)_file_name=xcb-util-keysyms-$($(package)_version).tar.xz
|
$(package)_file_name=xcb-util-keysyms-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638
|
$(package)_sha256_hash=7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638
|
||||||
$(package)_dependencies=libxcb xproto
|
$(package)_dependencies=libxcb xorgproto
|
||||||
|
|
||||||
define $(package)_set_vars
|
define $(package)_set_vars
|
||||||
$(package)_config_opts=--disable-shared --disable-devel-docs --without-doxygen
|
$(package)_config_opts=--disable-shared --disable-devel-docs --without-doxygen
|
||||||
|
|
|
@ -12,7 +12,7 @@ darwin_native_packages = darwin_sdk native_cctools native_libtapi
|
||||||
mingw32_packages =
|
mingw32_packages =
|
||||||
mingw32_native_packages =
|
mingw32_native_packages =
|
||||||
|
|
||||||
qt_linux_packages := libxcb xcb_proto libXau xproto libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_cursor libxcb_util_wm freetype fontconfig dbus qt
|
qt_linux_packages := libxcb xcb_proto libXau xorgproto libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_cursor libxcb_util_wm freetype fontconfig dbus qt
|
||||||
qt_darwin_packages := qt
|
qt_darwin_packages := qt
|
||||||
qt_mingw32_packages := qt
|
qt_mingw32_packages := qt
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package=xproto
|
package=xorgproto
|
||||||
$(package)_version=7.0.31
|
$(package)_version=2023.2
|
||||||
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/proto
|
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
|
||||||
$(package)_file_name=xproto-$($(package)_version).tar.bz2
|
$(package)_file_name=xorgproto-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747
|
$(package)_sha256_hash=b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c
|
||||||
|
|
||||||
define $(package)_set_vars
|
define $(package)_set_vars
|
||||||
$(package)_config_opts=--without-fop --without-xmlto --without-xsltproc --disable-specs
|
$(package)_config_opts=--without-fop --without-xmlto --without-xsltproc --disable-specs
|
Loading…
Reference in a new issue