wok rev 22020

updated terminator (0.96 -> 1.91)
author Hans-G?nter Theisgen
date Sun Oct 20 09:30:04 2019 +0100 (2019-10-20)
parents db46d017dfe4
children b17dd5322688
files terminator/receipt
line diff
     1.1 --- a/terminator/receipt	Sat Oct 19 21:09:13 2019 +0200
     1.2 +++ b/terminator/receipt	Sun Oct 20 09:30:04 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="terminator"
     1.7 -VERSION="0.96"
     1.8 +VERSION="1.91"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Tool for arranging terminals."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.14  WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
    1.15 -WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
    1.16  
    1.17 -DEPENDS="python pygtk notify-python python-vte"
    1.18 -BUILD_DEPENDS="wget python-dev"
    1.19 +TARBALL="${PACKAGE}-$VERSION.tar.gz"
    1.20 +WGET_URL="https://launchpad.net/terminator/gtk3/$VERSION/+download/$TARBALL"
    1.21 +
    1.22 +DEPENDS="notify-python pygtk python python-vte"
    1.23 +BUILD_DEPENDS="python-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -23,6 +24,7 @@
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr
    1.31 -	cp -a $install/usr/bin $fs/usr
    1.32 -	cp -a $install/usr/lib $fs/usr
    1.33 +
    1.34 +	cp -a $install/usr/bin	$fs/usr
    1.35 +	cp -a $install/usr/lib	$fs/usr
    1.36  }