package/x11r7/xapp_xhost: bump version to 1.0.9

Release notes:
https://lists.x.org/archives/xorg-announce/2022-December/003301.html

Updated license hash due to copyright year bump:
167ad7fa3a

Switched tarball to xz, updated _SITE.

Added optional support for gettext:
167ad7fa3a

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2022-12-14 20:04:36 +01:00 committed by Peter Korsgaard
parent aa409d82fc
commit f62d409cb8
2 changed files with 9 additions and 10 deletions

View File

@ -1,7 +1,5 @@
# From https://lists.x.org/archives/xorg-announce/2019-February/002950.html
md5 a48c72954ae6665e0616f6653636da8c xhost-1.0.8.tar.bz2
sha1 971670858a464d4f8eeb6f4e182f9fcd94149790 xhost-1.0.8.tar.bz2
sha256 a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396 xhost-1.0.8.tar.bz2
sha512 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b xhost-1.0.8.tar.bz2
# From https://lists.x.org/archives/xorg-announce/2022-December/003301.html
sha256 ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645 xhost-1.0.9.tar.xz
sha512 d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818 xhost-1.0.9.tar.xz
# Locally computed
sha256 7e69bed6fcfff05ecf454d7e4b29cd265172385833f1978f04b638f92f2cfecf COPYING
sha256 d3106697fb05dea4e9899b9e782ae7c3c17086d5b3dc7966494fc83fda9e468e COPYING

View File

@ -4,11 +4,12 @@
#
################################################################################
XAPP_XHOST_VERSION = 1.0.8
XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.bz2
XAPP_XHOST_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XHOST_VERSION = 1.0.9
XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.xz
XAPP_XHOST_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XHOST_LICENSE = MIT
XAPP_XHOST_LICENSE_FILES = COPYING
XAPP_XHOST_DEPENDENCIES = xlib_libX11 xlib_libXmu
XAPP_XHOST_DEPENDENCIES = xlib_libX11 xlib_libXmu $(TARGET_NLS_DEPENDENCIES)
XAPP_XHOST_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
$(eval $(autotools-package))