wok-next rev 21521

updated bleachbit (2.0 -> 4.0.0)
author Hans-G?nter Theisgen
date Fri Jun 19 13:23:49 2020 +0100 (2020-06-19)
parents 95139ff63e5f
children d80fc158d3af
files bleachbit/receipt
line diff
     1.1 --- a/bleachbit/receipt	Fri Jun 19 11:24:39 2020 +0100
     1.2 +++ b/bleachbit/receipt	Fri Jun 19 13:23:49 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bleachbit"
     1.7 -VERSION="2.0"
     1.8 +VERSION="4.0.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -12,14 +12,16 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="https://download.bleachbit.org/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="python gettext"
    1.17 +BUILD_DEPENDS="python3 gettext"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	make -C po local &&
    1.23  	make prefix=/usr DESTDIR=$install install
    1.24  }
    1.25  
    1.26 -genpkg_rules() {
    1.27 +genpkg_rules()
    1.28 +{
    1.29  	copy @std
    1.30 -	DEPENDS="python-pygtk python"
    1.31 +	DEPENDS="python-pygtk python3"
    1.32  }