mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
build: xcb_proto 1.14.1
This commit is contained in:
parent
fc65127244
commit
d3d547c545
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
package=xcb_proto
|
package=xcb_proto
|
||||||
$(package)_version=1.10
|
$(package)_version=1.14.1
|
||||||
$(package)_download_path=https://xcb.freedesktop.org/dist
|
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
|
||||||
$(package)_file_name=xcb-proto-$($(package)_version).tar.bz2
|
$(package)_file_name=xcb-proto-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
|
$(package)_sha256_hash=f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3
|
||||||
|
|
||||||
define $(package)_config_cmds
|
define $(package)_config_cmds
|
||||||
$($(package)_autoconf)
|
$($(package)_autoconf)
|
||||||
|
@ -17,6 +17,5 @@ define $(package)_stage_cmds
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_postprocess_cmds
|
define $(package)_postprocess_cmds
|
||||||
find -name "*.pyc" -delete && \
|
rm -rf lib/python*/site-packages/xcbgen/__pycache__
|
||||||
find -name "*.pyo" -delete
|
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Add table
Reference in a new issue