wok diff xcb-proto/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 5d0f9213f0ae
children 535c806240cc
line diff
     1.1 --- a/xcb-proto/receipt	Thu Nov 07 07:30:39 2019 +0100
     1.2 +++ b/xcb-proto/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-proto"
     1.7 -VERSION="1.13"
     1.8 +VERSION="1.14"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="X protocol descriptions for XCB."
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  LICENSE="other"
    1.13  WEB_SITE="https://xcb.freedesktop.org/"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="${WEB_SITE}dist/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 +WGET_URL="https://xorg.freedesktop.org/archive/individual/proto/$TARBALL"
    1.19  
    1.20  DEPENDS="pkg-config python"
    1.21  BUILD_DEPENDS="libxml2-tools python-dev"
    1.22 @@ -20,6 +20,8 @@
    1.23  	arm) BUILD_DEPENDS="" ;;
    1.24  esac
    1.25  
    1.26 +# @maintainer: Please update also: libxcb and libxcb-dev
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 @@ -35,9 +37,10 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/share/licenses
    1.35 -	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.36  
    1.37 -	cp -a $install/* $fs
    1.38 +	cp -a $src/COPYING	$fs/usr/share/licenses/$PACKAGE.txt
    1.39 +	cp -a $install/*	$fs
    1.40 +
    1.41  	# cook removes *.pyc *.pyo files by itself, but leaves them in files.list
    1.42  	find $fs -name '*.py?' -delete
    1.43  }