wok diff libxkbcommon/receipt @ rev 22154

updated xcb-proto (1.10 -> 1.13)
author Hans-G?nter Theisgen
date Thu Nov 07 07:30:39 2019 +0100 (2019-11-07)
parents 6e8b1bcb30e2
children ede1d184d5c5
line diff
     1.1 --- a/libxkbcommon/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/libxkbcommon/receipt	Thu Nov 07 07:30:39 2019 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxkbcommon"
     1.7 -VERSION="0.4.1"
     1.8 +VERSION="0.8.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Keyboard handling library using XKB data."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -LICENSE="custom"
    1.13 +LICENSE="MIT"
    1.14 +WEB_SITE="https://xkbcommon.org"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="https://xkbcommon.org"
    1.18  WGET_URL="https://xkbcommon.org/download/$TARBALL"
    1.19  
    1.20 -DEPENDS="xorg-xkeyboard-config libxcb"
    1.21 -BUILD_DEPENDS="libxcb-dev xorg-util-macros xorg-xkeyboard-config-dev bison"
    1.22 +DEPENDS="libxcb xorg-xkeyboard-config"
    1.23 +BUILD_DEPENDS="bison libxcb-dev xorg-util-macros xorg-xkeyboard-config-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure \
    1.29 -		--with-xkb-config-root=/usr/share/X11/xkb \
    1.30 +	./configure						\
    1.31 +		--with-xkb-config-root=/usr/share/X11/xkb	\
    1.32  		$CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +	make -j 1 &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.