aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-08-04 10:37:50 +0800
committerfanquake <fanquake@gmail.com>2021-12-03 14:07:10 +0800
commitd3d547c545021d8339db666d36e48f10ea478f9c (patch)
tree5f04707e1458b96f09f9be36223da358f90a2799 /depends
parentfc65127244320500022c3772141850eda28b99af (diff)
downloadbitcoin-d3d547c545021d8339db666d36e48f10ea478f9c.tar.xz
build: xcb_proto 1.14.1
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/xcb_proto.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/depends/packages/xcb_proto.mk b/depends/packages/xcb_proto.mk
index 01203a0718..9be822506d 100644
--- a/depends/packages/xcb_proto.mk
+++ b/depends/packages/xcb_proto.mk
@@ -1,8 +1,8 @@
package=xcb_proto
-$(package)_version=1.10
-$(package)_download_path=https://xcb.freedesktop.org/dist
-$(package)_file_name=xcb-proto-$($(package)_version).tar.bz2
-$(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
+$(package)_version=1.14.1
+$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
+$(package)_file_name=xcb-proto-$($(package)_version).tar.xz
+$(package)_sha256_hash=f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3
define $(package)_config_cmds
$($(package)_autoconf)
@@ -17,6 +17,5 @@ define $(package)_stage_cmds
endef
define $(package)_postprocess_cmds
- find -name "*.pyc" -delete && \
- find -name "*.pyo" -delete
+ rm -rf lib/python*/site-packages/xcbgen/__pycache__
endef