# HG changeset patch # User Leonardo Laporte # Date 1460719006 10800 # Node ID 58cc8c1d23f17fc0d5cc371a5741cbda1c250971 # Parent d0c0682403b4ed31da82c4c98bceb488ef26b354 Add: Webian Shell (A full screen web browser.) diff -r d0c0682403b4 -r 58cc8c1d23f1 webian-shell/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webian-shell/description.txt Fri Apr 15 08:16:46 2016 -0300 @@ -0,0 +1,10 @@ +Shell is built on Mozilla Chromeless, some of the latest technology +from the people who make Firefox. Chromeless allows Shell itself to +be written in standard web technologies like HTML, CSS & JavaScript, +giving you a pure web experience. + +Shell is completely open source and is built on open source +technologies and open standards. + +Webian Shell - Browser +http://webian.org/shell/ diff -r d0c0682403b4 -r 58cc8c1d23f1 webian-shell/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webian-shell/receipt Fri Apr 15 08:16:46 2016 -0300 @@ -0,0 +1,59 @@ +# SliTaz package receipt. + +PACKAGE="webian-shell" +VERSION="0.1" +CATEGORY="network" +SHORT_DESC="A full screen web browser." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="MPL2" +WEB_SITE="http://webian.org/shell/" + +# Please, this receipt need improvements in the variables. Thank you. +GITHUB="https://github.com/downloads" +SOURCE="webian_shell_0.1-linux_32" + +TARBALL="$SOURCE.tar.gz" +WGET_URL="$GITHUB/webianproject/shell/$TARBALL" + +DEPENDS="gtk+ nss" + +compile_rules() +{ + +mkdir -p $install/usr/share/applications +mkdir -p $install/usr/share/pixmaps +mkdir -p $install/usr/lib/webian-shell + +cp -a $src/xulrunner/chrome/icons/default/default32.png $install/usr/share/pixmaps/webian-shell.png +cp -a $src/* $install/usr/lib/webian-shell + +} + +genpkg_rules() +{ + +cat > $install/usr/share/applications/webian-shell.desktop <