wok-next rev 19637

Up Xorg libs (done).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 10 15:18:35 2017 +0200 (2017-02-10)
parents cbca1c858654
children c6d83a2b2380
files xorg-libXft-dev/receipt xorg-libXft/receipt xorg-libXi-dev/receipt xorg-libXi/receipt xorg-libXinerama-dev/receipt xorg-libXinerama/receipt xorg-libXrandr-dev/receipt xorg-libXrandr/receipt xorg-libXres-dev/receipt xorg-libXres/receipt xorg-libXtst-dev/receipt xorg-libXtst/receipt xorg-libXv-dev/receipt xorg-libXv/receipt xorg-libXvMC-dev/receipt xorg-libXvMC/receipt xorg-libXxf86dga-dev/receipt xorg-libXxf86dga/receipt xorg-libXxf86vm-dev/receipt xorg-libXxf86vm/receipt xorg-libdmx-dev/receipt xorg-libdmx/receipt xorg-libpciaccess-dev/receipt xorg-libpciaccess/receipt xorg-libxkbfile-dev/receipt xorg-libxkbfile/receipt xorg-libxshmfence-dev/receipt xorg-libxshmfence/receipt
line diff
     1.1 --- a/xorg-libXft-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
     1.2 +++ b/xorg-libXft-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXft-dev"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for libXft"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="other"
    1.13 -WEB_SITE="http://www.x.org/"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15  HOST_ARCH="i486 arm"
    1.16  
    1.17  WANTED="xorg-libXft"
    1.18 @@ -15,12 +15,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p \
    1.23 -		$fs/usr/share/licenses \
    1.24 -		$fs/usr/lib
    1.25 -	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.26 -
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.30 +	cook_copy_files *.h *.la *.pc
    1.31  }
     2.1 --- a/xorg-libXft/receipt	Fri Feb 10 13:19:07 2017 +0100
     2.2 +++ b/xorg-libXft/receipt	Fri Feb 10 15:18:35 2017 +0200
     2.3 @@ -1,16 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXft"
     2.7 -VERSION="2.3.1"
     2.8 +VERSION="2.3.2"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="X FreeType library"
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="other"
    2.13 -SOURCE="libXft"
    2.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.15 -WEB_SITE="http://www.x.org/"
    2.16 +WEB_SITE="https://www.x.org/wiki/"
    2.17 +HOST_ARCH="i486 arm"
    2.18 +
    2.19 +TARBALL="libXft-$VERSION.tar.bz2"
    2.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.21 -HOST_ARCH="i486 arm"
    2.22  
    2.23  DEPENDS="fontconfig xorg-libXrender"
    2.24  BUILD_DEPENDS="xorg-libXrender-dev freetype-dev fontconfig-dev libxml2-dev"
    2.25 @@ -30,6 +30,5 @@
    2.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.27  genpkg_rules()
    2.28  {
    2.29 -	mkdir -p $fs/usr/lib
    2.30 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.31 +	cook_copy_files *.so*
    2.32  }
     3.1 --- a/xorg-libXi-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
     3.2 +++ b/xorg-libXi-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
     3.3 @@ -1,12 +1,12 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xorg-libXi-dev"
     3.7 -VERSION="1.7.1.901"
     3.8 +VERSION="1.7.6"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Development files for libXi"
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  LICENSE="other"
    3.13 -WEB_SITE="http://www.x.org/"
    3.14 +WEB_SITE="https://www.x.org/wiki/"
    3.15  HOST_ARCH="i486 arm"
    3.16  
    3.17  WANTED="xorg-libXi"
    3.18 @@ -15,11 +15,5 @@
    3.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.20  genpkg_rules()
    3.21  {
    3.22 -	mkdir -p \
    3.23 -		$fs/usr/share/licenses \
    3.24 -		$fs/usr/lib
    3.25 -	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    3.26 -	cp -a $install/usr/include $fs/usr
    3.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.28 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    3.29 +	cook_copy_files *.h *.la *.pc
    3.30  }
     4.1 --- a/xorg-libXi/receipt	Fri Feb 10 13:19:07 2017 +0100
     4.2 +++ b/xorg-libXi/receipt	Fri Feb 10 15:18:35 2017 +0200
     4.3 @@ -1,16 +1,16 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xorg-libXi"
     4.7 -VERSION="1.7.1.901"
     4.8 +VERSION="1.7.6"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="X Input Extension Library"
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  LICENSE="other"
    4.13 -SOURCE="libXi"
    4.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.15 -WEB_SITE="http://www.x.org/"
    4.16 +WEB_SITE="https://www.x.org/wiki/"
    4.17 +HOST_ARCH="i486 arm"
    4.18 +
    4.19 +TARBALL="libXi-$VERSION.tar.bz2"
    4.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.21 -HOST_ARCH="i486 arm"
    4.22  
    4.23  DEPENDS="xorg-libXext"
    4.24  BUILD_DEPENDS="xorg-libXext-dev xorg-libXfixes-dev"
    4.25 @@ -30,6 +30,5 @@
    4.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.27  genpkg_rules()
    4.28  {
    4.29 -	mkdir -p $fs/usr/lib
    4.30 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.31 +	cook_copy_files *.so*
    4.32  }
     5.1 --- a/xorg-libXinerama-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
     5.2 +++ b/xorg-libXinerama-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
     5.3 @@ -6,18 +6,14 @@
     5.4  SHORT_DESC="Xorg module devel files."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  LICENSE="MIT"
     5.7 -WANTED="xorg-libXinerama"
     5.8 -SOURCE="libXinerama"
     5.9 -WEB_SITE="http://www.x.org/"
    5.10 +WEB_SITE="https://www.x.org/wiki"
    5.11  HOST_ARCH="i486 arm"
    5.12  
    5.13 +WANTED="xorg-libXinerama"
    5.14  DEPENDS="xorg-libXinerama xorg-libXext-dev xorg-xineramaproto"
    5.15  
    5.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.17  genpkg_rules()
    5.18  {
    5.19 -	mkdir -p $fs/usr/lib
    5.20 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    5.21 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    5.22 -	cp -a $install/usr/include $fs/usr
    5.23 +	cook_copy_files *.h *.la *.pc
    5.24  }
     6.1 --- a/xorg-libXinerama/receipt	Fri Feb 10 13:19:07 2017 +0100
     6.2 +++ b/xorg-libXinerama/receipt	Fri Feb 10 15:18:35 2017 +0200
     6.3 @@ -6,11 +6,11 @@
     6.4  SHORT_DESC="Xorg server module."
     6.5  MAINTAINER="pankso@slitaz.org"
     6.6  LICENSE="MIT"
     6.7 -SOURCE="libXinerama"
     6.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
     6.9 -WEB_SITE="http://www.x.org/"
    6.10 +WEB_SITE="https://www.x.org/wiki"
    6.11 +HOST_ARCH="i486 arm"
    6.12 +
    6.13 +TARBALL="libXinerama-$VERSION.tar.bz2"
    6.14  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    6.15 -HOST_ARCH="i486 arm"
    6.16  
    6.17  DEPENDS="xorg-libXext"
    6.18  BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto"
    6.19 @@ -18,7 +18,6 @@
    6.20  # Rules to configure and make the package.
    6.21  compile_rules()
    6.22  {
    6.23 -	cd $src
    6.24  	./configure \
    6.25  		--prefix=/usr \
    6.26  		--sysconfdir=/etc \
    6.27 @@ -30,6 +29,5 @@
    6.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.29  genpkg_rules()
    6.30  {
    6.31 -	mkdir -p $fs/usr/lib
    6.32 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    6.33 +	cook_copy_files *.so*
    6.34  }
     7.1 --- a/xorg-libXrandr-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
     7.2 +++ b/xorg-libXrandr-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
     7.3 @@ -1,23 +1,19 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="xorg-libXrandr-dev"
     7.7 -VERSION="1.4.1"
     7.8 +VERSION="1.5.0"
     7.9  CATEGORY="development"
    7.10  SHORT_DESC="Xorg module devel files."
    7.11  MAINTAINER="pankso@slitaz.org"
    7.12  LICENSE="MIT"
    7.13 -WANTED="xorg-libXrandr"
    7.14 -SOURCE="libXrandr"
    7.15 -WEB_SITE="http://www.x.org/"
    7.16 +WEB_SITE="https://www.x.org/wiki"
    7.17  HOST_ARCH="i486 arm"
    7.18  
    7.19 +WANTED="xorg-libXrandr"
    7.20  DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto"
    7.21  
    7.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.23  genpkg_rules()
    7.24  {
    7.25 -	mkdir -p $fs/usr/lib
    7.26 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    7.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    7.28 -	cp -a $install/usr/include $fs/usr
    7.29 +	cook_copy_files *.h *.la *.pc
    7.30  }
     8.1 --- a/xorg-libXrandr/receipt	Fri Feb 10 13:19:07 2017 +0100
     8.2 +++ b/xorg-libXrandr/receipt	Fri Feb 10 15:18:35 2017 +0200
     8.3 @@ -1,16 +1,16 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="xorg-libXrandr"
     8.7 -VERSION="1.4.1"
     8.8 +VERSION="1.5.0"
     8.9  CATEGORY="x-window"
    8.10  SHORT_DESC="Xorg server module."
    8.11  MAINTAINER="pankso@slitaz.org"
    8.12  LICENSE="MIT"
    8.13 -SOURCE="libXrandr"
    8.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    8.15 -WEB_SITE="http://www.x.org/"
    8.16 +WEB_SITE="https://www.x.org/wiki"
    8.17 +HOST_ARCH="i486 arm"
    8.18 +
    8.19 +TARBALL="libXrandr-$VERSION.tar.bz2"
    8.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    8.21 -HOST_ARCH="i486 arm"
    8.22  
    8.23  DEPENDS="xorg-libXext xorg-libXrender"
    8.24  BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev"
    8.25 @@ -29,6 +29,5 @@
    8.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.27  genpkg_rules()
    8.28  {
    8.29 -	mkdir -p $fs/usr/lib
    8.30 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    8.31 +	cook_copy_files *.so*
    8.32  }
     9.1 --- a/xorg-libXres-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
     9.2 +++ b/xorg-libXres-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
     9.3 @@ -6,17 +6,14 @@
     9.4  SHORT_DESC="Xorg module devel files."
     9.5  MAINTAINER="pascal.bellard@slitaz.org"
     9.6  LICENSE="MIT"
     9.7 -WEB_SITE="http://www.x.org/"
     9.8 +WEB_SITE="https://www.x.org/wiki"
     9.9 +
    9.10  WANTED="xorg-libXres"
    9.11 -
    9.12  DEPENDS="xorg-libXres xorg-util-macros xorg-libX11-dev xorg-libXext-dev \
    9.13  xorg-resourceproto pkg-config"
    9.14  
    9.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.16  genpkg_rules()
    9.17  {
    9.18 -	mkdir -p $fs/usr/lib
    9.19 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    9.20 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    9.21 -	cp -a $install/usr/include $fs/usr
    9.22 +	cook_copy_files *.h *.la *.pc
    9.23  }
    10.1 --- a/xorg-libXres/receipt	Fri Feb 10 13:19:07 2017 +0100
    10.2 +++ b/xorg-libXres/receipt	Fri Feb 10 15:18:35 2017 +0200
    10.3 @@ -6,9 +6,9 @@
    10.4  SHORT_DESC="Xorg server module."
    10.5  MAINTAINER="pascal.bellard@slitaz.org"
    10.6  LICENSE="MIT"
    10.7 -SOURCE="libXres"
    10.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    10.9 -WEB_SITE="http://www.x.org/"
   10.10 +WEB_SITE="https://www.x.org/wiki"
   10.11 +
   10.12 +TARBALL="libXres-$VERSION.tar.bz2"
   10.13  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   10.14  
   10.15  DEPENDS="xorg-libX11 xorg-libXext"
   10.16 @@ -18,11 +18,10 @@
   10.17  # Rules to configure and make the package.
   10.18  compile_rules()
   10.19  {
   10.20 -	cd $src
   10.21  	./configure \
   10.22  		--sysconfdir=/etc \
   10.23 -		--mandir=/usr/share/man \
   10.24  		--localstatedir=/var \
   10.25 +		--disable-static \
   10.26  		$CONFIGURE_ARGS &&
   10.27  	make && make install
   10.28  }
   10.29 @@ -30,6 +29,5 @@
   10.30  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.31  genpkg_rules()
   10.32  {
   10.33 -	mkdir -p $fs/usr/lib
   10.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   10.35 +	cook_copy_files *.so*
   10.36  }
    11.1 --- a/xorg-libXtst-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    11.2 +++ b/xorg-libXtst-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    11.3 @@ -1,24 +1,20 @@
    11.4  # SliTaz package receipt.
    11.5  
    11.6  PACKAGE="xorg-libXtst-dev"
    11.7 -VERSION="1.2.1"
    11.8 +VERSION="1.2.2"
    11.9  CATEGORY="development"
   11.10  SHORT_DESC="Xorg module devel files."
   11.11  MAINTAINER="pankso@slitaz.org"
   11.12  LICENSE="MIT"
   11.13 -WANTED="xorg-libXtst"
   11.14 -SOURCE="libXtst"
   11.15 -WEB_SITE="http://www.x.org/"
   11.16 +WEB_SITE="https://www.x.org/wiki"
   11.17  HOST_ARCH="i486 arm"
   11.18  
   11.19 +WANTED="xorg-libXtst"
   11.20  DEPENDS="xorg-libXtst xorg-recordproto xorg-libXext-dev xorg-libXi-dev \
   11.21  pkg-config"
   11.22  
   11.23  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.24  genpkg_rules()
   11.25  {
   11.26 -	mkdir -p $fs/usr/lib $fs/usr/include/X11
   11.27 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
   11.28 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   11.29 -	cp -a $install/usr/include/X11/extensions $fs/usr/include/X11/
   11.30 +	cook_copy_files *.h *.la *.pc
   11.31  }
    12.1 --- a/xorg-libXtst/receipt	Fri Feb 10 13:19:07 2017 +0100
    12.2 +++ b/xorg-libXtst/receipt	Fri Feb 10 15:18:35 2017 +0200
    12.3 @@ -1,16 +1,16 @@
    12.4  # SliTaz package receipt.
    12.5  
    12.6  PACKAGE="xorg-libXtst"
    12.7 -VERSION="1.2.1"
    12.8 +VERSION="1.2.2"
    12.9  CATEGORY="x-window"
   12.10  SHORT_DESC="Xorg server module."
   12.11  MAINTAINER="pankso@slitaz.org"
   12.12  LICENSE="MIT"
   12.13 -SOURCE="libXtst"
   12.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   12.15 -WEB_SITE="http://www.x.org/"
   12.16 +WEB_SITE="https://www.x.org/wiki"
   12.17 +HOST_ARCH="i486 arm"
   12.18 +
   12.19 +TARBALL="libXtst-$VERSION.tar.bz2"
   12.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   12.21 -HOST_ARCH="i486 arm"
   12.22  
   12.23  DEPENDS="xorg-libXext xorg-libXi"
   12.24  BUILD_DEPENDS="xorg-recordproto xorg-libXext-dev xorg-libXi-dev"
   12.25 @@ -20,8 +20,8 @@
   12.26  {
   12.27  	./configure \
   12.28  		--sysconfdir=/etc \
   12.29 -		--mandir=/usr/share/man \
   12.30  		--localstatedir=/var \
   12.31 +		--disable-static \
   12.32  		$CONFIGURE_ARGS
   12.33  	make && make install
   12.34  }
   12.35 @@ -29,6 +29,5 @@
   12.36  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.37  genpkg_rules()
   12.38  {
   12.39 -	mkdir -p $fs/usr/lib
   12.40 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   12.41 +	cook_copy_files *.so*
   12.42  }
    13.1 --- a/xorg-libXv-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    13.2 +++ b/xorg-libXv-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    13.3 @@ -1,23 +1,19 @@
    13.4  # SliTaz package receipt.
    13.5  
    13.6  PACKAGE="xorg-libXv-dev"
    13.7 -VERSION="1.0.8"
    13.8 +VERSION="1.0.10"
    13.9  CATEGORY="development"
   13.10  SHORT_DESC="Xorg module devel files."
   13.11  MAINTAINER="pankso@slitaz.org"
   13.12  LICENSE="MIT"
   13.13 -WANTED="xorg-libXv"
   13.14 -SOURCE="libXv"
   13.15 -WEB_SITE="http://www.x.org/"
   13.16 +WEB_SITE="https://www.x.org/wiki"
   13.17  HOST_ARCH="i486 arm"
   13.18  
   13.19 +WANTED="xorg-libXv"
   13.20  DEPENDS="xorg-libXv xorg-libXext-dev xorg-videoproto pkg-config"
   13.21  
   13.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.23  genpkg_rules()
   13.24  {
   13.25 -	mkdir -p $fs/usr/lib
   13.26 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
   13.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   13.28 -	cp -a $install/usr/include $fs/usr
   13.29 +	cook_copy_files *.h *.la *.pc
   13.30  }
    14.1 --- a/xorg-libXv/receipt	Fri Feb 10 13:19:07 2017 +0100
    14.2 +++ b/xorg-libXv/receipt	Fri Feb 10 15:18:35 2017 +0200
    14.3 @@ -1,16 +1,16 @@
    14.4  # SliTaz package receipt.
    14.5  
    14.6  PACKAGE="xorg-libXv"
    14.7 -VERSION="1.0.8"
    14.8 +VERSION="1.0.10"
    14.9  CATEGORY="x-window"
   14.10  SHORT_DESC="Xorg server module."
   14.11  MAINTAINER="pankso@slitaz.org"
   14.12  LICENSE="MIT"
   14.13 -SOURCE="libXv"
   14.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   14.15 -WEB_SITE="http://www.x.org/"
   14.16 +WEB_SITE="https://www.x.org/wiki"
   14.17 +HOST_ARCH="i486 arm"
   14.18 +
   14.19 +TARBALL="libXv-$VERSION.tar.bz2"
   14.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   14.21 -HOST_ARCH="i486 arm"
   14.22  
   14.23  DEPENDS="xorg-libXext"
   14.24  BUILD_DEPENDS="xorg-libXext-dev xorg-videoproto"
   14.25 @@ -18,11 +18,10 @@
   14.26  # Rules to configure and make the package.
   14.27  compile_rules()
   14.28  {
   14.29 -	cd $src
   14.30  	./configure \
   14.31  		--sysconfdir=/etc \
   14.32 -		--mandir=/usr/share/man \
   14.33  		--localstatedir=/var \
   14.34 +		--disable-static \
   14.35  		$CONFIGURE_ARGS &&
   14.36  	make && make install
   14.37  }
   14.38 @@ -30,6 +29,5 @@
   14.39  # Rules to gen a SliTaz package suitable for Tazpkg.
   14.40  genpkg_rules()
   14.41  {
   14.42 -	mkdir -p $fs/usr/lib
   14.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   14.44 +	cook_copy_files *.so*
   14.45  }
    15.1 --- a/xorg-libXvMC-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    15.2 +++ b/xorg-libXvMC-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    15.3 @@ -1,22 +1,19 @@
    15.4  # SliTaz package receipt.
    15.5  
    15.6  PACKAGE="xorg-libXvMC-dev"
    15.7 -VERSION="1.0.8"
    15.8 +VERSION="1.0.9"
    15.9  CATEGORY="development"
   15.10  SHORT_DESC="Xorg module devel files."
   15.11  MAINTAINER="pankso@slitaz.org"
   15.12  LICENSE="MIT"
   15.13 -WANTED="xorg-libXvMC"
   15.14 -WEB_SITE="http://www.x.org/"
   15.15 +WEB_SITE="https://www.x.org/wiki"
   15.16  HOST_ARCH="i486 arm"
   15.17  
   15.18 +WANTED="xorg-libXvMC"
   15.19  DEPENDS="xorg-libXvMC xorg-libXv-dev pkg-config"
   15.20  
   15.21  # Rules to gen a SliTaz package suitable for Tazpkg.
   15.22  genpkg_rules()
   15.23  {
   15.24 -	mkdir -p $fs/usr/lib
   15.25 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
   15.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   15.27 -	cp -a $install/usr/include $fs/usr
   15.28 +	cook_copy_files *.h *.la *.pc
   15.29  }
    16.1 --- a/xorg-libXvMC/receipt	Fri Feb 10 13:19:07 2017 +0100
    16.2 +++ b/xorg-libXvMC/receipt	Fri Feb 10 15:18:35 2017 +0200
    16.3 @@ -1,16 +1,16 @@
    16.4  # SliTaz package receipt.
    16.5  
    16.6  PACKAGE="xorg-libXvMC"
    16.7 -VERSION="1.0.8"
    16.8 +VERSION="1.0.9"
    16.9  CATEGORY="x-window"
   16.10  SHORT_DESC="Xorg server module."
   16.11  MAINTAINER="pankso@slitaz.org"
   16.12  LICENSE="MIT"
   16.13 -SOURCE="libXvMC"
   16.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   16.15 -WEB_SITE="http://www.x.org/"
   16.16 +WEB_SITE="https://www.x.org/wiki"
   16.17 +HOST_ARCH="i486 arm"
   16.18 +
   16.19 +TARBALL="libXvMC-$VERSION.tar.bz2"
   16.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   16.21 -HOST_ARCH="i486 arm"
   16.22  
   16.23  DEPENDS="xorg-libXv"
   16.24  BUILD_DEPENDS="xorg-libXv-dev"
   16.25 @@ -20,8 +20,8 @@
   16.26  {
   16.27  	./configure \
   16.28  		--sysconfdir=/etc \
   16.29 -		--mandir=/usr/share/man \
   16.30  		--localstatedir=/var \
   16.31 +		--disable-static \
   16.32  		$CONFIGURE_ARGS &&
   16.33  	make && make install
   16.34  }
   16.35 @@ -29,6 +29,5 @@
   16.36  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.37  genpkg_rules()
   16.38  {
   16.39 -	mkdir -p $fs/usr/lib
   16.40 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   16.41 +	cook_copy_files *.so*
   16.42  }
    17.1 --- a/xorg-libXxf86dga-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    17.2 +++ b/xorg-libXxf86dga-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    17.3 @@ -6,17 +6,14 @@
    17.4  SHORT_DESC="Xorg module devel files."
    17.5  MAINTAINER="pascal.bellard@slitaz.org"
    17.6  LICENSE="MIT"
    17.7 -WEB_SITE="http://www.x.org/"
    17.8 +WEB_SITE="https://www.x.org/wiki"
    17.9 +
   17.10  WANTED="xorg-libXxf86dga"
   17.11 -
   17.12  DEPENDS="xorg-libXxf86dga xorg-util-macros xorg-xproto \
   17.13  xorg-libX11-dev xorg-libXext-dev xorg-xf86dgaproto pkg-config"
   17.14  
   17.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   17.16  genpkg_rules()
   17.17  {
   17.18 -	mkdir -p $fs/usr/lib
   17.19 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
   17.20 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   17.21 -	cp -a $install/usr/include $fs/usr
   17.22 +	cook_copy_files *.h *.la *.pc
   17.23  }
    18.1 --- a/xorg-libXxf86dga/receipt	Fri Feb 10 13:19:07 2017 +0100
    18.2 +++ b/xorg-libXxf86dga/receipt	Fri Feb 10 15:18:35 2017 +0200
    18.3 @@ -6,9 +6,9 @@
    18.4  SHORT_DESC="Xorg server module."
    18.5  MAINTAINER="pascal.bellard@slitaz.org"
    18.6  LICENSE="MIT"
    18.7 -SOURCE="libXxf86dga"
    18.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    18.9 -WEB_SITE="http://www.x.org/"
   18.10 +WEB_SITE="https://www.x.org/wiki"
   18.11 +
   18.12 +TARBALL="libXxf86dga-$VERSION.tar.bz2"
   18.13  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   18.14  
   18.15  DEPENDS=""
   18.16 @@ -19,11 +19,10 @@
   18.17  # Rules to configure and make the package.
   18.18  compile_rules()
   18.19  {
   18.20 -	cd $src
   18.21  	./configure \
   18.22  		--sysconfdir=/etc \
   18.23 -		--mandir=/usr/share/man \
   18.24  		--localstatedir=/var \
   18.25 +		--disable-static \
   18.26  		$CONFIGURE_ARGS &&
   18.27  	make && make install
   18.28  }
   18.29 @@ -31,6 +30,5 @@
   18.30  # Rules to gen a SliTaz package suitable for Tazpkg.
   18.31  genpkg_rules()
   18.32  {
   18.33 -	mkdir -p $fs/usr/lib
   18.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   18.35 +	cook_copy_files *.so*
   18.36  }
    19.1 --- a/xorg-libXxf86vm-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    19.2 +++ b/xorg-libXxf86vm-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    19.3 @@ -1,23 +1,19 @@
    19.4  # SliTaz package receipt.
    19.5  
    19.6  PACKAGE="xorg-libXxf86vm-dev"
    19.7 -VERSION="1.1.3"
    19.8 +VERSION="1.1.4"
    19.9  CATEGORY="development"
   19.10  SHORT_DESC="Xorg module devel files."
   19.11  MAINTAINER="pankso@slitaz.org"
   19.12  LICENSE="MIT"
   19.13 -WANTED="xorg-libXxf86vm"
   19.14 -SOURCE="libXxf86vm"
   19.15 -WEB_SITE="http://www.x.org/"
   19.16 +WEB_SITE="https://www.x.org/wiki"
   19.17  HOST_ARCH="i486 arm"
   19.18  
   19.19 +WANTED="xorg-libXxf86vm"
   19.20  DEPENDS="xorg-libXxf86vm xorg-libXext-dev xorg-xf86vidmodeproto pkg-config"
   19.21  
   19.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.23  genpkg_rules()
   19.24  {
   19.25 -	mkdir -p $fs/usr/lib
   19.26 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
   19.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   19.28 -	cp -a $install/usr/include $fs/usr
   19.29 +	cook_copy_files *.h *.la *.pc
   19.30  }
    20.1 --- a/xorg-libXxf86vm/receipt	Fri Feb 10 13:19:07 2017 +0100
    20.2 +++ b/xorg-libXxf86vm/receipt	Fri Feb 10 15:18:35 2017 +0200
    20.3 @@ -1,16 +1,16 @@
    20.4  # SliTaz package receipt.
    20.5  
    20.6  PACKAGE="xorg-libXxf86vm"
    20.7 -VERSION="1.1.3"
    20.8 +VERSION="1.1.4"
    20.9  CATEGORY="x-window"
   20.10  SHORT_DESC="Xorg server module."
   20.11  MAINTAINER="pankso@slitaz.org"
   20.12  LICENSE="MIT"
   20.13 -SOURCE="libXxf86vm"
   20.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   20.15 -WEB_SITE="http://www.x.org/"
   20.16 +WEB_SITE="https://www.x.org/wiki"
   20.17 +HOST_ARCH="i486 arm"
   20.18 +
   20.19 +TARBALL="libXxf86vm-$VERSION.tar.bz2"
   20.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   20.21 -HOST_ARCH="i486 arm"
   20.22  
   20.23  DEPENDS="xorg-libX11 xorg-libXext"
   20.24  BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-xf86vidmodeproto"
   20.25 @@ -18,11 +18,10 @@
   20.26  # Rules to configure and make the package.
   20.27  compile_rules()
   20.28  {
   20.29 -	cd $src
   20.30  	./configure \
   20.31  		--sysconfdir=/etc \
   20.32 -		--mandir=/usr/share/man \
   20.33  		--localstatedir=/var \
   20.34 +		--disable-static \
   20.35  		$CONFIGURE_ARGS &&
   20.36  	make && make install
   20.37  }
   20.38 @@ -30,6 +29,5 @@
   20.39  # Rules to gen a SliTaz package suitable for Tazpkg.
   20.40  genpkg_rules()
   20.41  {
   20.42 -	mkdir -p $fs/usr/lib
   20.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   20.44 +	cook_copy_files *.so*
   20.45  }
    21.1 --- a/xorg-libdmx-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    21.2 +++ b/xorg-libdmx-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    21.3 @@ -6,16 +6,13 @@
    21.4  SHORT_DESC="Xorg DMX module devel files."
    21.5  MAINTAINER="pankso@slitaz.org"
    21.6  LICENSE="MIT"
    21.7 +WEB_SITE="https://www.x.org/wiki"
    21.8 +
    21.9  WANTED="xorg-libdmx"
   21.10 -WEB_SITE="http://www.x.org/"
   21.11 -
   21.12  DEPENDS="xorg-dmxproto pkg-config"
   21.13  
   21.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   21.15  genpkg_rules()
   21.16  {
   21.17 -	mkdir -p $fs/usr/lib
   21.18 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
   21.19 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   21.20 -	cp -a $install/usr/include $fs/usr
   21.21 +	cook_copy_files *.h *.la *.pc
   21.22  }
    22.1 --- a/xorg-libdmx/receipt	Fri Feb 10 13:19:07 2017 +0100
    22.2 +++ b/xorg-libdmx/receipt	Fri Feb 10 15:18:35 2017 +0200
    22.3 @@ -6,22 +6,21 @@
    22.4  SHORT_DESC="Xorg DMX library."
    22.5  MAINTAINER="pankso@slitaz.org"
    22.6  LICENSE="MIT"
    22.7 -SOURCE="libdmx"
    22.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    22.9 -WEB_SITE="http://www.x.org/"
   22.10 +WEB_SITE="https://www.x.org/wiki"
   22.11 +
   22.12 +TARBALL="libdmx-$VERSION.tar.bz2"
   22.13  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   22.14  
   22.15  DEPENDS=""
   22.16 -BUILD_DEPENDS="xorg-dmxproto"
   22.17 +BUILD_DEPENDS="xorg-dmxproto xorg-libX11-dev xorg-libXext-dev xorg-xextproto"
   22.18  
   22.19  # Rules to configure and make the package.
   22.20  compile_rules()
   22.21  {
   22.22 -	cd $src
   22.23  	./configure \
   22.24  		--sysconfdir=/etc \
   22.25 -		--mandir=/usr/share/man \
   22.26  		--localstatedir=/var \
   22.27 +		--disable-static \
   22.28  		$CONFIGURE_ARGS &&
   22.29  	make && make install
   22.30  }
   22.31 @@ -29,6 +28,5 @@
   22.32  # Rules to gen a SliTaz package suitable for Tazpkg.
   22.33  genpkg_rules()
   22.34  {
   22.35 -	mkdir -p $fs/usr/lib
   22.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   22.37 +	cook_copy_files *.so*
   22.38  }
    23.1 --- a/xorg-libpciaccess-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    23.2 +++ b/xorg-libpciaccess-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    23.3 @@ -1,23 +1,19 @@
    23.4  # SliTaz package receipt.
    23.5  
    23.6  PACKAGE="xorg-libpciaccess-dev"
    23.7 -VERSION="0.13.1"
    23.8 +VERSION="0.13.4"
    23.9  CATEGORY="development"
   23.10  SHORT_DESC="Xorg module devel files."
   23.11  MAINTAINER="pankso@slitaz.org"
   23.12  LICENSE="MIT"
   23.13 -WANTED="xorg-libpciaccess"
   23.14 -SOURCE="libpciaccess"
   23.15 -WEB_SITE="http://www.x.org/"
   23.16 +WEB_SITE="https://www.x.org/wiki"
   23.17  HOST_ARCH="i486 arm"
   23.18  
   23.19 +WANTED="xorg-libpciaccess"
   23.20  DEPENDS="xorg-libpciaccess pkg-config"
   23.21  
   23.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   23.23  genpkg_rules()
   23.24  {
   23.25 -	mkdir -p $fs/usr/lib
   23.26 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
   23.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   23.28 -	cp -a $install/usr/include $fs/usr
   23.29 +	cook_copy_files *.h *.la *.pc
   23.30  }
    24.1 --- a/xorg-libpciaccess/receipt	Fri Feb 10 13:19:07 2017 +0100
    24.2 +++ b/xorg-libpciaccess/receipt	Fri Feb 10 15:18:35 2017 +0200
    24.3 @@ -1,25 +1,24 @@
    24.4  # SliTaz package receipt.
    24.5  
    24.6  PACKAGE="xorg-libpciaccess"
    24.7 -VERSION="0.13.1"
    24.8 +VERSION="0.13.4"
    24.9  CATEGORY="x-window"
   24.10  SHORT_DESC="Xorg server module."
   24.11  MAINTAINER="pankso@slitaz.org"
   24.12  LICENSE="MIT"
   24.13 -SOURCE="libpciaccess"
   24.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   24.15 -WEB_SITE="http://www.x.org/"
   24.16 -WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL"
   24.17 +WEB_SITE="https://www.x.org/wiki"
   24.18  HOST_ARCH="i486 arm"
   24.19  
   24.20 +TARBALL="libpciaccess-$VERSION.tar.bz2"
   24.21 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   24.22 +
   24.23  # Rules to configure and make the package.
   24.24  compile_rules()
   24.25  {
   24.26 -	cd $src
   24.27  	./configure \
   24.28  		--sysconfdir=/etc \
   24.29 -		--mandir=/usr/share/man \
   24.30  		--localstatedir=/var \
   24.31 +		--disable-static \
   24.32  		$CONFIGURE_ARGS
   24.33  	make && make install
   24.34  }
   24.35 @@ -27,6 +26,5 @@
   24.36  # Rules to gen a SliTaz package suitable for Tazpkg.
   24.37  genpkg_rules()
   24.38  {
   24.39 -	mkdir -p $fs/usr/lib
   24.40 -    cp -a $install/usr/lib/*.so* $fs/usr/lib
   24.41 +	cook_copy_files *.so*
   24.42  }
    25.1 --- a/xorg-libxkbfile-dev/receipt	Fri Feb 10 13:19:07 2017 +0100
    25.2 +++ b/xorg-libxkbfile-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    25.3 @@ -1,25 +1,19 @@
    25.4  # SliTaz package receipt.
    25.5  
    25.6  PACKAGE="xorg-libxkbfile-dev"
    25.7 -VERSION="1.0.7"
    25.8 +VERSION="1.0.9"
    25.9  CATEGORY="development"
   25.10  SHORT_DESC="Xorg server keyboard library devel files."
   25.11  MAINTAINER="pankso@slitaz.org"
   25.12  LICENSE="MIT"
   25.13 -SOURCE="libxkbfile"
   25.14 -WANTED="xorg-libxkbfile"
   25.15 -WEB_SITE="http://www.x.org/"
   25.16 +WEB_SITE="https://www.x.org/wiki"
   25.17  HOST_ARCH="i486 arm"
   25.18  
   25.19 +WANTED="xorg-libxkbfile"
   25.20  DEPENDS="xorg-libX11-dev xorg-libxkbfile"
   25.21  
   25.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   25.23  genpkg_rules()
   25.24  {
   25.25 -	mkdir -p $fs/usr/lib
   25.26 -	
   25.27 -    cp -a $install/usr/lib/*.*a $fs/usr/lib
   25.28 -    cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   25.29 -    cp -a $install/usr/include $fs/usr
   25.30 +	cook_copy_files *.h *.la *.pc
   25.31  }
   25.32 -
    26.1 --- a/xorg-libxkbfile/receipt	Fri Feb 10 13:19:07 2017 +0100
    26.2 +++ b/xorg-libxkbfile/receipt	Fri Feb 10 15:18:35 2017 +0200
    26.3 @@ -1,16 +1,16 @@
    26.4  # SliTaz package receipt.
    26.5  
    26.6  PACKAGE="xorg-libxkbfile"
    26.7 -VERSION="1.0.7"
    26.8 +VERSION="1.0.9"
    26.9  CATEGORY="x-window"
   26.10  SHORT_DESC="Xorg server keyboard library."
   26.11  MAINTAINER="pankso@slitaz.org"
   26.12  LICENSE="MIT"
   26.13 -SOURCE="libxkbfile"
   26.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   26.15 -WEB_SITE="http://www.x.org/"
   26.16 +WEB_SITE="https://www.x.org/wiki"
   26.17 +HOST_ARCH="i486 arm"
   26.18 +
   26.19 +TARBALL="libxkbfile-$VERSION.tar.bz2"
   26.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   26.21 -HOST_ARCH="i486 arm"
   26.22  
   26.23  DEPENDS="xorg-libX11 libxcb xorg-libXau xorg-libXdmcp"
   26.24  BUILD_DEPENDS="xorg-libX11-dev libxcb-dev xorg-libXau-dev xorg-libXdmcp-dev"
   26.25 @@ -21,6 +21,7 @@
   26.26  	./configure \
   26.27  		--sysconfdir=/etc \
   26.28  		--localstatedir=/var \
   26.29 +		--disable-static \
   26.30  		$CONFIGURE_ARGS &&
   26.31  	make &&
   26.32  	make DESTDIR=$DESTDIR install
   26.33 @@ -29,7 +30,5 @@
   26.34  # Rules to gen a SliTaz package suitable for Tazpkg.
   26.35  genpkg_rules()
   26.36  {
   26.37 -	mkdir -p $fs/usr/lib
   26.38 -    cp -a $install/usr/lib/*.so* $fs/usr/lib
   26.39 +	cook_copy_files *.so*
   26.40  }
   26.41 -
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/xorg-libxshmfence-dev/receipt	Fri Feb 10 15:18:35 2017 +0200
    27.3 @@ -0,0 +1,19 @@
    27.4 +# SliTaz package receipt.
    27.5 +
    27.6 +PACKAGE="xorg-libxshmfence-dev"
    27.7 +VERSION="1.2"
    27.8 +CATEGORY="development"
    27.9 +SHORT_DESC="Xorg server Shared Memory Fence library devel files."
   27.10 +MAINTAINER="al.bobylev@gmail.com"
   27.11 +LICENSE="MIT"
   27.12 +WEB_SITE="https://www.x.org/wiki"
   27.13 +HOST_ARCH="i486 arm"
   27.14 +
   27.15 +WANTED="xorg-libxshmfence"
   27.16 +DEPENDS="xorg-libxshmfence"
   27.17 +
   27.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   27.19 +genpkg_rules()
   27.20 +{
   27.21 +	cook_copy_files *.h *.la *.pc
   27.22 +}
    28.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.2 +++ b/xorg-libxshmfence/receipt	Fri Feb 10 15:18:35 2017 +0200
    28.3 @@ -0,0 +1,33 @@
    28.4 +# SliTaz package receipt.
    28.5 +
    28.6 +PACKAGE="xorg-libxshmfence"
    28.7 +VERSION="1.2"
    28.8 +CATEGORY="x-window"
    28.9 +SHORT_DESC="Xorg server Shared Memory Fence library."
   28.10 +MAINTAINER="al.bobylev@gmail.com"
   28.11 +LICENSE="MIT"
   28.12 +WEB_SITE="https://www.x.org/wiki"
   28.13 +HOST_ARCH="i486 arm"
   28.14 +
   28.15 +TARBALL="libxshmfence-$VERSION.tar.bz2"
   28.16 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
   28.17 +
   28.18 +BUILD_DEPENDS="xorg-xproto"
   28.19 +
   28.20 +# Rules to configure and make the package.
   28.21 +compile_rules()
   28.22 +{
   28.23 +	./configure \
   28.24 +		--sysconfdir=/etc \
   28.25 +		--localstatedir=/var \
   28.26 +		--disable-static \
   28.27 +		$CONFIGURE_ARGS &&
   28.28 +	make &&
   28.29 +	make DESTDIR=$DESTDIR install
   28.30 +}
   28.31 +
   28.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   28.33 +genpkg_rules()
   28.34 +{
   28.35 +	cook_copy_files *.so*
   28.36 +}