wok diff xorg-xkeyboard-config/receipt @ rev 22787

updated fusioninventory-agent (2.4.2 -> 2.5.2)
author Hans-G?nter Theisgen
date Sun Jan 26 17:39:32 2020 +0100 (2020-01-26)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xkeyboard-config/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xkeyboard-config/receipt	Sun Jan 26 17:39:32 2020 +0100
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xkeyboard-config"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.5.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server keyboard definition files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="xkeyboard-config"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18 -WGET_URL="http://xorg.freedesktop.org/releases/individual/data/$SOURCE/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20 +WGET_URL="$XORG_MIRROR/data/$TARBALL"
    1.21  
    1.22  DEPENDS="xorg-xkbcomp"
    1.23 -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool"
    1.24 +BUILD_DEPENDS="intltool perl-xml-parser xorg-libX11-dev xorg-xkbcomp xorg-xproto"
    1.25 +
    1.26 +HOST_ARCH="i486 arm"
    1.27  
    1.28  # Handle cross compilation. Use build host: xorg-xkbcomp perl-xml-parser
    1.29  case "$ARCH" in
    1.30 @@ -23,19 +25,19 @@
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34 -	./configure \
    1.35 -		--sysconfdir=/etc \
    1.36 -		--localstatedir=/var \
    1.37 -		--with-xkb-base=/usr/share/X11/xkb \
    1.38 -		--with-xkb-rules-symlink=xorg \
    1.39 +	./configure					\
    1.40 +		--sysconfdir=/etc			\
    1.41 +		--localstatedir=/var			\
    1.42 +		--with-xkb-base=/usr/share/X11/xkb	\
    1.43 +		--with-xkb-rules-symlink=xorg		\
    1.44  		$CONFIGURE_ARGS &&
    1.45 -	make && make install
    1.46 +	make &&
    1.47 +	make install
    1.48  }
    1.49  
    1.50  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.51  genpkg_rules()
    1.52  {
    1.53  	mkdir -p $fs/usr/share
    1.54 -	cp -a $install/usr/share/X11 $fs/usr/share
    1.55 +	cp -a $install/usr/share/X11	$fs/usr/share
    1.56  }
    1.57 -