package/x11r7/xapp_xfs: bump version to 1.2.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 29 Nov 2017 20:55:54 +0000 (21:55 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 29 Nov 2017 21:19:04 +0000 (22:19 +0100)
xfs was ported to use libXfont 2.x instead of 1.x:
https://cgit.freedesktop.org/xorg/app/xfs/diff/configure.ac?id=fedc90e8e3f6c36204de5562bfb726270064a4f1

Added all hashes provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x11r7/xapp_xfs/Config.in
package/x11r7/xapp_xfs/xapp_xfs.hash
package/x11r7/xapp_xfs/xapp_xfs.mk

index 0a5d71152450da51c07bfc2c40fc2c582c0fd900..b708af8c0cddb101bca2da662474dcbaaa252a76 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_XAPP_XFS
        bool "xfs"
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_XLIB_LIBFS
-       select BR2_PACKAGE_XLIB_LIBXFONT
+       select BR2_PACKAGE_XLIB_LIBXFONT2
        select BR2_PACKAGE_XPROTO_FONTSPROTO
        help
          X font server
index 67823742b57b84eade8e927a30caea9f28c2078c..27577ba2bd722727fa8e1e79fc2a40f6d2981017 100644 (file)
@@ -1,2 +1,5 @@
-# From http://lists.x.org/archives/xorg-announce/2014-August/002472.html
-sha256 a40b75e674c091464f85739292b6bf24e2d153f4a2ac456d3ea6b8a64e269ffa        xfs-1.1.4.tar.bz2
+# From https://lists.x.org/archives/xorg-announce/2017-November/002826.html
+md5  b4d2e644bfb35cae8858d2411501b07e  xfs-1.2.0.tar.bz2
+sha1 00848fcc2915ed8b00e75ac311c4727327324f57  xfs-1.2.0.tar.bz2
+sha256 db2212115783498f8eeaaee1349461d6c4e9d2005e142bacd3a984fe57269860  xfs-1.2.0.tar.bz2
+sha512 557b08aa07919239ce345d60b288b886640200bb1a59649fc890c3ccaa8559cc6745189614e696ab1b390ec024b393be5493787b7b0d2b3545b342d743c2e0ef  xfs-1.2.0.tar.bz2
index 3e704554b20d2ce42a8072d9e9550b61400a2bc6..f4fe35dfb73fc03738f344824dccd1f23227e417 100644 (file)
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-XAPP_XFS_VERSION = 1.1.4
+XAPP_XFS_VERSION = 1.2.0
 XAPP_XFS_SOURCE = xfs-$(XAPP_XFS_VERSION).tar.bz2
 XAPP_XFS_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFS_LICENSE = MIT
 XAPP_XFS_LICENSE_FILES = COPYING
-XAPP_XFS_DEPENDENCIES = xlib_libFS xlib_libXfont xproto_fontsproto
+XAPP_XFS_DEPENDENCIES = xlib_libFS xlib_libXfont2 xproto_fontsproto
 
 $(eval $(autotools-package))