kumquat-buildroot/package/x11r7/xlib_libXt/xlib_libXt.mk
Bernd Kuhls 2e76842bab package/x11r7/xlib_libXt: bump version to 1.3.0
Release notes:
https://lists.x.org/archives/xorg-announce/2023-April/003383.html

Update license hash due to copyright changes with upstream commits:
    4ece1c842a
    444eb13db2
    bf57306493

  -> changes in copyright years, drop of a "all rights reserved".
  -> license does not change

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-05-07 13:13:03 +02:00

19 lines
661 B
Makefile

################################################################################
#
# xlib_libXt
#
################################################################################
XLIB_LIBXT_VERSION = 1.3.0
XLIB_LIBXT_SOURCE = libXt-$(XLIB_LIBXT_VERSION).tar.xz
XLIB_LIBXT_SITE = https://xorg.freedesktop.org/archive/individual/lib
XLIB_LIBXT_LICENSE = MIT
XLIB_LIBXT_LICENSE_FILES = COPYING
XLIB_LIBXT_INSTALL_STAGING = YES
XLIB_LIBXT_CPE_ID_VENDOR = x
XLIB_LIBXT_CPE_ID_PRODUCT = libxt
XLIB_LIBXT_DEPENDENCIES = xlib_libSM xlib_libX11 xorgproto xcb-proto libxcb host-xorgproto
XLIB_LIBXT_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))