wok-next rev 19639

Up xcb-util-*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 13 02:58:19 2017 +0200 (2017-02-13)
parents c6d83a2b2380
children daabefa33afd
files xcb-util-cursor-dev/receipt xcb-util-cursor/receipt xcb-util-image-dev/receipt xcb-util-image/receipt xcb-util-image/stuff/licenses/LICENSE xcb-util-keysyms-dev/receipt xcb-util-keysyms/receipt xcb-util-keysyms/stuff/licenses/LICENSE xcb-util-renderutil-dev/receipt xcb-util-renderutil/receipt xcb-util-wm-dev/receipt xcb-util-wm/receipt xcb-util-wm/stuff/licenses/LICENSE
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-cursor-dev/receipt	Mon Feb 13 02:58:19 2017 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xcb-util-cursor-dev"
     1.7 +VERSION="0.1.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Module that implements the XCB cursor library, development files"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="https://xcb.freedesktop.org/"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +
    1.15 +WANTED="xcb-util-cursor"
    1.16 +DEPENDS="xcb-util-cursor"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	cook_copy_files *.h *.la *.pc
    1.22 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xcb-util-cursor/receipt	Mon Feb 13 02:58:19 2017 +0200
     2.3 @@ -0,0 +1,32 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xcb-util-cursor"
     2.7 +VERSION="0.1.3"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Module that implements the XCB cursor library"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="other"
    2.12 +WEB_SITE="https://xcb.freedesktop.org/"
    2.13 +HOST_ARCH="i486 arm"
    2.14 +
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 +WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    2.17 +
    2.18 +DEPENDS="libxcb xcb-util-renderutil xcb-util-image"
    2.19 +BUILD_DEPENDS="libxcb-dev xcb-util-dev xcb-util-renderutil-dev \
    2.20 +xcb-util-image-dev"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	./configure \
    2.26 +		--disable-static \
    2.27 +		$CONFIGURE_ARGS &&
    2.28 +	make && make install
    2.29 +}
    2.30 +
    2.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.32 +genpkg_rules()
    2.33 +{
    2.34 +	cook_copy_files *.so*
    2.35 +}
     3.1 --- a/xcb-util-image-dev/receipt	Mon Feb 13 02:23:31 2017 +0200
     3.2 +++ b/xcb-util-image-dev/receipt	Mon Feb 13 02:58:19 2017 +0200
     3.3 @@ -1,21 +1,18 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xcb-util-image-dev"
     3.7 -VERSION="0.3.8"
     3.8 +VERSION="0.4.0"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="devel files for xcb-util"
    3.11  MAINTAINER="slaxemulator@gmail.com"
    3.12  LICENSE="other"
    3.13  WEB_SITE="http://xcb.freedesktop.org/"
    3.14 +
    3.15  WANTED="xcb-util-image"
    3.16 -
    3.17  DEPENDS="xcb-util-image pkg-config"
    3.18  
    3.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.20  genpkg_rules()
    3.21  {
    3.22 -	mkdir -p $fs/usr/lib
    3.23 -	cp -a $install/usr/include $fs/usr
    3.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.25 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    3.26 +	cook_copy_files *.h *.la *.pc
    3.27  }
     4.1 --- a/xcb-util-image/receipt	Mon Feb 13 02:23:31 2017 +0200
     4.2 +++ b/xcb-util-image/receipt	Mon Feb 13 02:58:19 2017 +0200
     4.3 @@ -1,14 +1,15 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xcb-util-image"
     4.7 -VERSION="0.3.8"
     4.8 +VERSION="0.4.0"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
    4.11  MAINTAINER="slaxemulator@gmail.com"
    4.12  LICENSE="other"
    4.13 -WEB_SITE="http://xcb.freedesktop.org/"
    4.14 +WEB_SITE="https://xcb.freedesktop.org/"
    4.15 +
    4.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.17 -WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
    4.18 +WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    4.19  
    4.20  DEPENDS="libxcb xcb-util"
    4.21  BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-util-macros"
    4.22 @@ -16,13 +17,14 @@
    4.23  # Rules to configure and make the package.
    4.24  compile_rules()
    4.25  {
    4.26 -	cd $src
    4.27 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
    4.28 +	./configure \
    4.29 +		--disable-static \
    4.30 +		$CONFIGURE_ARGS &&
    4.31 +	make && make install
    4.32  }
    4.33  
    4.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.35  genpkg_rules()
    4.36  {
    4.37 -	mkdir -p $fs/usr/lib
    4.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.39 +	cook_copy_files *.so*
    4.40  }
     5.1 --- a/xcb-util-image/stuff/licenses/LICENSE	Mon Feb 13 02:23:31 2017 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,267 +0,0 @@
     5.4 -/* Copyright (C) 2007 Bart Massey
     5.5 - *
     5.6 - * Permission is hereby granted, free of charge, to any person obtaining a
     5.7 - * copy of this software and associated documentation files (the "Software"),
     5.8 - * to deal in the Software without restriction, including without limitation
     5.9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    5.10 - * and/or sell copies of the Software, and to permit persons to whom the
    5.11 - * Software is furnished to do so, subject to the following conditions:
    5.12 - * 
    5.13 - * The above copyright notice and this permission notice shall be included in
    5.14 - * all copies or substantial portions of the Software.
    5.15 - * 
    5.16 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    5.17 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    5.18 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    5.19 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
    5.20 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    5.21 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    5.22 - * 
    5.23 - * Except as contained in this notice, the names of the authors or their
    5.24 - * institutions shall not be used in advertising or otherwise to promote the
    5.25 - * sale, use or other dealings in this Software without prior written
    5.26 - * authorization from the authors.
    5.27 - */
    5.28 -
    5.29 -/*
    5.30 - * Copyright (C) 2008-2009 Julien Danjou <julien@danjou.info>
    5.31 - *
    5.32 - * Permission is hereby granted, free of charge, to any person
    5.33 - * obtaining a copy of this software and associated documentation
    5.34 - * files (the "Software"), to deal in the Software without
    5.35 - * restriction, including without limitation the rights to use, copy,
    5.36 - * modify, merge, publish, distribute, sublicense, and/or sell copies
    5.37 - * of the Software, and to permit persons to whom the Software is
    5.38 - * furnished to do so, subject to the following conditions:
    5.39 - *
    5.40 - * The above copyright notice and this permission notice shall be
    5.41 - * included in all copies or substantial portions of the Software.
    5.42 - *
    5.43 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    5.44 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    5.45 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    5.46 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
    5.47 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    5.48 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    5.49 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    5.50 - *
    5.51 - * Except as contained in this notice, the names of the authors or
    5.52 - * their institutions shall not be used in advertising or otherwise to
    5.53 - * promote the sale, use or other dealings in this Software without
    5.54 - * prior written authorization from the authors.
    5.55 - */
    5.56 -
    5.57 -/*
    5.58 - * Copyright (C) 2008 Arnaud Fontaine <arnau@debian.org>
    5.59 - * Copyright (C) 2007-2008 Vincent Torri <vtorri@univ-evry.fr>
    5.60 - *
    5.61 - * Permission is hereby granted, free of charge, to any person
    5.62 - * obtaining a copy of this software and associated documentation
    5.63 - * files (the "Software"), to deal in the Software without
    5.64 - * restriction, including without limitation the rights to use, copy,
    5.65 - * modify, merge, publish, distribute, sublicense, and/or sell copies
    5.66 - * of the Software, and to permit persons to whom the Software is
    5.67 - * furnished to do so, subject to the following conditions:
    5.68 - *
    5.69 - * The above copyright notice and this permission notice shall be
    5.70 - * included in all copies or substantial portions of the Software.
    5.71 - *
    5.72 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    5.73 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    5.74 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    5.75 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
    5.76 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    5.77 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    5.78 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    5.79 - *
    5.80 - * Except as contained in this notice, the names of the authors or
    5.81 - * their institutions shall not be used in advertising or otherwise to
    5.82 - * promote the sale, use or other dealings in this Software without
    5.83 - * prior written authorization from the authors.
    5.84 -
    5.85 -/*
    5.86 - * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
    5.87 - * Copyright © 2008 Julien Danjou <julien@danjou.info>
    5.88 - *
    5.89 - * Permission is hereby granted, free of charge, to any person
    5.90 - * obtaining a copy of this software and associated documentation
    5.91 - * files (the "Software"), to deal in the Software without
    5.92 - * restriction, including without limitation the rights to use, copy,
    5.93 - * modify, merge, publish, distribute, sublicense, and/or sell copies
    5.94 - * of the Software, and to permit persons to whom the Software is
    5.95 - * furnished to do so, subject to the following conditions:
    5.96 - *
    5.97 - * The above copyright notice and this permission notice shall be
    5.98 - * included in all copies or substantial portions of the Software.
    5.99 - *
   5.100 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   5.101 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   5.102 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   5.103 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   5.104 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   5.105 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   5.106 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5.107 - *
   5.108 - * Except as contained in this notice, the names of the authors or
   5.109 - * their institutions shall not be used in advertising or otherwise to
   5.110 - * promote the sale, use or other dealings in this Software without
   5.111 - * prior written authorization from the authors.
   5.112 - */
   5.113 -
   5.114 -/*
   5.115 - * Copyright © 2008 Keith Packard <keithp@keithp.com>
   5.116 - *
   5.117 - * Permission is hereby granted, free of charge, to any person
   5.118 - * obtaining a copy of this software and associated documentation
   5.119 - * files (the "Software"), to deal in the Software without
   5.120 - * restriction, including without limitation the rights to use, copy,
   5.121 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   5.122 - * of the Software, and to permit persons to whom the Software is
   5.123 - * furnished to do so, subject to the following conditions:
   5.124 - *
   5.125 - * The above copyright notice and this permission notice shall be
   5.126 - * included in all copies or substantial portions of the Software.
   5.127 - *
   5.128 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   5.129 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   5.130 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   5.131 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   5.132 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   5.133 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   5.134 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5.135 - *
   5.136 - * Except as contained in this notice, the names of the authors or
   5.137 - * their institutions shall not be used in advertising or otherwise to
   5.138 - * promote the sale, use or other dealings in this Software without
   5.139 - * prior written authorization from the authors.
   5.140 - */
   5.141 -
   5.142 -/*
   5.143 - * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
   5.144 - *
   5.145 - * Permission is hereby granted, free of charge, to any person
   5.146 - * obtaining a copy of this software and associated documentation
   5.147 - * files (the "Software"), to deal in the Software without
   5.148 - * restriction, including without limitation the rights to use, copy,
   5.149 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   5.150 - * of the Software, and to permit persons to whom the Software is
   5.151 - * furnished to do so, subject to the following conditions:
   5.152 - *
   5.153 - * The above copyright notice and this permission notice shall be
   5.154 - * included in all copies or substantial portions of the Software.
   5.155 - *
   5.156 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   5.157 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   5.158 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   5.159 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   5.160 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   5.161 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   5.162 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5.163 - *
   5.164 - * Except as contained in this notice, the names of the authors or
   5.165 - * their institutions shall not be used in advertising or otherwise to
   5.166 - * promote the sale, use or other dealings in this Software without
   5.167 - * prior written authorization from the authors.
   5.168 - */
   5.169 -
   5.170 -/*
   5.171 - * Copyright © 2008 Ian Osgood <iano@quirkster.com>
   5.172 - * Copyright © 2008 Jamey Sharp <jamey@minilop.net>
   5.173 - * Copyright © 2008 Josh Triplett <josh@freedesktop.org>
   5.174 - * Copyright © 2008 Ulrich Eckhardt <doomster@knuut.de>
   5.175 - *
   5.176 - * Permission is hereby granted, free of charge, to any person
   5.177 - * obtaining a copy of this software and associated documentation
   5.178 - * files (the "Software"), to deal in the Software without
   5.179 - * restriction, including without limitation the rights to use, copy,
   5.180 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   5.181 - * of the Software, and to permit persons to whom the Software is
   5.182 - * furnished to do so, subject to the following conditions:
   5.183 - *
   5.184 - * The above copyright notice and this permission notice shall be
   5.185 - * included in all copies or substantial portions of the Software.
   5.186 - *
   5.187 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   5.188 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   5.189 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   5.190 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   5.191 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   5.192 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   5.193 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5.194 - *
   5.195 - * Except as contained in this notice, the names of the authors or
   5.196 - * their institutions shall not be used in advertising or otherwise to
   5.197 - * promote the sale, use or other dealings in this Software without
   5.198 - * prior written authorization from the authors.
   5.199 - */
   5.200 -
   5.201 -/* Copyright © 2006 Jamey Sharp.
   5.202 - *
   5.203 - * Permission is hereby granted, free of charge, to any person obtaining a
   5.204 - * copy of this software and associated documentation files (the "Software"),
   5.205 - * to deal in the Software without restriction, including without limitation
   5.206 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   5.207 - * and/or sell copies of the Software, and to permit persons to whom the
   5.208 - * Software is furnished to do so, subject to the following conditions:
   5.209 - * 
   5.210 - * The above copyright notice and this permission notice shall be included in
   5.211 - * all copies or substantial portions of the Software.
   5.212 - * 
   5.213 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   5.214 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   5.215 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   5.216 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   5.217 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   5.218 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5.219 - * 
   5.220 - * Except as contained in this notice, the names of the authors or their
   5.221 - * institutions shall not be used in advertising or otherwise to promote the
   5.222 - * sale, use or other dealings in this Software without prior written
   5.223 - * authorization from the authors.
   5.224 - */
   5.225 -
   5.226 -/* Copyright © 2006 Ian Osgood
   5.227 - *
   5.228 - * Permission is hereby granted, free of charge, to any person obtaining a
   5.229 - * copy of this software and associated documentation files (the "Software"),
   5.230 - * to deal in the Software without restriction, including without limitation
   5.231 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   5.232 - * and/or sell copies of the Software, and to permit persons to whom the
   5.233 - * Software is furnished to do so, subject to the following conditions:
   5.234 - * 
   5.235 - * The above copyright notice and this permission notice shall be included in
   5.236 - * all copies or substantial portions of the Software.
   5.237 - * 
   5.238 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   5.239 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   5.240 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   5.241 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   5.242 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   5.243 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5.244 - * 
   5.245 - * Except as contained in this notice, the names of the authors or their
   5.246 - * institutions shall not be used in advertising or otherwise to promote the
   5.247 - * sale, use or other dealings in this Software without prior written
   5.248 - * authorization from the authors.
   5.249 - */
   5.250 -
   5.251 -/* Copyright © 2000 Keith Packard
   5.252 - *
   5.253 - * Permission to use, copy, modify, distribute, and sell this software and its
   5.254 - * documentation for any purpose is hereby granted without fee, provided that
   5.255 - * the above copyright notice appear in all copies and that both that
   5.256 - * copyright notice and this permission notice appear in supporting
   5.257 - * documentation, and that the name of Keith Packard not be used in
   5.258 - * advertising or publicity pertaining to distribution of the software without
   5.259 - * specific, written prior permission.  Keith Packard makes no
   5.260 - * representations about the suitability of this software for any purpose.  It
   5.261 - * is provided "as is" without express or implied warranty.
   5.262 - *
   5.263 - * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   5.264 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   5.265 - * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   5.266 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   5.267 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   5.268 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   5.269 - * PERFORMANCE OF THIS SOFTWARE.
   5.270 - */
     6.1 --- a/xcb-util-keysyms-dev/receipt	Mon Feb 13 02:23:31 2017 +0200
     6.2 +++ b/xcb-util-keysyms-dev/receipt	Mon Feb 13 02:58:19 2017 +0200
     6.3 @@ -1,22 +1,19 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="xcb-util-keysyms-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-keysyms"
    6.11  MAINTAINER="slaxemulator@gmail.com"
    6.12  LICENSE="other"
    6.13 -WEB_SITE="http://xcb.freedesktop.org/"
    6.14 -WANTED="xcb-util-keysyms"
    6.15 +WEB_SITE="https://xcb.freedesktop.org/"
    6.16  HOST_ARCH="i486 arm"
    6.17  
    6.18 -DEPENDS="xcb-util-keysyms pkg-config"
    6.19 +WANTED="xcb-util-keysyms"
    6.20 +DEPENDS="xcb-util-keysyms"
    6.21  
    6.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.23  genpkg_rules()
    6.24  {
    6.25 -	mkdir -p $fs/usr/lib
    6.26 -	cp -a $install/usr/include $fs/usr
    6.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.28 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    6.29 +	cook_copy_files *.h *.la *.pc
    6.30  }
     7.1 --- a/xcb-util-keysyms/receipt	Mon Feb 13 02:23:31 2017 +0200
     7.2 +++ b/xcb-util-keysyms/receipt	Mon Feb 13 02:58:19 2017 +0200
     7.3 @@ -1,15 +1,16 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="xcb-util-keysyms"
     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"
    7.11  MAINTAINER="slaxemulator@gmail.com"
    7.12  LICENSE="other"
    7.13 -WEB_SITE="http://xcb.freedesktop.org/"
    7.14 +WEB_SITE="https://xcb.freedesktop.org/"
    7.15 +HOST_ARCH="i486 arm"
    7.16 +
    7.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.18  WGET_URL="http://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 @@ -19,13 +20,12 @@
    7.24  {
    7.25  	./configure \
    7.26  		--disable-static \
    7.27 -		$CONFIGURE_ARGS && 
    7.28 +		$CONFIGURE_ARGS &&
    7.29  	make && make install
    7.30  }
    7.31  
    7.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.33  genpkg_rules()
    7.34  {
    7.35 -	mkdir -p $fs/usr/lib
    7.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    7.37 +	cook_copy_files *.so*
    7.38  }
     8.1 --- a/xcb-util-keysyms/stuff/licenses/LICENSE	Mon Feb 13 02:23:31 2017 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,267 +0,0 @@
     8.4 -/* Copyright (C) 2007 Bart Massey
     8.5 - *
     8.6 - * Permission is hereby granted, free of charge, to any person obtaining a
     8.7 - * copy of this software and associated documentation files (the "Software"),
     8.8 - * to deal in the Software without restriction, including without limitation
     8.9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    8.10 - * and/or sell copies of the Software, and to permit persons to whom the
    8.11 - * Software is furnished to do so, subject to the following conditions:
    8.12 - * 
    8.13 - * The above copyright notice and this permission notice shall be included in
    8.14 - * all copies or substantial portions of the Software.
    8.15 - * 
    8.16 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    8.17 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    8.18 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    8.19 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
    8.20 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    8.21 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    8.22 - * 
    8.23 - * Except as contained in this notice, the names of the authors or their
    8.24 - * institutions shall not be used in advertising or otherwise to promote the
    8.25 - * sale, use or other dealings in this Software without prior written
    8.26 - * authorization from the authors.
    8.27 - */
    8.28 -
    8.29 -/*
    8.30 - * Copyright (C) 2008-2009 Julien Danjou <julien@danjou.info>
    8.31 - *
    8.32 - * Permission is hereby granted, free of charge, to any person
    8.33 - * obtaining a copy of this software and associated documentation
    8.34 - * files (the "Software"), to deal in the Software without
    8.35 - * restriction, including without limitation the rights to use, copy,
    8.36 - * modify, merge, publish, distribute, sublicense, and/or sell copies
    8.37 - * of the Software, and to permit persons to whom the Software is
    8.38 - * furnished to do so, subject to the following conditions:
    8.39 - *
    8.40 - * The above copyright notice and this permission notice shall be
    8.41 - * included in all copies or substantial portions of the Software.
    8.42 - *
    8.43 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    8.44 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    8.45 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    8.46 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
    8.47 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    8.48 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    8.49 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    8.50 - *
    8.51 - * Except as contained in this notice, the names of the authors or
    8.52 - * their institutions shall not be used in advertising or otherwise to
    8.53 - * promote the sale, use or other dealings in this Software without
    8.54 - * prior written authorization from the authors.
    8.55 - */
    8.56 -
    8.57 -/*
    8.58 - * Copyright (C) 2008 Arnaud Fontaine <arnau@debian.org>
    8.59 - * Copyright (C) 2007-2008 Vincent Torri <vtorri@univ-evry.fr>
    8.60 - *
    8.61 - * Permission is hereby granted, free of charge, to any person
    8.62 - * obtaining a copy of this software and associated documentation
    8.63 - * files (the "Software"), to deal in the Software without
    8.64 - * restriction, including without limitation the rights to use, copy,
    8.65 - * modify, merge, publish, distribute, sublicense, and/or sell copies
    8.66 - * of the Software, and to permit persons to whom the Software is
    8.67 - * furnished to do so, subject to the following conditions:
    8.68 - *
    8.69 - * The above copyright notice and this permission notice shall be
    8.70 - * included in all copies or substantial portions of the Software.
    8.71 - *
    8.72 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    8.73 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    8.74 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    8.75 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
    8.76 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    8.77 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    8.78 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    8.79 - *
    8.80 - * Except as contained in this notice, the names of the authors or
    8.81 - * their institutions shall not be used in advertising or otherwise to
    8.82 - * promote the sale, use or other dealings in this Software without
    8.83 - * prior written authorization from the authors.
    8.84 -
    8.85 -/*
    8.86 - * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
    8.87 - * Copyright © 2008 Julien Danjou <julien@danjou.info>
    8.88 - *
    8.89 - * Permission is hereby granted, free of charge, to any person
    8.90 - * obtaining a copy of this software and associated documentation
    8.91 - * files (the "Software"), to deal in the Software without
    8.92 - * restriction, including without limitation the rights to use, copy,
    8.93 - * modify, merge, publish, distribute, sublicense, and/or sell copies
    8.94 - * of the Software, and to permit persons to whom the Software is
    8.95 - * furnished to do so, subject to the following conditions:
    8.96 - *
    8.97 - * The above copyright notice and this permission notice shall be
    8.98 - * included in all copies or substantial portions of the Software.
    8.99 - *
   8.100 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   8.101 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8.102 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   8.103 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   8.104 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   8.105 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   8.106 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8.107 - *
   8.108 - * Except as contained in this notice, the names of the authors or
   8.109 - * their institutions shall not be used in advertising or otherwise to
   8.110 - * promote the sale, use or other dealings in this Software without
   8.111 - * prior written authorization from the authors.
   8.112 - */
   8.113 -
   8.114 -/*
   8.115 - * Copyright © 2008 Keith Packard <keithp@keithp.com>
   8.116 - *
   8.117 - * Permission is hereby granted, free of charge, to any person
   8.118 - * obtaining a copy of this software and associated documentation
   8.119 - * files (the "Software"), to deal in the Software without
   8.120 - * restriction, including without limitation the rights to use, copy,
   8.121 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   8.122 - * of the Software, and to permit persons to whom the Software is
   8.123 - * furnished to do so, subject to the following conditions:
   8.124 - *
   8.125 - * The above copyright notice and this permission notice shall be
   8.126 - * included in all copies or substantial portions of the Software.
   8.127 - *
   8.128 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   8.129 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8.130 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   8.131 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   8.132 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   8.133 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   8.134 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8.135 - *
   8.136 - * Except as contained in this notice, the names of the authors or
   8.137 - * their institutions shall not be used in advertising or otherwise to
   8.138 - * promote the sale, use or other dealings in this Software without
   8.139 - * prior written authorization from the authors.
   8.140 - */
   8.141 -
   8.142 -/*
   8.143 - * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
   8.144 - *
   8.145 - * Permission is hereby granted, free of charge, to any person
   8.146 - * obtaining a copy of this software and associated documentation
   8.147 - * files (the "Software"), to deal in the Software without
   8.148 - * restriction, including without limitation the rights to use, copy,
   8.149 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   8.150 - * of the Software, and to permit persons to whom the Software is
   8.151 - * furnished to do so, subject to the following conditions:
   8.152 - *
   8.153 - * The above copyright notice and this permission notice shall be
   8.154 - * included in all copies or substantial portions of the Software.
   8.155 - *
   8.156 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   8.157 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8.158 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   8.159 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   8.160 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   8.161 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   8.162 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8.163 - *
   8.164 - * Except as contained in this notice, the names of the authors or
   8.165 - * their institutions shall not be used in advertising or otherwise to
   8.166 - * promote the sale, use or other dealings in this Software without
   8.167 - * prior written authorization from the authors.
   8.168 - */
   8.169 -
   8.170 -/*
   8.171 - * Copyright © 2008 Ian Osgood <iano@quirkster.com>
   8.172 - * Copyright © 2008 Jamey Sharp <jamey@minilop.net>
   8.173 - * Copyright © 2008 Josh Triplett <josh@freedesktop.org>
   8.174 - * Copyright © 2008 Ulrich Eckhardt <doomster@knuut.de>
   8.175 - *
   8.176 - * Permission is hereby granted, free of charge, to any person
   8.177 - * obtaining a copy of this software and associated documentation
   8.178 - * files (the "Software"), to deal in the Software without
   8.179 - * restriction, including without limitation the rights to use, copy,
   8.180 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   8.181 - * of the Software, and to permit persons to whom the Software is
   8.182 - * furnished to do so, subject to the following conditions:
   8.183 - *
   8.184 - * The above copyright notice and this permission notice shall be
   8.185 - * included in all copies or substantial portions of the Software.
   8.186 - *
   8.187 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   8.188 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8.189 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   8.190 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   8.191 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   8.192 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   8.193 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8.194 - *
   8.195 - * Except as contained in this notice, the names of the authors or
   8.196 - * their institutions shall not be used in advertising or otherwise to
   8.197 - * promote the sale, use or other dealings in this Software without
   8.198 - * prior written authorization from the authors.
   8.199 - */
   8.200 -
   8.201 -/* Copyright © 2006 Jamey Sharp.
   8.202 - *
   8.203 - * Permission is hereby granted, free of charge, to any person obtaining a
   8.204 - * copy of this software and associated documentation files (the "Software"),
   8.205 - * to deal in the Software without restriction, including without limitation
   8.206 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   8.207 - * and/or sell copies of the Software, and to permit persons to whom the
   8.208 - * Software is furnished to do so, subject to the following conditions:
   8.209 - * 
   8.210 - * The above copyright notice and this permission notice shall be included in
   8.211 - * all copies or substantial portions of the Software.
   8.212 - * 
   8.213 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8.214 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8.215 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8.216 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   8.217 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   8.218 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8.219 - * 
   8.220 - * Except as contained in this notice, the names of the authors or their
   8.221 - * institutions shall not be used in advertising or otherwise to promote the
   8.222 - * sale, use or other dealings in this Software without prior written
   8.223 - * authorization from the authors.
   8.224 - */
   8.225 -
   8.226 -/* Copyright © 2006 Ian Osgood
   8.227 - *
   8.228 - * Permission is hereby granted, free of charge, to any person obtaining a
   8.229 - * copy of this software and associated documentation files (the "Software"),
   8.230 - * to deal in the Software without restriction, including without limitation
   8.231 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   8.232 - * and/or sell copies of the Software, and to permit persons to whom the
   8.233 - * Software is furnished to do so, subject to the following conditions:
   8.234 - * 
   8.235 - * The above copyright notice and this permission notice shall be included in
   8.236 - * all copies or substantial portions of the Software.
   8.237 - * 
   8.238 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8.239 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8.240 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8.241 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   8.242 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   8.243 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8.244 - * 
   8.245 - * Except as contained in this notice, the names of the authors or their
   8.246 - * institutions shall not be used in advertising or otherwise to promote the
   8.247 - * sale, use or other dealings in this Software without prior written
   8.248 - * authorization from the authors.
   8.249 - */
   8.250 -
   8.251 -/* Copyright © 2000 Keith Packard
   8.252 - *
   8.253 - * Permission to use, copy, modify, distribute, and sell this software and its
   8.254 - * documentation for any purpose is hereby granted without fee, provided that
   8.255 - * the above copyright notice appear in all copies and that both that
   8.256 - * copyright notice and this permission notice appear in supporting
   8.257 - * documentation, and that the name of Keith Packard not be used in
   8.258 - * advertising or publicity pertaining to distribution of the software without
   8.259 - * specific, written prior permission.  Keith Packard makes no
   8.260 - * representations about the suitability of this software for any purpose.  It
   8.261 - * is provided "as is" without express or implied warranty.
   8.262 - *
   8.263 - * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   8.264 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   8.265 - * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   8.266 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   8.267 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   8.268 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   8.269 - * PERFORMANCE OF THIS SOFTWARE.
   8.270 - */
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/xcb-util-renderutil-dev/receipt	Mon Feb 13 02:58:19 2017 +0200
     9.3 @@ -0,0 +1,19 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="xcb-util-renderutil-dev"
     9.7 +VERSION="0.3.9"
     9.8 +CATEGORY="development"
     9.9 +SHORT_DESC="Additional extensions to the XCB library, development files"
    9.10 +MAINTAINER="al.bobylev@gmail.com"
    9.11 +LICENSE="other"
    9.12 +WEB_SITE="https://xcb.freedesktop.org/"
    9.13 +HOST_ARCH="i486 arm"
    9.14 +
    9.15 +WANTED="xcb-util-renderutil"
    9.16 +DEPENDS="xcb-util-renderutil"
    9.17 +
    9.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.19 +genpkg_rules()
    9.20 +{
    9.21 +	cook_copy_files *.h *.la *.pc
    9.22 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/xcb-util-renderutil/receipt	Mon Feb 13 02:58:19 2017 +0200
    10.3 @@ -0,0 +1,31 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="xcb-util-renderutil"
    10.7 +VERSION="0.3.9"
    10.8 +CATEGORY="x-window"
    10.9 +SHORT_DESC="Additional extension to the XCB library"
   10.10 +MAINTAINER="al.bobylev@gmail.com"
   10.11 +LICENSE="other"
   10.12 +WEB_SITE="https://xcb.freedesktop.org/"
   10.13 +HOST_ARCH="i486 arm"
   10.14 +
   10.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.16 +WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
   10.17 +
   10.18 +DEPENDS="libxcb"
   10.19 +BUILD_DEPENDS="libxcb-dev xorg-util-macros"
   10.20 +
   10.21 +# Rules to configure and make the package.
   10.22 +compile_rules()
   10.23 +{
   10.24 +	./configure \
   10.25 +		--disable-static \
   10.26 +		$CONFIGURE_ARGS &&
   10.27 +	make && make install
   10.28 +}
   10.29 +
   10.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.31 +genpkg_rules()
   10.32 +{
   10.33 +	cook_copy_files *.so*
   10.34 +}
    11.1 --- a/xcb-util-wm-dev/receipt	Mon Feb 13 02:23:31 2017 +0200
    11.2 +++ b/xcb-util-wm-dev/receipt	Mon Feb 13 02:58:19 2017 +0200
    11.3 @@ -1,22 +1,19 @@
    11.4  # SliTaz package receipt.
    11.5  
    11.6  PACKAGE="xcb-util-wm-dev"
    11.7 -VERSION="0.3.8"
    11.8 +VERSION="0.4.1"
    11.9  CATEGORY="development"
   11.10  SHORT_DESC="devel files for xcb-util-wm"
   11.11  MAINTAINER="slaxemulator@gmail.com"
   11.12  LICENSE="other"
   11.13 -WEB_SITE="http://xcb.freedesktop.org/"
   11.14 -WANTED="xcb-util-wm"
   11.15 +WEB_SITE="https://xcb.freedesktop.org/"
   11.16  HOST_ARCH="i486 arm"
   11.17  
   11.18 +WANTED="xcb-util-wm"
   11.19  DEPENDS="xcb-util-wm pkg-config"
   11.20  
   11.21  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.22  genpkg_rules()
   11.23  {
   11.24 -	mkdir -p $fs/usr/lib
   11.25 -	cp -a $install/usr/include $fs/usr
   11.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   11.27 -	cp -a $install/usr/lib/*.la $fs/usr/lib
   11.28 +	cook_copy_files *.h *.la *.pc
   11.29  }
    12.1 --- a/xcb-util-wm/receipt	Mon Feb 13 02:23:31 2017 +0200
    12.2 +++ b/xcb-util-wm/receipt	Mon Feb 13 02:58:19 2017 +0200
    12.3 @@ -1,15 +1,16 @@
    12.4  # SliTaz package receipt.
    12.5  
    12.6  PACKAGE="xcb-util-wm"
    12.7 -VERSION="0.3.8"
    12.8 +VERSION="0.4.1"
    12.9  CATEGORY="x-window"
   12.10  SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
   12.11  MAINTAINER="slaxemulator@gmail.com"
   12.12  LICENSE="other"
   12.13 -WEB_SITE="http://xcb.freedesktop.org/"
   12.14 +WEB_SITE="https://xcb.freedesktop.org/"
   12.15 +HOST_ARCH="i486 arm"
   12.16 +
   12.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   12.18  WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
   12.19 -HOST_ARCH="i486 arm"
   12.20  
   12.21  DEPENDS="libxcb"
   12.22  BUILD_DEPENDS="libxcb-dev xorg-util-macros"
   12.23 @@ -17,12 +18,14 @@
   12.24  # Rules to configure and make the package.
   12.25  compile_rules()
   12.26  {
   12.27 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
   12.28 +	./configure \
   12.29 +		--disable-static \
   12.30 +		$CONFIGURE_ARGS &&
   12.31 +	make && make install
   12.32  }
   12.33  
   12.34  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.35  genpkg_rules()
   12.36  {
   12.37 -	mkdir -p $fs/usr/lib
   12.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   12.39 +	cook_copy_files *.so*
   12.40  }
    13.1 --- a/xcb-util-wm/stuff/licenses/LICENSE	Mon Feb 13 02:23:31 2017 +0200
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,267 +0,0 @@
    13.4 -/* Copyright (C) 2007 Bart Massey
    13.5 - *
    13.6 - * Permission is hereby granted, free of charge, to any person obtaining a
    13.7 - * copy of this software and associated documentation files (the "Software"),
    13.8 - * to deal in the Software without restriction, including without limitation
    13.9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   13.10 - * and/or sell copies of the Software, and to permit persons to whom the
   13.11 - * Software is furnished to do so, subject to the following conditions:
   13.12 - * 
   13.13 - * The above copyright notice and this permission notice shall be included in
   13.14 - * all copies or substantial portions of the Software.
   13.15 - * 
   13.16 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13.17 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13.18 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   13.19 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   13.20 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   13.21 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13.22 - * 
   13.23 - * Except as contained in this notice, the names of the authors or their
   13.24 - * institutions shall not be used in advertising or otherwise to promote the
   13.25 - * sale, use or other dealings in this Software without prior written
   13.26 - * authorization from the authors.
   13.27 - */
   13.28 -
   13.29 -/*
   13.30 - * Copyright (C) 2008-2009 Julien Danjou <julien@danjou.info>
   13.31 - *
   13.32 - * Permission is hereby granted, free of charge, to any person
   13.33 - * obtaining a copy of this software and associated documentation
   13.34 - * files (the "Software"), to deal in the Software without
   13.35 - * restriction, including without limitation the rights to use, copy,
   13.36 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   13.37 - * of the Software, and to permit persons to whom the Software is
   13.38 - * furnished to do so, subject to the following conditions:
   13.39 - *
   13.40 - * The above copyright notice and this permission notice shall be
   13.41 - * included in all copies or substantial portions of the Software.
   13.42 - *
   13.43 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   13.44 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   13.45 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   13.46 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   13.47 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   13.48 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   13.49 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13.50 - *
   13.51 - * Except as contained in this notice, the names of the authors or
   13.52 - * their institutions shall not be used in advertising or otherwise to
   13.53 - * promote the sale, use or other dealings in this Software without
   13.54 - * prior written authorization from the authors.
   13.55 - */
   13.56 -
   13.57 -/*
   13.58 - * Copyright (C) 2008 Arnaud Fontaine <arnau@debian.org>
   13.59 - * Copyright (C) 2007-2008 Vincent Torri <vtorri@univ-evry.fr>
   13.60 - *
   13.61 - * Permission is hereby granted, free of charge, to any person
   13.62 - * obtaining a copy of this software and associated documentation
   13.63 - * files (the "Software"), to deal in the Software without
   13.64 - * restriction, including without limitation the rights to use, copy,
   13.65 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   13.66 - * of the Software, and to permit persons to whom the Software is
   13.67 - * furnished to do so, subject to the following conditions:
   13.68 - *
   13.69 - * The above copyright notice and this permission notice shall be
   13.70 - * included in all copies or substantial portions of the Software.
   13.71 - *
   13.72 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   13.73 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   13.74 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   13.75 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   13.76 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   13.77 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   13.78 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13.79 - *
   13.80 - * Except as contained in this notice, the names of the authors or
   13.81 - * their institutions shall not be used in advertising or otherwise to
   13.82 - * promote the sale, use or other dealings in this Software without
   13.83 - * prior written authorization from the authors.
   13.84 -
   13.85 -/*
   13.86 - * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
   13.87 - * Copyright © 2008 Julien Danjou <julien@danjou.info>
   13.88 - *
   13.89 - * Permission is hereby granted, free of charge, to any person
   13.90 - * obtaining a copy of this software and associated documentation
   13.91 - * files (the "Software"), to deal in the Software without
   13.92 - * restriction, including without limitation the rights to use, copy,
   13.93 - * modify, merge, publish, distribute, sublicense, and/or sell copies
   13.94 - * of the Software, and to permit persons to whom the Software is
   13.95 - * furnished to do so, subject to the following conditions:
   13.96 - *
   13.97 - * The above copyright notice and this permission notice shall be
   13.98 - * included in all copies or substantial portions of the Software.
   13.99 - *
  13.100 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13.101 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  13.102 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  13.103 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
  13.104 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  13.105 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  13.106 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  13.107 - *
  13.108 - * Except as contained in this notice, the names of the authors or
  13.109 - * their institutions shall not be used in advertising or otherwise to
  13.110 - * promote the sale, use or other dealings in this Software without
  13.111 - * prior written authorization from the authors.
  13.112 - */
  13.113 -
  13.114 -/*
  13.115 - * Copyright © 2008 Keith Packard <keithp@keithp.com>
  13.116 - *
  13.117 - * Permission is hereby granted, free of charge, to any person
  13.118 - * obtaining a copy of this software and associated documentation
  13.119 - * files (the "Software"), to deal in the Software without
  13.120 - * restriction, including without limitation the rights to use, copy,
  13.121 - * modify, merge, publish, distribute, sublicense, and/or sell copies
  13.122 - * of the Software, and to permit persons to whom the Software is
  13.123 - * furnished to do so, subject to the following conditions:
  13.124 - *
  13.125 - * The above copyright notice and this permission notice shall be
  13.126 - * included in all copies or substantial portions of the Software.
  13.127 - *
  13.128 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13.129 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  13.130 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  13.131 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
  13.132 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  13.133 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  13.134 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  13.135 - *
  13.136 - * Except as contained in this notice, the names of the authors or
  13.137 - * their institutions shall not be used in advertising or otherwise to
  13.138 - * promote the sale, use or other dealings in this Software without
  13.139 - * prior written authorization from the authors.
  13.140 - */
  13.141 -
  13.142 -/*
  13.143 - * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
  13.144 - *
  13.145 - * Permission is hereby granted, free of charge, to any person
  13.146 - * obtaining a copy of this software and associated documentation
  13.147 - * files (the "Software"), to deal in the Software without
  13.148 - * restriction, including without limitation the rights to use, copy,
  13.149 - * modify, merge, publish, distribute, sublicense, and/or sell copies
  13.150 - * of the Software, and to permit persons to whom the Software is
  13.151 - * furnished to do so, subject to the following conditions:
  13.152 - *
  13.153 - * The above copyright notice and this permission notice shall be
  13.154 - * included in all copies or substantial portions of the Software.
  13.155 - *
  13.156 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13.157 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  13.158 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  13.159 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
  13.160 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  13.161 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  13.162 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  13.163 - *
  13.164 - * Except as contained in this notice, the names of the authors or
  13.165 - * their institutions shall not be used in advertising or otherwise to
  13.166 - * promote the sale, use or other dealings in this Software without
  13.167 - * prior written authorization from the authors.
  13.168 - */
  13.169 -
  13.170 -/*
  13.171 - * Copyright © 2008 Ian Osgood <iano@quirkster.com>
  13.172 - * Copyright © 2008 Jamey Sharp <jamey@minilop.net>
  13.173 - * Copyright © 2008 Josh Triplett <josh@freedesktop.org>
  13.174 - * Copyright © 2008 Ulrich Eckhardt <doomster@knuut.de>
  13.175 - *
  13.176 - * Permission is hereby granted, free of charge, to any person
  13.177 - * obtaining a copy of this software and associated documentation
  13.178 - * files (the "Software"), to deal in the Software without
  13.179 - * restriction, including without limitation the rights to use, copy,
  13.180 - * modify, merge, publish, distribute, sublicense, and/or sell copies
  13.181 - * of the Software, and to permit persons to whom the Software is
  13.182 - * furnished to do so, subject to the following conditions:
  13.183 - *
  13.184 - * The above copyright notice and this permission notice shall be
  13.185 - * included in all copies or substantial portions of the Software.
  13.186 - *
  13.187 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13.188 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  13.189 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  13.190 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
  13.191 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  13.192 - * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  13.193 - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  13.194 - *
  13.195 - * Except as contained in this notice, the names of the authors or
  13.196 - * their institutions shall not be used in advertising or otherwise to
  13.197 - * promote the sale, use or other dealings in this Software without
  13.198 - * prior written authorization from the authors.
  13.199 - */
  13.200 -
  13.201 -/* Copyright © 2006 Jamey Sharp.
  13.202 - *
  13.203 - * Permission is hereby granted, free of charge, to any person obtaining a
  13.204 - * copy of this software and associated documentation files (the "Software"),
  13.205 - * to deal in the Software without restriction, including without limitation
  13.206 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  13.207 - * and/or sell copies of the Software, and to permit persons to whom the
  13.208 - * Software is furnished to do so, subject to the following conditions:
  13.209 - * 
  13.210 - * The above copyright notice and this permission notice shall be included in
  13.211 - * all copies or substantial portions of the Software.
  13.212 - * 
  13.213 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  13.214 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13.215 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  13.216 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  13.217 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  13.218 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  13.219 - * 
  13.220 - * Except as contained in this notice, the names of the authors or their
  13.221 - * institutions shall not be used in advertising or otherwise to promote the
  13.222 - * sale, use or other dealings in this Software without prior written
  13.223 - * authorization from the authors.
  13.224 - */
  13.225 -
  13.226 -/* Copyright © 2006 Ian Osgood
  13.227 - *
  13.228 - * Permission is hereby granted, free of charge, to any person obtaining a
  13.229 - * copy of this software and associated documentation files (the "Software"),
  13.230 - * to deal in the Software without restriction, including without limitation
  13.231 - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  13.232 - * and/or sell copies of the Software, and to permit persons to whom the
  13.233 - * Software is furnished to do so, subject to the following conditions:
  13.234 - * 
  13.235 - * The above copyright notice and this permission notice shall be included in
  13.236 - * all copies or substantial portions of the Software.
  13.237 - * 
  13.238 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  13.239 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13.240 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  13.241 - * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  13.242 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  13.243 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  13.244 - * 
  13.245 - * Except as contained in this notice, the names of the authors or their
  13.246 - * institutions shall not be used in advertising or otherwise to promote the
  13.247 - * sale, use or other dealings in this Software without prior written
  13.248 - * authorization from the authors.
  13.249 - */
  13.250 -
  13.251 -/* Copyright © 2000 Keith Packard
  13.252 - *
  13.253 - * Permission to use, copy, modify, distribute, and sell this software and its
  13.254 - * documentation for any purpose is hereby granted without fee, provided that
  13.255 - * the above copyright notice appear in all copies and that both that
  13.256 - * copyright notice and this permission notice appear in supporting
  13.257 - * documentation, and that the name of Keith Packard not be used in
  13.258 - * advertising or publicity pertaining to distribution of the software without
  13.259 - * specific, written prior permission.  Keith Packard makes no
  13.260 - * representations about the suitability of this software for any purpose.  It
  13.261 - * is provided "as is" without express or implied warranty.
  13.262 - *
  13.263 - * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  13.264 - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  13.265 - * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  13.266 - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  13.267 - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  13.268 - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13.269 - * PERFORMANCE OF THIS SOFTWARE.
  13.270 - */