2659ac537c
Release notes:
https://lists.x.org/archives/xorg-announce/2022-April/003146.html
Added dependency to xlib_libXrandr needed after upstream commit:
13d1e26d69
Removed md5 and sha1 hashes, not provided by upstream anymore.
Reformatted license hash.
Switched tarball to upstream-provided .xz format.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
527 B
Makefile
15 lines
527 B
Makefile
################################################################################
|
|
#
|
|
# xapp_setxkbmap
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_SETXKBMAP_VERSION = 1.3.3
|
|
XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.xz
|
|
XAPP_SETXKBMAP_SITE = https://xorg.freedesktop.org/archive/individual/app
|
|
XAPP_SETXKBMAP_LICENSE = MIT
|
|
XAPP_SETXKBMAP_LICENSE_FILES = COPYING
|
|
XAPP_SETXKBMAP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile xlib_libXrandr
|
|
|
|
$(eval $(autotools-package))
|