summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-02-28 00:36:08 (GMT)
committerCecil <knoppmyth@gmail.com>2012-02-28 00:36:08 (GMT)
commit8bb6db55e2e19cbf441de77fc4616531afe717df (patch)
treeff13404af7fdbfbf1ba6a368dca0298a377b77df /abs/extra/web-on-linhes
parentaa91976fc4dfe0c60029aa0faeff1656b2cbb1b4 (diff)
downloadlinhes_pkgbuild-8bb6db55e2e19cbf441de77fc4616531afe717df.zip
linhes_pkgbuild-8bb6db55e2e19cbf441de77fc4616531afe717df.tar.gz
linhes_pkgbuild-8bb6db55e2e19cbf441de77fc4616531afe717df.tar.bz2
web-on-linhes:Removed defunct NowMov link.
Diffstat (limited to 'abs/extra/web-on-linhes')
-rw-r--r--abs/extra/web-on-linhes/PKGBUILD9
-rw-r--r--abs/extra/web-on-linhes/stop_xss.sh12
-rw-r--r--abs/extra/web-on-linhes/web-on-linhes.install8
3 files changed, 4 insertions, 25 deletions
diff --git a/abs/extra/web-on-linhes/PKGBUILD b/abs/extra/web-on-linhes/PKGBUILD
index 2c9f185..267dfe1 100644
--- a/abs/extra/web-on-linhes/PKGBUILD
+++ b/abs/extra/web-on-linhes/PKGBUILD
@@ -3,19 +3,18 @@
pkgname=web-on-linhes
pkgver=1.00.0
-pkgrel=1
+pkgrel=3
pkgdesc="Added multiple websites with 10' UIs to Play Online Streams."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.linhes.org/"
-depends=('chromium' 'flashplugin')
+depends=('chromium' 'flashplugin' 'linhes-scripts>=7-29')
install=web-on-linhes.install
-source=('stop_xss.sh' 'web-on-linhes.sh')
+source=('web-on-linhes.sh')
build() {
cd ${srcdir}
install -d ${pkgdir}/usr/LH/bin
install -D -m755 *.sh ${pkgdir}/usr/LH/bin
}
-md5sums=('3f5877b4b44b6fddb3b42491318c6441'
- 'bf15498dcbdc3852aca9cccb0aacd913')
+md5sums=('bf15498dcbdc3852aca9cccb0aacd913')
diff --git a/abs/extra/web-on-linhes/stop_xss.sh b/abs/extra/web-on-linhes/stop_xss.sh
deleted file mode 100644
index 5ed0ae1..0000000
--- a/abs/extra/web-on-linhes/stop_xss.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-while [ 1=1 ];
-do
-
- if [ "$(pidof chromium)" ]
- then
- xscreensaver-command -deactivate
- fi
- sleep 60
-
-done
diff --git a/abs/extra/web-on-linhes/web-on-linhes.install b/abs/extra/web-on-linhes/web-on-linhes.install
index 631806a..c5f2c40 100644
--- a/abs/extra/web-on-linhes/web-on-linhes.install
+++ b/abs/extra/web-on-linhes/web-on-linhes.install
@@ -77,14 +77,6 @@ post_install() {
echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp
echo " <button>" >> /tmp/is.xml.tmp
echo " <type>STREAM</type>" >> /tmp/is.xml.tmp
- echo " <text>NowMov</text>" >> /tmp/is.xml.tmp
- echo " <action>EXEC /usr/LH/bin/web-on-linhes.sh --no-first-run --kiosk http://nowmov.com</action>" >> /tmp/is.xml.tmp
- echo " </button>" >> /tmp/is.xml.tmp
- echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp
- echo "" >> /tmp/is.xml.tmp
- echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp
- echo " <button>" >> /tmp/is.xml.tmp
- echo " <type>STREAM</type>" >> /tmp/is.xml.tmp
echo " <text>The Onion</text>" >> /tmp/is.xml.tmp
echo " <action>EXEC /usr/LH/bin/web-on-linhes.sh --no-first-run --kiosk http://www.theonion.com/video/googletv/</action>" >> /tmp/is.xml.tmp
echo " </button>" >> /tmp/is.xml.tmp