wok rev 23743

updated xcb-proto, libxcb and libxcb-dev (1.13 -> 1.14)
author Hans-G?nter Theisgen
date Fri May 01 13:39:34 2020 +0100 (2020-05-01)
parents 190956005f2c
children 162ce5a95e8f
files libxcb-dev/receipt libxcb/receipt xcb-proto/receipt
line diff
     1.1 --- a/libxcb-dev/receipt	Fri May 01 13:17:09 2020 +0100
     1.2 +++ b/libxcb-dev/receipt	Fri May 01 13:39:34 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxcb-dev"
     1.7 -VERSION="1.13.1"
     1.8 +VERSION="1.14"
     1.9  ARM_VERSION="1.9.1"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Development files for libxcb."
    1.12 @@ -32,5 +32,5 @@
    1.13  	cp -a $install/usr/lib/*.la		$fs/usr/lib
    1.14  	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.15  
    1.16 -	sed -i 's|pthread-stubs||' $fs/usr/lib/pkgconfig/xcb.pc
    1.17 +	sed -i 's|pthread-stubs||'		$fs/usr/lib/pkgconfig/xcb.pc
    1.18  }
     2.1 --- a/libxcb/receipt	Fri May 01 13:17:09 2020 +0100
     2.2 +++ b/libxcb/receipt	Fri May 01 13:39:34 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libxcb"
     2.7 -VERSION="1.13.1"
     2.8 +VERSION="1.14"
     2.9  ARM_VERSION="1.9.1"
    2.10  CATEGORY="x-window"
    2.11  SHORT_DESC="A C binding to the X11 protocol."
     3.1 --- a/xcb-proto/receipt	Fri May 01 13:17:09 2020 +0100
     3.2 +++ b/xcb-proto/receipt	Fri May 01 13:39:34 2020 +0100
     3.3 @@ -1,15 +1,15 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xcb-proto"
     3.7 -VERSION="1.13"
     3.8 +VERSION="1.14"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="X protocol descriptions for XCB."
    3.11  MAINTAINER="mallory@sweetpeople.org"
    3.12  LICENSE="other"
    3.13  WEB_SITE="https://xcb.freedesktop.org/"
    3.14  
    3.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.16 -WGET_URL="${WEB_SITE}dist/$TARBALL"
    3.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.18 +WGET_URL="https://xorg.freedesktop.org/archive/individual/proto/$TARBALL"
    3.19  
    3.20  DEPENDS="pkg-config python"
    3.21  BUILD_DEPENDS="libxml2-tools python-dev"
    3.22 @@ -20,6 +20,8 @@
    3.23  	arm) BUILD_DEPENDS="" ;;
    3.24  esac
    3.25  
    3.26 +# @maintainer: Please update also: libxcb and libxcb-dev
    3.27 +
    3.28  # Rules to configure and make the package.
    3.29  compile_rules()
    3.30  {
    3.31 @@ -35,9 +37,10 @@
    3.32  genpkg_rules()
    3.33  {
    3.34  	mkdir -p $fs/usr/share/licenses
    3.35 -	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    3.36  
    3.37 -	cp -a $install/* $fs
    3.38 +	cp -a $src/COPYING	$fs/usr/share/licenses/$PACKAGE.txt
    3.39 +	cp -a $install/*	$fs
    3.40 +
    3.41  	# cook removes *.pyc *.pyo files by itself, but leaves them in files.list
    3.42  	find $fs -name '*.py?' -delete
    3.43  }