diff options
author | James Meyer <james.meyer@operamail.com> | 2012-10-09 21:26:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-10-09 21:26:53 (GMT) |
commit | 4dbdf15b3b556cbf566b7a4cd77b712a4ad79991 (patch) | |
tree | ccc520d4e529f754ee186869a93f9b4428b98610 /abs/core/LinHES-system/PKGBUILD | |
parent | 009095477733a629bbbbc1151b7fc968850c6e7b (diff) | |
download | linhes_pkgbuild-4dbdf15b3b556cbf566b7a4cd77b712a4ad79991.zip linhes_pkgbuild-4dbdf15b3b556cbf566b7a4cd77b712a4ad79991.tar.gz linhes_pkgbuild-4dbdf15b3b556cbf566b7a4cd77b712a4ad79991.tar.bz2 |
LinHES-system: set_windowmanager, change_channel
- set_windowmanager now sets the database when default is selected.
- included new change_channel scripts that work in conjuction with /etc/systemconfig
Instead of hardcoding the value of the remote name, it's dynamic selected from /etc/systemconfig. The transmitter number matchs the blaster proto number.
change_channel.sh transmitter cmd
change_channel.sh 1 12 #Change channel to 12 using transmitter 1
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 8abecab..dc31936 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=113 +pkgrel=117 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -28,7 +28,8 @@ binfiles="LinHES-start optimize_mythdb.py misc_status_config.py misc_status_info.sh misc_upcoming_recordings.pl - misc_which_recorder.pl" + misc_which_recorder.pl + change_channel.sh change_channel_wrapper.sh" source=(LinHES-session LinHES-profile.sh $binfiles @@ -86,7 +87,7 @@ md5sums=('5bd4938cf41b63787aa4cdfd76423e09' 'dc0be354ce77ba2b89868fc29b942c43' '542e670e78d117657f93141e9689f54d' '41951459ea9d2b0567be521b67e6285a' - 'ee6b9d277843e7047f46bdd83e1377ec' + '659c0a55b0b375c48fcd751252dd2102' '309638acf596ce3c790aa2bf5c7c9880' '962a3e9eaba2d1466251b7ab0956705d' '1758aed160de64abfafb28a3a8f3390e' @@ -109,6 +110,8 @@ md5sums=('5bd4938cf41b63787aa4cdfd76423e09' '45f46d1f9193c8dde18e56369ec29a1e' 'a8edbe7bc37e9932e8749d9f5f89c16f' '116b0f62ed4e8dd6e437930deeb6e49e' + 'd173f98728e436a5180f56e888c2bf91' + 'bacc813b48bafcc6fe906e5969930501' 'eb879fee9603a05d5420d4ce8ed9e450' 'f1870a9522c79e6b248fcbf81dec3280' '84492954db16740f949d795b74383189' |