wok rev 22244

updated xorg-setxkbmap (1.3.0 -> 1.3.2)
author Hans-G?nter Theisgen
date Tue Nov 12 16:00:11 2019 +0100 (2019-11-12)
parents 7760fd42a974
children c55992f6ba60
files xorg-setxkbmap/receipt
line diff
     1.1 --- a/xorg-setxkbmap/receipt	Tue Nov 12 15:38:03 2019 +0100
     1.2 +++ b/xorg-setxkbmap/receipt	Tue Nov 12 16:00:11 2019 +0100
     1.3 @@ -1,28 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-setxkbmap"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.3.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Set the keyboard using the X Keyboard Extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="setxkbmap"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="xorg-xkeyboard-config"
    1.22  
    1.23 +HOST_ARCH="i486 arm"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure \
    1.29 -		--sysconfdir=/etc \
    1.30 -		--mandir=/usr/share/man \
    1.31 -		--localstatedir=/var \
    1.32 +	./configure			\
    1.33 +		--sysconfdir=/etc	\
    1.34 +		--mandir=/usr/share/man	\
    1.35 +		--localstatedir=/var	\
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make && make install
    1.38 +	make &&
    1.39 +	make install
    1.40  }
    1.41  
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 @@ -31,4 +34,3 @@
    1.44  	mkdir -p $fs/usr
    1.45  	cp -a $install/usr/bin $fs/usr
    1.46  }
    1.47 -