wok rev 22155

updated xcb-util packages (0.3.8 -> 0.4.0)
author Hans-G?nter Theisgen
date Thu Nov 07 08:12:52 2019 +0100 (2019-11-07)
parents 5d0f9213f0ae
children 0a80e84555e0
files xcb-util-dev/receipt xcb-util-image-dev/receipt xcb-util-image/receipt xcb-util-keysyms-dev/receipt xcb-util-keysyms/receipt xcb-util-wm-dev/receipt xcb-util-wm/receipt xcb-util/receipt
line diff
     1.1 --- a/xcb-util-dev/receipt	Thu Nov 07 07:30:39 2019 +0100
     1.2 +++ b/xcb-util-dev/receipt	Thu Nov 07 08:12:52 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-util-dev"
     1.7 -VERSION="0.3.8"
     1.8 +VERSION="0.4.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="xcb-util development files"
    1.11 +SHORT_DESC="xcb-util - development files."
    1.12  MAINTAINER="mallory@sweetpeople.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    1.15 +
    1.16 +DEPENDS="pkg-config xcb-util"
    1.17  WANTED="xcb-util"
    1.18 -WEB_SITE="https://xcb.freedesktop.org/"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="xcb-util pkg-config"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 +
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35  }
     2.1 --- a/xcb-util-image-dev/receipt	Thu Nov 07 07:30:39 2019 +0100
     2.2 +++ b/xcb-util-image-dev/receipt	Thu Nov 07 08:12:52 2019 +0100
     2.3 @@ -1,21 +1,22 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xcb-util-image-dev"
     2.7 -VERSION="0.3.8"
     2.8 +VERSION="0.4.0"
     2.9  CATEGORY="development"
    2.10 -SHORT_DESC="devel files for xcb-util"
    2.11 +SHORT_DESC="Development files for xcb-util-image."
    2.12  MAINTAINER="slaxemulator@gmail.com"
    2.13  LICENSE="other"
    2.14 -WEB_SITE="https://xcb.freedesktop.org/"
    2.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    2.16 +
    2.17 +DEPENDS="pkg-config xcb-util-image"
    2.18  WANTED="xcb-util-image"
    2.19  
    2.20 -DEPENDS="xcb-util-image pkg-config"
    2.21 -
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25  	mkdir -p $fs/usr/lib
    2.26 -	cp -a $install/usr/include $fs/usr
    2.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.28 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    2.29 +
    2.30 +	cp -a $install/usr/include		$fs/usr
    2.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    2.32 +	cp -a $install/usr/lib/*.la		$fs/usr/lib
    2.33  }
     3.1 --- a/xcb-util-image/receipt	Thu Nov 07 07:30:39 2019 +0100
     3.2 +++ b/xcb-util-image/receipt	Thu Nov 07 08:12:52 2019 +0100
     3.3 @@ -1,12 +1,13 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xcb-util-image"
     3.7 -VERSION="0.3.8"
     3.8 +VERSION="0.4.0"
     3.9  CATEGORY="x-window"
    3.10 -SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
    3.11 +SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions."
    3.12  MAINTAINER="slaxemulator@gmail.com"
    3.13  LICENSE="other"
    3.14 -WEB_SITE="https://xcb.freedesktop.org/"
    3.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    3.16 +
    3.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.18  WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    3.19  
    3.20 @@ -16,13 +17,16 @@
    3.21  # Rules to configure and make the package.
    3.22  compile_rules()
    3.23  {
    3.24 -	cd $src
    3.25 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
    3.26 +	./configure			\
    3.27 +		--disable-static	\
    3.28 +		$CONFIGURE_ARGS &&
    3.29 +	make &&
    3.30 +	make install
    3.31  }
    3.32  
    3.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.34  genpkg_rules()
    3.35  {
    3.36  	mkdir -p $fs/usr/lib
    3.37 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.38 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.39  }
     4.1 --- a/xcb-util-keysyms-dev/receipt	Thu Nov 07 07:30:39 2019 +0100
     4.2 +++ b/xcb-util-keysyms-dev/receipt	Thu Nov 07 08:12:52 2019 +0100
     4.3 @@ -1,22 +1,24 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xcb-util-keysyms-dev"
     4.7 -VERSION="0.3.8"
     4.8 +VERSION="0.4.0"
     4.9  CATEGORY="development"
    4.10 -SHORT_DESC="devel files for xcb-util-keysyms"
    4.11 +SHORT_DESC="Development files for xcb-util-keysyms."
    4.12  MAINTAINER="slaxemulator@gmail.com"
    4.13  LICENSE="other"
    4.14 -WEB_SITE="https://xcb.freedesktop.org/"
    4.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    4.16 +
    4.17 +DEPENDS="pkg-config xcb-util-keysyms"
    4.18  WANTED="xcb-util-keysyms"
    4.19 +
    4.20  HOST_ARCH="i486 arm"
    4.21  
    4.22 -DEPENDS="xcb-util-keysyms pkg-config"
    4.23 -
    4.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.25  genpkg_rules()
    4.26  {
    4.27  	mkdir -p $fs/usr/lib
    4.28 -	cp -a $install/usr/include $fs/usr
    4.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    4.30 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    4.31 +
    4.32 +	cp -a $install/usr/include		$fs/usr
    4.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    4.34 +	cp -a $install/usr/lib/*.la		$fs/usr/lib
    4.35  }
     5.1 --- a/xcb-util-keysyms/receipt	Thu Nov 07 07:30:39 2019 +0100
     5.2 +++ b/xcb-util-keysyms/receipt	Thu Nov 07 08:12:52 2019 +0100
     5.3 @@ -1,31 +1,34 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="xcb-util-keysyms"
     5.7 -VERSION="0.3.8"
     5.8 +VERSION="0.4.0"
     5.9  CATEGORY="x-window"
    5.10 -SHORT_DESC="Utility libraries for XC Binding"
    5.11 +SHORT_DESC="Utility libraries for XC Binding."
    5.12  MAINTAINER="slaxemulator@gmail.com"
    5.13  LICENSE="other"
    5.14 -WEB_SITE="https://xcb.freedesktop.org/"
    5.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    5.16 +
    5.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.18  WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    5.19 -HOST_ARCH="i486 arm"
    5.20  
    5.21  DEPENDS="libxcb"
    5.22  BUILD_DEPENDS="libxcb-dev xorg-util-macros"
    5.23  
    5.24 +HOST_ARCH="i486 arm"
    5.25 +
    5.26  # Rules to configure and make the package.
    5.27  compile_rules()
    5.28  {
    5.29 -	./configure \
    5.30 -		--disable-static \
    5.31 +	./configure			\
    5.32 +		--disable-static	\
    5.33  		$CONFIGURE_ARGS && 
    5.34 -	make && make install
    5.35 +	make &&
    5.36 +	make install
    5.37  }
    5.38  
    5.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.40  genpkg_rules()
    5.41  {
    5.42  	mkdir -p $fs/usr/lib
    5.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    5.44 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    5.45  }
     6.1 --- a/xcb-util-wm-dev/receipt	Thu Nov 07 07:30:39 2019 +0100
     6.2 +++ b/xcb-util-wm-dev/receipt	Thu Nov 07 08:12:52 2019 +0100
     6.3 @@ -1,22 +1,24 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="xcb-util-wm-dev"
     6.7 -VERSION="0.3.8"
     6.8 +VERSION="0.4.0"
     6.9  CATEGORY="development"
    6.10 -SHORT_DESC="devel files for xcb-util-wm"
    6.11 +SHORT_DESC="Development files for xcb-util-wm."
    6.12  MAINTAINER="slaxemulator@gmail.com"
    6.13  LICENSE="other"
    6.14 -WEB_SITE="https://xcb.freedesktop.org/"
    6.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    6.16 +
    6.17 +DEPENDS="pkg-config xcb-util-wm"
    6.18  WANTED="xcb-util-wm"
    6.19 +
    6.20  HOST_ARCH="i486 arm"
    6.21  
    6.22 -DEPENDS="xcb-util-wm pkg-config"
    6.23 -
    6.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.25  genpkg_rules()
    6.26  {
    6.27  	mkdir -p $fs/usr/lib
    6.28 -	cp -a $install/usr/include $fs/usr
    6.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.30 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    6.31 +
    6.32 +	cp -a $install/usr/include		$fs/usr
    6.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    6.34 +	cp -a $install/usr/lib/*.la		$fs/usr/lib
    6.35  }
     7.1 --- a/xcb-util-wm/receipt	Thu Nov 07 07:30:39 2019 +0100
     7.2 +++ b/xcb-util-wm/receipt	Thu Nov 07 08:12:52 2019 +0100
     7.3 @@ -1,28 +1,34 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="xcb-util-wm"
     7.7 -VERSION="0.3.8"
     7.8 +VERSION="0.4.0"
     7.9  CATEGORY="x-window"
    7.10 -SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
    7.11 +SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM."
    7.12  MAINTAINER="slaxemulator@gmail.com"
    7.13  LICENSE="other"
    7.14 -WEB_SITE="https://xcb.freedesktop.org/"
    7.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    7.16 +
    7.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.18  WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    7.19 -HOST_ARCH="i486 arm"
    7.20  
    7.21  DEPENDS="libxcb"
    7.22  BUILD_DEPENDS="libxcb-dev xorg-util-macros"
    7.23  
    7.24 +HOST_ARCH="i486 arm"
    7.25 +
    7.26  # Rules to configure and make the package.
    7.27  compile_rules()
    7.28  {
    7.29 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
    7.30 +	./configure			\
    7.31 +		--disable-static	\
    7.32 +		$CONFIGURE_ARGS &&
    7.33 +	make &&
    7.34 +	make install
    7.35  }
    7.36  
    7.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.38  genpkg_rules()
    7.39  {
    7.40  	mkdir -p $fs/usr/lib
    7.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    7.42 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    7.43  }
     8.1 --- a/xcb-util/receipt	Thu Nov 07 07:30:39 2019 +0100
     8.2 +++ b/xcb-util/receipt	Thu Nov 07 08:12:52 2019 +0100
     8.3 @@ -1,18 +1,20 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="xcb-util"
     8.7 -VERSION="0.3.8"
     8.8 +VERSION="0.4.0"
     8.9  CATEGORY="x-window"
    8.10  SHORT_DESC="XCB Utilites"
    8.11  MAINTAINER="mallory@sweetpeople.org"
    8.12  LICENSE="MIT"
    8.13 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    8.14 +
    8.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.16 -WEB_SITE="https://xcb.freedesktop.org/"
    8.17 -WGET_URL="${WEB_SITE}dist/$TARBALL"
    8.18 -HOST_ARCH="i486 arm"
    8.19 +WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    8.20  
    8.21  DEPENDS="libxcb"
    8.22 -BUILD_DEPENDS="libxcb-dev gperf"
    8.23 +BUILD_DEPENDS="gperf libxcb-dev"
    8.24 +
    8.25 +HOST_ARCH="i486 arm"
    8.26  
    8.27  # Handle cross compilation
    8.28  case "$ARCH" in
    8.29 @@ -22,17 +24,18 @@
    8.30  # Rules to configure and make the package.
    8.31  compile_rules()
    8.32  {
    8.33 -	./configure \
    8.34 -		--prefix=/usr \
    8.35 -		--infodir=/usr/share/info \
    8.36 -		--mandir=/usr/share/man \
    8.37 +	./configure				\
    8.38 +		--prefix=/usr			\
    8.39 +		--infodir=/usr/share/info	\
    8.40 +		--mandir=/usr/share/man		\
    8.41  		$CONFIGURE_ARGS &&
    8.42 -	make && make DESTDIR=$DESTDIR install
    8.43 +	make &&
    8.44 +	make DESTDIR=$DESTDIR install
    8.45  }
    8.46  
    8.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.48  genpkg_rules()
    8.49  {
    8.50  	mkdir -p $fs/usr/lib
    8.51 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    8.52 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    8.53  }