diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-09-07 12:08:05 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-07 21:53:45 +0200 |
commit | a441f8c4c06cae7736364b4fb11d70a6e632df9d (patch) | |
tree | 2b2fc949f7d4f1bbd7415ea4a3db1207f903745e | |
parent | df2a60e5ca39d6f31e361bb57cb526e58576eb45 (diff) | |
download | buildroot-a441f8c4c06cae7736364b4fb11d70a6e632df9d.tar.gz buildroot-a441f8c4c06cae7736364b4fb11d70a6e632df9d.zip |
xapp_xfs: Bump version to 1.1.4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/x11r7/xapp_xfs/xapp_xfs.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/x11r7/xapp_xfs/xapp_xfs.mk b/package/x11r7/xapp_xfs/xapp_xfs.mk index 343a0332c6..3e704554b2 100644 --- a/package/x11r7/xapp_xfs/xapp_xfs.mk +++ b/package/x11r7/xapp_xfs/xapp_xfs.mk @@ -4,13 +4,11 @@ # ################################################################################ -XAPP_XFS_VERSION = 1c8459eafc04997751ae3d200d0ec91e43e19b5b -XAPP_XFS_SITE = git://anongit.freedesktop.org/xorg/app/xfs +XAPP_XFS_VERSION = 1.1.4 +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_AUTORECONF = YES -# xfont_font-util is only needed due to autoreconf. When switching -# back to a tarball release, it can be removed. -XAPP_XFS_DEPENDENCIES = xfont_font-util xlib_libFS xlib_libXfont xproto_fontsproto +XAPP_XFS_DEPENDENCIES = xlib_libFS xlib_libXfont xproto_fontsproto $(eval $(autotools-package)) |