wok-current rev 23637
updated seamonkey-official (2.49.5 -> 2.53.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:12:05 2020 +0100 (2020-04-20) |
parents | 7560f38771b5 |
children | d5ac235eb44c |
files | seamonkey-official/receipt |
line diff
1.1 --- a/seamonkey-official/receipt Mon Apr 20 09:50:00 2020 +0100 1.2 +++ b/seamonkey-official/receipt Mon Apr 20 10:12:05 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="seamonkey-official" 1.7 -VERSION="2.49.5" 1.8 +VERSION="2.53.1" 1.9 CATEGORY="network" 1.10 TAGS="web-browser" 1.11 SHORT_DESC="Official Seamonkey build by the seamonkey-project (English language)." 1.12 @@ -9,10 +9,10 @@ 1.13 LICENSE="MPL2" 1.14 WEB_SITE="https://www.seamonkey-project.org" 1.15 1.16 -TARBALL="seamonkey-$VERSION.tar.bz2" 1.17 +TARBALL="seamonkey-$VERSION.en-GB.linux-i686.tar.bz2" 1.18 WGET_URL="https://archive.mozilla.org/pub/seamonkey/releases/$VERSION/linux-i686/en-GB/$TARBALL" 1.19 1.20 -DEPENDS="alsa-lib curl glib gtk+ jpeg libevent libIDL libnotify \ 1.21 +DEPENDS="alsa-lib curl glib gtk+ jpeg libevent libIDL libnotify 1.22 libvpx xorg-libX11 xorg-libXt" 1.23 1.24 HOST_ARCH="i486" 1.25 @@ -30,10 +30,10 @@ 1.26 $install/usr/share/pixmaps 1.27 1.28 # Copy everything 1.29 - cp -a $src/* $install$fx 1.30 + cp -a $src/* $install$fx 1.31 1.32 # Executable 1.33 - ln -s $fx/seamonkey $install/usr/bin/seamonkey-official 1.34 + ln -s $fx/seamonkey $install/usr/bin/seamonkey-official 1.35 1.36 # Allow user updates (save user's and our traffic) 1.37 chmod -R a+w $install$fx 1.38 @@ -42,5 +42,5 @@ 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 - cp -a $install/* $fs 1.43 + cp -a $install/* $fs 1.44 }