Skip to content

Commit

Permalink
build: xcb_proto 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Dec 3, 2021
1 parent 4221ec7 commit 06257ac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions depends/packages/xcb_proto.mk
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

0 comments on commit 06257ac

Please sign in to comment.