diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-16 18:55:19 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-16 18:55:19 (GMT) |
commit | e0e80fb41248e5691afdcda5f34ec8364d3c2c5f (patch) | |
tree | c95d366a6029aafd01c707257d56360395592ccb /abs/core | |
parent | 5e44c4adc1cc8bd90226ad3c078c4c3924bd8da6 (diff) | |
download | linhes_pkgbuild-e0e80fb41248e5691afdcda5f34ec8364d3c2c5f.zip linhes_pkgbuild-e0e80fb41248e5691afdcda5f34ec8364d3c2c5f.tar.gz linhes_pkgbuild-e0e80fb41248e5691afdcda5f34ec8364d3c2c5f.tar.bz2 |
LinHES-system: move stop_xss.sh from linhes-scripts.
remove stop_xss.sh from linhes-scripts. Remove linhes-scripts as a dep of web-on-linhes and xbmc.
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 5 | ||||
-rwxr-xr-x[-rw-r--r--] | abs/core/LinHES-system/stop_xss.sh (renamed from abs/core/linhes-scripts/stop_xss.sh) | 0 | ||||
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 9abf04a..82cc14b 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=8.0 -pkgrel=11 +pkgrel=12 arch=('i686' 'x86_64') install=system.install pkgdesc="Everything that makes LinHES an automated system" @@ -21,7 +21,7 @@ binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh gen_is_xml.py gen_lib_xml.py gen_light_include.py gen_game_xml.py misc_recent_recordings.pl misc_status_config.py misc_status_info.sh misc_upcoming_recordings.pl misc_which_recorder.pl - change_channel.sh change_channel_wrapper.sh + change_channel.sh change_channel_wrapper.sh stop_xss.sh be_check.py checkXFSfrag.sh find_orphans.py idle.sh xwin_find.sh linhes_update.sh linhes_update2.sh mythwelcome-config.py mythwelcome-set-alarm.sh mythwelcome-test-wakeup.sh" @@ -110,6 +110,7 @@ md5sums=('8fc4b7c1ddf8f3c4d2266ce55086b4d4' '116b0f62ed4e8dd6e437930deeb6e49e' '17f678d37187be0f12d67f64e40429c6' 'bacc813b48bafcc6fe906e5969930501' + '54a478660d0f8150fe10112a9ecf2740' '8b0298f70f97cc1dc2a58b9a73c64bd3' '911b0fbc8d9178dac1a193346c9decaf' '34fc1f58ad1eabf4eff4979d420760c0' diff --git a/abs/core/linhes-scripts/stop_xss.sh b/abs/core/LinHES-system/stop_xss.sh index 4bb9d1a..4bb9d1a 100644..100755 --- a/abs/core/linhes-scripts/stop_xss.sh +++ b/abs/core/LinHES-system/stop_xss.sh diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 0c81167..050c4e2 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=55 +pkgrel=56 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -39,7 +39,6 @@ qip7100-cc.sh dtheme.sh upgrade_screen_rc upgrade_linhes_script.sh -stop_xss.sh myth2mkv LinHES-osd ripD_eject.sh @@ -88,7 +87,6 @@ md5sums=('47a66238d95259d75c9c5cbcbb6da19f' '35693f50939d5827aeabfce8c5dce589' '974c137d3fcb85942ba8945a1bc815fe' 'f454faeabfa153b10389a9a3bfd51c4a' - '54a478660d0f8150fe10112a9ecf2740' '503df99218373dfc75e7e7f5e449a44e' 'b608044c9e7530a400d8f5b88fdfe6e6' 'e2e24dd59d5d576cc33feafb329fa302' |