diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:28:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:28:18 (GMT) |
commit | ef37404dc855cf08c14fb260ba3e3c3e7783790d (patch) | |
tree | 89e38a7032c26e9734c450f2bad8b5d5834e7f4b /abs/core-testing/LinHES-system/PKGBUILD | |
parent | 36c30088af23737a94add8bdeb80fe173d99f69f (diff) | |
download | linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.zip linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.tar.gz linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.tar.bz2 |
Add support for screensaver.
This does nothing to address the mplayer heartbeat command.
Diffstat (limited to 'abs/core-testing/LinHES-system/PKGBUILD')
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index 15ee559..348ee10 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=35 +pkgrel=39 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=LinHES.install pkgdesc="scripts and things related to having a automated system" -depends=(linhes-sounds) +depends=(linhes-sounds xdotool) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run firstboot.sh load-modules-mythvantage.sh" |