wok-current diff pycairo/receipt @ rev 25669

Add rdfind, required for firmware build
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 20:53:40 2024 +0000 (5 months ago)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/pycairo/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/pycairo/receipt	Sat Mar 02 20:53:40 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pycairo"
     1.7 -VERSION="1.18.2"
     1.8 +VERSION="1.20.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python bindings for the cairo graphics library."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -13,7 +13,7 @@
    1.13  
    1.14  DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \
    1.15  	xorg-libXdmcp xorg-libXrender xcb-util"
    1.16 -BUILD_DEPENDS="cairo cairo-dev pkg-config python-dev xorg-xproto"
    1.17 +BUILD_DEPENDS="cairo cairo-dev pkg-config python3-dev xorg-xproto"
    1.18  
    1.19  current_version()
    1.20  {
    1.21 @@ -24,14 +24,14 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	python setup.py build &&
    1.26 -	python setup.py install --root=$DESTDIR
    1.27 +	python3 setup.py build &&
    1.28 +	python3 setup.py install --root=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.35 +	PYTHON_LIB=python$(grep ^VERSION= $WOK/python3/receipt | sed 's/.*"\(...\).*/\1/')
    1.36  
    1.37  	mkdir -p $fs/usr/lib
    1.38  	cp -a $install/usr/lib/$PYTHON_LIB	$fs/usr/lib