# HG changeset patch # User Richard Dunbar # Date 1497377474 14400 # Node ID 58316b572647802f911cfbfab9ba8bf04c8d594e # Parent a014557b4d0d0ea3b104fec1e7f2d62a7b9240fd Add seamonkey-official diff -r a014557b4d0d -r 58316b572647 seamonkey-official/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/seamonkey-official/receipt Tue Jun 13 14:11:14 2017 -0400 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="seamonkey-official" +VERSION="2.46" +CATEGORY="network" +SHORT_DESC="Official Seamonkey build by the seamonkey-project (English language)" +MAINTAINER="mojo@slitaz.org" +LICENSE="MPL2" +WEB_SITE="https://www.seamonkey-project.org" +TARBALL="seamonkey-$VERSION.tar.bz2" +WGET_URL="https://archive.mozilla.org/pub/seamonkey/releases/$VERSION/linux-i686/en-US/$TARBALL" +TAGS="web-browser" +HOST_ARCH="i486" + +DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL alsa-lib xorg-libXt curl libnotify \ +libevent libvpx" + +# Rules to configure and make the package. +compile_rules() +{ + # Installation path + fx='/opt/seamonkey' + + mkdir -p \ + $install$fx \ + $install/usr/bin \ + $install/usr/share/applications \ + $install/usr/share/pixmaps + + # Copy everything + cp -a $src/* $install$fx + + # Executable + ln -s $fx/seamonkey $install/usr/bin/seamonkey-official + + # Allow user updates (save user's and our traffic) + chmod -R a+w $install$fx +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r a014557b4d0d -r 58316b572647 seamonkey-official/stuff/seamonkey-official.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/seamonkey-official/stuff/seamonkey-official.desktop Tue Jun 13 14:11:14 2017 -0400 @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Seamonkey Web Browser (official) +Name[fr]=Navigateur Web Seamonkey +Name[pt]=Navegador web Seamonkey +Name[pt_BR]=Navegador web Seamonkey +Comment=Browse the Internet +Exec=seamonkey-official +Icon=seamonkey-official +Type=Application +Categories=Application;Network; diff -r a014557b4d0d -r 58316b572647 seamonkey-official/stuff/seamonkey-official.png Binary file seamonkey-official/stuff/seamonkey-official.png has changed