From 8bb6db55e2e19cbf441de77fc4616531afe717df Mon Sep 17 00:00:00 2001
From: Cecil <knoppmyth@gmail.com>
Date: Mon, 27 Feb 2012 16:36:08 -0800
Subject: web-on-linhes:Removed defunct NowMov link.

---
 abs/extra/web-on-linhes/PKGBUILD              |  9 ++++-----
 abs/extra/web-on-linhes/stop_xss.sh           | 12 ------------
 abs/extra/web-on-linhes/web-on-linhes.install |  8 --------
 3 files changed, 4 insertions(+), 25 deletions(-)
 delete mode 100644 abs/extra/web-on-linhes/stop_xss.sh

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
-- 
cgit v0.12