diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-22 16:17:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-22 16:17:52 (GMT) |
commit | 41271c7d20a9c6d19a58d23c85300b93fc24721a (patch) | |
tree | 96e1d14dcb37071b457faf2b06be28b116265b97 /abs/core/LinHES-system | |
parent | 4be398d0a85b967426525fd9c36ba9bb2595aa67 (diff) | |
download | linhes_pkgbuild-41271c7d20a9c6d19a58d23c85300b93fc24721a.zip linhes_pkgbuild-41271c7d20a9c6d19a58d23c85300b93fc24721a.tar.gz linhes_pkgbuild-41271c7d20a9c6d19a58d23c85300b93fc24721a.tar.bz2 |
LinHES-config/system: check for config.xml and if it's not found run mythvantage.py -m hostype to create a new one.
Diffstat (limited to 'abs/core/LinHES-system')
-rw-r--r-- | abs/core/LinHES-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 7bb5c16..80a449f 100644 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=2 -pkgrel=33 +pkgrel=34 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=LinHES.install pkgdesc="scripts and things related to having an automated system" -depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'runit-scripts>=2.1.1-43' 'udisks') +depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'runit-scripts>=2.1.1-43' 'udisks' 'LinHES-config>=2.3-59') backup=(etc/modprobe.d/alsa-base) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run |