comparison src/xcb.mk @ 5017:aedd254dd2e6

* src/xcb.mk: update to v1.13.1
author John Donoghue
date Mon, 11 Mar 2019 15:27:33 -0400
parents 58de4f56c797
children 0988117f1a6e
comparison
equal deleted inserted replaced
5016:b88723578fec 5017:aedd254dd2e6
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := xcb 4 PKG := xcb
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.12 6 $(PKG)_VERSION := 1.13.1
7 $(PKG)_CHECKSUM := 2f03490d1c75c8a3f902f74b717af6501773926a 7 $(PKG)_CHECKSUM := 2ab17a1bb2a44e0a9cb0b26bcf899689ba1bbb3b
8 $(PKG)_SUBDIR := libxcb-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libxcb-$($(PKG)_VERSION)
9 $(PKG)_FILE := libxcb-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := libxcb-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://www.x.org/archive/individual/xcb/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/xcb/$($(PKG)_FILE)
11 $(PKG)_DEPS := pthread-stubs util-macros xau xcb-proto 11 $(PKG)_DEPS := pthread-stubs util-macros xau xcb-proto
12
13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'https://www.x.org/archive/individual/xcb/' | \
15 $(SED) -n 's,.*<a href="libxcb-\([0-9\.]*\)\.tar.gz".*,\1,p' | \
16 $(SORT) -V |
17 tail -1
18 endef
12 19
13 ifeq ($(MXE_WINDOWS_BUILD),yes) 20 ifeq ($(MXE_WINDOWS_BUILD),yes)
14 define $(PKG)_BUILD 21 define $(PKG)_BUILD
15 endef 22 endef
16 else 23 else