mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
depends: xorgproto: update to 2024.1
This commit is contained in:
parent
e721ddade1
commit
762ba03c8c
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
package=xorgproto
|
package=xorgproto
|
||||||
$(package)_version=2023.2
|
$(package)_version=2024.1
|
||||||
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
|
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
|
||||||
$(package)_file_name=xorgproto-$($(package)_version).tar.xz
|
$(package)_file_name=xorgproto-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c
|
$(package)_sha256_hash=372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59
|
||||||
|
|
||||||
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
|
||||||
|
@ -10,6 +10,9 @@ define $(package)_set_vars
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
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 .
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue