wok diff cherrytree/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents dc0a8add9e65
children 5ea0ce1cecc0
line diff
     1.1 --- a/cherrytree/receipt	Thu Feb 14 15:24:06 2019 +0100
     1.2 +++ b/cherrytree/receipt	Sat Mar 06 18:53:34 2021 +0000
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cherrytree"
     1.7 -VERSION="0.38.7"
     1.8 +VERSION="0.38.10"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="A hierarchical note taking application"
    1.11 +SHORT_DESC="A hierarchical note taking application."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.giuspen.com/cherrytree/"
    1.15 +WEB_SITE="https://www.giuspen.com/cherrytree/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -WGET_URL="http://www.giuspen.com/software/$TARBALL"
    1.19 +WGET_URL="https://github.com/giuspen/$PACKAGE/archive/$VERSION.tar.gz"
    1.20  
    1.21 -DEPENDS="python pygtk pygtksourceview p7zip-full"
    1.22 -BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev"
    1.23 +DEPENDS="p7zip-full pygtk pygtksourceview python"
    1.24 +BUILD_DEPENDS="desktop-file-utils pygtksourceview-dev python"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -24,9 +24,10 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/share
    1.32 -	cp -a $install/usr/bin $fs/usr
    1.33 -	cp -a $install/usr/lib $fs/usr
    1.34 -	cp -a $install/usr/share/applications $fs/usr/share
    1.35 -	cp -a $install/usr/share/cherrytree $fs/usr/share
    1.36 -	cp -a $install/usr/share/icons $fs/usr/share
    1.37 +
    1.38 +	cp -a $install/usr/bin			$fs/usr
    1.39 +	cp -a $install/usr/lib			$fs/usr
    1.40 +	cp -a $install/usr/share/applications	$fs/usr/share
    1.41 +	cp -a $install/usr/share/cherrytree	$fs/usr/share
    1.42 +	cp -a $install/usr/share/icons		$fs/usr/share
    1.43  }