wok-next diff terminator/receipt @ rev 21158

tor 0.3.5.7
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Feb 07 06:59:40 2019 +0000 (2019-02-07)
parents d5aab818505e
children
line diff
     1.1 --- a/terminator/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/terminator/receipt	Thu Feb 07 06:59:40 2019 +0000
     1.3 @@ -1,25 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="terminator"
     1.8 -VERSION="0.96"
     1.9 +VERSION="1.91"
    1.10  CATEGORY="x-window"
    1.11 -SHORT_DESC="Tool for arranging terminals"
    1.12 +SHORT_DESC="Terminal emulator that supports tabs and grids"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="https://launchpad.net/terminator/"
    1.16 +WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
    1.17 +HOST_ARCH="any"
    1.18  
    1.19 -TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.20 -WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.22 +WGET_URL="https://launchpad.net/terminator/gtk3/$VERSION/+download/$TARBALL"
    1.23  
    1.24  BUILD_DEPENDS="python-dev gettext-dev intltool"
    1.25 +DEPENDS_std="python python-pygtk notify-python"
    1.26  
    1.27  compile_rules() {
    1.28 -	python -B setup.py install --root=$install
    1.29 +	python -B setup.py install --root=$install || return 1
    1.30 +
    1.31 +	find $install -type f -exec chmod g-w '{}' \;
    1.32  }
    1.33 -
    1.34 -genpkg_rules() {
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 -	cp -a $install/usr/lib $fs/usr
    1.38 -	DEPENDS="python python-pygtk notify-python"
    1.39 -}