kumquat-buildroot/package/x11r7/xapp_xwininfo/xapp_xwininfo.mk
Bernd Kuhls de8a3a53e5 package/x11r7/xapp_xwininfo: bump version to 1.1.6
Release notes:
https://lists.x.org/archives/xorg-announce/2023-April/003379.html

Updated license hash due to upstream commit:
9a5623e2ff
  -> drop "all rights reserved", update years
  -> no change in licensing

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:56:57 +02:00

15 lines
499 B
Makefile

################################################################################
#
# xapp_xwininfo
#
################################################################################
XAPP_XWININFO_VERSION = 1.1.6
XAPP_XWININFO_SOURCE = xwininfo-$(XAPP_XWININFO_VERSION).tar.xz
XAPP_XWININFO_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XWININFO_LICENSE = MIT
XAPP_XWININFO_LICENSE_FILES = COPYING
XAPP_XWININFO_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))