# HG changeset patch # User Hans-G?nter Theisgen # Date 1588336774 -3600 # Node ID 8b1267de950518515a10fa244423411b92554d74 # Parent 190956005f2c33a7a0a82e8049363d8924968d25 updated xcb-proto, libxcb and libxcb-dev (1.13 -> 1.14) diff -r 190956005f2c -r 8b1267de9505 libxcb-dev/receipt --- a/libxcb-dev/receipt Fri May 01 13:17:09 2020 +0100 +++ b/libxcb-dev/receipt Fri May 01 13:39:34 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxcb-dev" -VERSION="1.13.1" +VERSION="1.14" ARM_VERSION="1.9.1" CATEGORY="development" SHORT_DESC="Development files for libxcb." @@ -32,5 +32,5 @@ cp -a $install/usr/lib/*.la $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib - sed -i 's|pthread-stubs||' $fs/usr/lib/pkgconfig/xcb.pc + sed -i 's|pthread-stubs||' $fs/usr/lib/pkgconfig/xcb.pc } diff -r 190956005f2c -r 8b1267de9505 libxcb/receipt --- a/libxcb/receipt Fri May 01 13:17:09 2020 +0100 +++ b/libxcb/receipt Fri May 01 13:39:34 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxcb" -VERSION="1.13.1" +VERSION="1.14" ARM_VERSION="1.9.1" CATEGORY="x-window" SHORT_DESC="A C binding to the X11 protocol." diff -r 190956005f2c -r 8b1267de9505 xcb-proto/receipt --- a/xcb-proto/receipt Fri May 01 13:17:09 2020 +0100 +++ b/xcb-proto/receipt Fri May 01 13:39:34 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="xcb-proto" -VERSION="1.13" +VERSION="1.14" CATEGORY="development" SHORT_DESC="X protocol descriptions for XCB." MAINTAINER="mallory@sweetpeople.org" LICENSE="other" WEB_SITE="https://xcb.freedesktop.org/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="${WEB_SITE}dist/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://xorg.freedesktop.org/archive/individual/proto/$TARBALL" DEPENDS="pkg-config python" BUILD_DEPENDS="libxml2-tools python-dev" @@ -20,6 +20,8 @@ arm) BUILD_DEPENDS="" ;; esac +# @maintainer: Please update also: libxcb and libxcb-dev + # Rules to configure and make the package. compile_rules() { @@ -35,9 +37,10 @@ genpkg_rules() { mkdir -p $fs/usr/share/licenses - cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt - cp -a $install/* $fs + cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt + cp -a $install/* $fs + # cook removes *.pyc *.pyo files by itself, but leaves them in files.list find $fs -name '*.py?' -delete }