# HG changeset patch # User Hans-G?nter Theisgen # Date 1573108239 -3600 # Node ID 5d0f9213f0ae76f1b7d2b07bb15324c8dd2e81e2 # Parent 5e2ff29a06d78d1ac5d27cfc81d1ab7951da93fa updated xcb-proto (1.10 -> 1.13) diff -r 5e2ff29a06d7 -r 5d0f9213f0ae xcb-proto/receipt --- a/xcb-proto/receipt Thu Nov 07 07:22:09 2019 +0100 +++ b/xcb-proto/receipt Thu Nov 07 07:30:39 2019 +0100 @@ -1,19 +1,21 @@ # SliTaz package receipt. PACKAGE="xcb-proto" -VERSION="1.10" +VERSION="1.13" CATEGORY="development" -SHORT_DESC="X protocol descriptions for XCB" +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" + +DEPENDS="pkg-config python" +BUILD_DEPENDS="libxml2-tools python-dev" + HOST_ARCH="i486 arm" -DEPENDS="python pkg-config" -BUILD_DEPENDS="python-dev libxml2-tools" - case "$ARCH" in arm) BUILD_DEPENDS="" ;; esac @@ -21,9 +23,9 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ + ./configure \ + --sysconfdir=/etc \ + --localstatedir=/var \ $CONFIGURE_ARGS && make && make install @@ -36,6 +38,6 @@ cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt cp -a $install/* $fs - # cook removes *.pyc *.pyo files by itself, but they leaves in files.list + # cook removes *.pyc *.pyo files by itself, but leaves them in files.list find $fs -name '*.py?' -delete }