wok-next diff cherrytree/receipt @ rev 20817

palemoon: try #3: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 20:05:18 2018 +0000 (2018-06-13)
parents 2985612f2b3f
children c022997c7a57
line diff
     1.1 --- a/cherrytree/receipt	Sun Oct 29 01:19:50 2017 +0300
     1.2 +++ b/cherrytree/receipt	Wed Jun 13 20:05:18 2018 +0000
     1.3 @@ -1,31 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="cherrytree"
     1.8 -VERSION="0.28.5"
     1.9 +VERSION="0.38.4"
    1.10  CATEGORY="office"
    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 +LICENSE="GPL3"
    1.16 +WEB_SITE="https://www.giuspen.com/cherrytree/"
    1.17 +
    1.18  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="http://www.giuspen.com/software/$TARBALL"
    1.20  
    1.21 -DEPENDS="python pygtk pygtksourceview p7zip-full"
    1.22  BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 +compile_rules() {
    1.28  	python setup.py install --prefix=$install/usr -f
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr/share
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib $fs/usr
    1.37 -	cp -a $install/usr/share/applications $fs/usr/share
    1.38 -	cp -a $install/usr/share/cherrytree $fs/usr/share
    1.39 -	cp -a $install/usr/share/icons $fs/usr/share
    1.40 +genpkg_rules() {
    1.41 +	copy @std
    1.42 +	DEPENDS="python pygtk pygtksourceview p7zip-full"
    1.43  }