diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-02 01:27:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-02 01:27:53 (GMT) |
commit | 7e5ce60d93b3f9151df01f1917bc870ed6154fa8 (patch) | |
tree | ad73249cd6003916dec56059875fa4366d49f0e8 /abs/core/LinHES-system/PKGBUILD | |
parent | 2095e9f3f7795b97a31ef521609e3fc7f7b536a4 (diff) | |
download | linhes_pkgbuild-7e5ce60d93b3f9151df01f1917bc870ed6154fa8.zip linhes_pkgbuild-7e5ce60d93b3f9151df01f1917bc870ed6154fa8.tar.gz linhes_pkgbuild-7e5ce60d93b3f9151df01f1917bc870ed6154fa8.tar.bz2 |
Merge remote-tracking branch 'origin/testing' into testing
# By Britney Fransen (5) and others
# Via Britney Fransen
* origin/testing:
LinHES-system: Add scripts for misc status in MythWeb. closes #845.
linhes-scripts: tweak myth2mkv. Update version to 0.25-004
dvb-firmware: add xc5000c firmware. change xc5000 modprobe options. closes #844
v4l-dvb: update to snapshot from 20120828. refs #844
LinHES-system: update myth_status.py to work with tuners in error. closes #843
curlftpfs: Initial Inclusion.
linhes-scripts: minor changes to myth2mkv
mythtv:Bumped to latest fixes. Added ./configure items to close #842.
LinHES-config:7.4 rdt 9th anniversary release.
Conflicts:
abs/core/LinHES-config/LinHES-release
abs/core/LinHES-config/PKGBUILD
abs/core/LinHES-system/PKGBUILD
abs/core/linhes-scripts/PKGBUILD
abs/core/linhes-scripts/myth2mkv
abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 0c956b6..d4f2173 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,10 +1,10 @@ pkgname=LinHES-system pkgver=2 -pkgrel=75 +pkgrel=76 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin -#install=LinHES.install +install=LinHES-system.install pkgdesc="scripts and things related to having an automated system" depends=(linhes-sounds xdotool tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'udisks' 'LinHES-config>=2.3-59' 'sudo' 'python2-dbus' 'unclutter') backup=(etc/modprobe.d/alsa-base) @@ -23,7 +23,12 @@ binfiles="LinHES-start optimize_mythdb.py diskspace.sh cacheclean lh_message.sh lh_backend_control.sh switch_web.sh create_media_dirs.sh - msg_client.py msg_daemon.py gen_is_xml.py gen_lib_xml.py" + msg_client.py msg_daemon.py gen_is_xml.py gen_lib_xml.py + misc_recent_recordings.pl + misc_status_config.py + misc_status_info.sh + misc_upcoming_recordings.pl + misc_which_recorder.pl" source=(LinHES-session LinHES-profile.sh $binfiles alsa-base myth_mtc.lr diskspace cacheclean.cron readme_is_xml add_storage.readme) @@ -89,6 +94,11 @@ md5sums=('4921a6e21c71b263b8d23c51c24b939c' '5148fe4c6ac27fff8152c819c4d2b47a' 'ea315f41dcd6c978e546c95fc05546cf' 'ac61cc460d9e97ba1f5ef69e92cdfbe5' + '06a628469051237943b7c874f2e29b8a' + '0512f859cd5ea1d9eb972840caef2f0e' + '45f46d1f9193c8dde18e56369ec29a1e' + 'a8edbe7bc37e9932e8749d9f5f89c16f' + '14cea9e87654441b766a97576233ba5a' 'eb879fee9603a05d5420d4ce8ed9e450' 'f1870a9522c79e6b248fcbf81dec3280' '84492954db16740f949d795b74383189' |