diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-19 21:46:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-19 21:46:28 (GMT) |
commit | a8beb09f5985c37d28f59e60c3c45a05df3d0d49 (patch) | |
tree | e4296f72bf6ae5f78dd782de20261f34d4342ab1 | |
parent | b7786e64fc9032a51b722bf7b7a472937be8713b (diff) | |
download | linhes_pkgbuild-a8beb09f5985c37d28f59e60c3c45a05df3d0d49.zip linhes_pkgbuild-a8beb09f5985c37d28f59e60c3c45a05df3d0d49.tar.gz linhes_pkgbuild-a8beb09f5985c37d28f59e60c3c45a05df3d0d49.tar.bz2 |
changed mythlcd server to disabled.
closes FS#128
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/mythtv/stable/mythdb-initial/__changelog | 21 |
3 files changed, 23 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 0b85ff6..e5883de 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=220 +pkgrel=222 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD b/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD index 639b37e..5259f9f 100755 --- a/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=1 -pkgrel=14 +pkgrel=16 pkgdesc="setup the initial mythtv database for linhes" url="" license="" diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/__changelog b/abs/core-testing/mythtv/stable/mythdb-initial/__changelog new file mode 100644 index 0000000..ffa39e7 --- /dev/null +++ b/abs/core-testing/mythtv/stable/mythdb-initial/__changelog @@ -0,0 +1,21 @@ + + +INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES +('Hostpluginmytharchive','1','larch5'), +('Hostpluginmythbrowser','1','larch5'), +('Hostpluginmythcontrols','1','larch5'), +('Hostpluginmythflix','1','larch5'), +('Hostpluginmythgallery','1','larch5'), +('Hostpluginmythgame','1','larch5'), +('HostpluginmythgameFceu','1','larch5'), +('HostpluginmythgameMame','1','larch5'), +('HostpluginmythgameZsnes','1','larch5'), +('Hostpluginmythmovietime','1','larch5'), +('Hostpluginmythmusic','1','larch5'), +('Hostpluginmythnews','1','larch5'), +('Hostpluginmythphone','1','larch5'), +('Hostpluginmythsmolt','1','larch5'), +('Hostpluginmythvideo','1','larch5'), +('Hostpluginmythvideo_dvdcss','0','larch5'), +('Hostpluginmythweather','1','larch5'), +('HostAudiotype','ALSA','larch5')
\ No newline at end of file |