wok diff terminator/receipt @ rev 22604
updated cocoalib (0.9952 -> 0.99650)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 09 14:33:11 2020 +0100 (2020-01-09) |
parents | 6135577f4d08 |
children | 1722e3893bac |
line diff
1.1 --- a/terminator/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/terminator/receipt Thu Jan 09 14:33:11 2020 +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 }