comparison src/xcb.mk @ 4519:58de4f56c797

update most X11 packages to latest version and to use tar.bz2 files
author John W. Eaton <jwe@octave.org>
date Thu, 19 Oct 2017 17:11:27 -0400
parents b74853c2afa1
children aedd254dd2e6
comparison
equal deleted inserted replaced
4518:c48b41efdcf4 4519:58de4f56c797
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.11 6 $(PKG)_VERSION := 1.12
7 $(PKG)_CHECKSUM := 69a2f447a10918d005c33a8391492d0443533df7 7 $(PKG)_CHECKSUM := 2f03490d1c75c8a3f902f74b717af6501773926a
8 $(PKG)_SUBDIR := libxcb-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libxcb-$($(PKG)_VERSION)
9 $(PKG)_FILE := libxcb-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libxcb-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://xorg.freedesktop.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 12
13 ifeq ($(MXE_WINDOWS_BUILD),yes) 13 ifeq ($(MXE_WINDOWS_BUILD),yes)
14 define $(PKG)_BUILD 14 define $(PKG)_BUILD
15 endef 15 endef