# HG changeset patch # User Pascal Bellard # Date 1597489687 0 # Node ID 924febe4905048302696610787643edfd5494b88 # Parent 3a7e6669a5968f4ba6d64255eb425e7ba52570f8 Update tazinst (104) & tazusb (204) diff -r 3a7e6669a596 -r 924febe49050 fbgrab/receipt --- a/fbgrab/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/fbgrab/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Frame buffer grabber." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://fbgrab.monells.se/" +WEB_SITE="https://web.archive.org/web/20191223173748/http://fbgrab.monells.se/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}$TARBALL" diff -r 3a7e6669a596 -r 924febe49050 hashalot/receipt --- a/hashalot/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/hashalot/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.paranoiacs.org/~sluskyb/hacks/hashalot" +WEB_SITE="https://web.archive.org/web/20191219002710/http://www.paranoiacs.org/~sluskyb/hacks/hashalot/" WGET_URL="$WEB_SITE/$TARBALL" # Rules to configure and make the package. diff -r 3a7e6669a596 -r 924febe49050 opentyrian/receipt --- a/opentyrian/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/opentyrian/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian" MAINTAINER="mallory@sweetpeople.org" LICENSE="GPL2" -WEB_SITE="https://github.com/opentyrian/opentyriane" +WEB_SITE="https://github.com/opentyrian/opentyrian" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="mercurial|https://opentyrian.googlecode.com/hg/" diff -r 3a7e6669a596 -r 924febe49050 seamonkey/receipt --- a/seamonkey/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/seamonkey/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL MPL" TARBALL="$PACKAGE-$VERSION.source.tar.bz2" -WEB_SITE="http://www.seamonkey-project.org/" +WEB_SITE="https://www.seamonkey-project.org/" WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/source/$TARBALL" TAGS="web-browser" diff -r 3a7e6669a596 -r 924febe49050 tazinst-gui/receipt --- a/tazinst-gui/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/tazinst-gui/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazinst-gui" -VERSION="102" +VERSION="104" CATEGORY="base-system" SHORT_DESC="SliTaz installer (GUI frontend)" MAINTAINER="domcox@slitaz.org" diff -r 3a7e6669a596 -r 924febe49050 tazinst/receipt --- a/tazinst/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/tazinst/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazinst" -VERSION="102" +VERSION="104" CATEGORY="base-system" SHORT_DESC="SliTaz installer" MAINTAINER="domcox@slitaz.org" diff -r 3a7e6669a596 -r 924febe49050 tazpkg/receipt --- a/tazpkg/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/tazpkg/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -51,6 +51,8 @@ # Apply a fix to config file /etc/slitaz/slitaz.conf [ -f $1/etc/slitaz/slitaz.conf ] && \ sed -i 's/LOCAL_STATE/LOCALSTATE/' $1/etc/slitaz/slitaz.conf + grep -q ^Icon= $1/usr/share/applications/tazpkg-url.desktop || + echo "Icon=tazpkg" >> $1/usr/share/applications/tazpkg-url.desktop # Make sure new config is present if ! grep -q ^NOTIFY_GEOM "$1/etc/slitaz/tazpkg.conf"; then diff -r 3a7e6669a596 -r 924febe49050 tazusb/receipt --- a/tazusb/receipt Sat Aug 08 17:52:43 2020 +0000 +++ b/tazusb/receipt Sat Aug 15 11:08:07 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazusb" -VERSION="203" +VERSION="204" CATEGORY="base-system" SHORT_DESC="SliTaz LiveUSB utility" MAINTAINER="erjo@slitaz.org"