Skip to content

Commit d3d547c

Browse files
committed
build: xcb_proto 1.14.1
1 parent fc65127 commit d3d547c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

depends/packages/xcb_proto.mk

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=xcb_proto
2-
$(package)_version=1.10
3-
$(package)_download_path=https://xcb.freedesktop.org/dist
4-
$(package)_file_name=xcb-proto-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
2+
$(package)_version=1.14.1
3+
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
4+
$(package)_file_name=xcb-proto-$($(package)_version).tar.xz
5+
$(package)_sha256_hash=f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3
66

77
define $(package)_config_cmds
88
$($(package)_autoconf)
@@ -17,6 +17,5 @@ define $(package)_stage_cmds
1717
endef
1818

1919
define $(package)_postprocess_cmds
20-
find -name "*.pyc" -delete && \
21-
find -name "*.pyo" -delete
20+
rm -rf lib/python*/site-packages/xcbgen/__pycache__
2221
endef

0 commit comments

Comments
 (0)