wok-next diff webian-shell/receipt @ rev 21573
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:38:17 2020 +0100 (2020-06-22) |
parents | f48456621a9d |
children |
line diff
1.1 --- a/webian-shell/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/webian-shell/receipt Mon Jun 22 17:38:17 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.1" 1.5 CATEGORY="network" 1.6 SHORT_DESC="A full screen web browser" 1.7 -MAINTAINER="hackdorte@sapo.pt" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="MPL2" 1.10 WEB_SITE="http://webian.org/shell/" 1.11 1.12 @@ -12,8 +12,6 @@ 1.13 TARBALL="${PACKAGE/-/_}_$VERSION-linux_32.tar.gz" 1.14 WGET_URL="$GITHUB/webianproject/shell/$TARBALL" 1.15 1.16 -DEPENDS="gtk2 nss" 1.17 - 1.18 compile_rules() { 1.19 mkdir -p $install/usr/share/applications 1.20 mkdir -p $install/usr/share/pixmaps 1.21 @@ -24,18 +22,10 @@ 1.22 } 1.23 1.24 genpkg_rules() { 1.25 - cat > $install/usr/share/applications/webian-shell.desktop <<EOT 1.26 -[Desktop Entry] 1.27 -Type=Application 1.28 -Name=Webian Shell 1.29 -Comment=A full screen web browser. 1.30 -Exec=webian-shell 1.31 -Icon=webian-shell 1.32 -Categories=Network;WebBrowser; 1.33 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; 1.34 -EOT 1.35 - 1.36 + install -Dm644 $stuff/webian-shell.desktop \ 1.37 + $install/usr/share/applications/webian-shell.desktop 1.38 cp -a $install/* $fs 1.39 + DEPENDS="gtk2 nss" 1.40 } 1.41 1.42 post_install() {