wok diff pymux/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents 5d50a02468c7
children 095836df71b7
line diff
     1.1 --- a/pymux/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/pymux/receipt	Sat Jul 10 14:52:46 2021 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pymux"
     1.7 -SOURCE="pymux"
     1.8 -VERSION="0.6"
     1.9 +VERSION="0.14"
    1.10  CATEGORY="utilities"
    1.11  SHORT_DESC="A terminal multiplexer (like tmux) in Python."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://github.com/jonathanslenders/pymux"
    1.15 -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    1.16  
    1.17 -DEPENDS="python python-pyte python-prompt-toolkit python-docopt"
    1.18 -BUILD_DEPENDS="wget python-setuptools python-dev python-pyte python-prompt-toolkit python-docopt"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
    1.21 +
    1.22 +DEPENDS="python python-docopt python-prompt-toolkit python-pyte"
    1.23 +BUILD_DEPENDS="python-dev python-docopt python-prompt-toolkit python-pyte 
    1.24 +	python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -22,6 +23,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }
    1.35 -