]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: xorgproto: update to 2024.1
authortobtoht <tob@featherwallet.org>
Tue, 2 Apr 2024 10:27:08 +0000 (12:27 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 2 Apr 2024 10:27:08 +0000 (12:27 +0200)
contrib/depends/packages/xorgproto.mk

index f25d662db6342a6c4d97dc7e8be8220b2ba1c33e..9be0d5cb0c347a53bf618c46308f91756ad7e8dd 100644 (file)
@@ -1,8 +1,8 @@
 package=xorgproto
-$(package)_version=2023.2
+$(package)_version=2024.1
 $(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
 $(package)_file_name=xorgproto-$($(package)_version).tar.xz
-$(package)_sha256_hash=b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c
+$(package)_sha256_hash=372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59
 
 define $(package)_set_vars
   $(package)_config_opts=--without-fop --without-xmlto --without-xsltproc --disable-specs
@@ -10,6 +10,9 @@ define $(package)_set_vars
 endef
 
 define $(package)_preprocess_cmds
+  find . -type f -name 'Makefile.in' -exec rm {} + && \
+  rm aclocal.m4 compile config.guess config.sub configure install-sh missing test-driver && \
+  autoreconf -fi && \
   cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
 endef