comparison src/x11.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 903796b2fcb6
children 1c4d32909efb
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 := x11 4 PKG := x11
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.6.2 6 $(PKG)_VERSION := 1.6.5
7 $(PKG)_CHECKSUM := 351ae5bad88bb2b54b7f749f6096b518a3b13b29 7 $(PKG)_CHECKSUM := c32155467508dfe783f9296ef22ee6ed53cae7df
8 $(PKG)_SUBDIR := libX11-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libX11-$($(PKG)_VERSION)
9 $(PKG)_FILE := libX11-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libX11-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/lib/$($(PKG)_FILE)
11 $(PKG)_DEPS := inputproto kbproto xcb xextproto xproto xtrans 11 $(PKG)_DEPS := inputproto kbproto xcb xextproto xproto xtrans
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