diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-02-18 19:41:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-02-18 19:41:05 (GMT) |
commit | e2c4e80011acea4e42b19d3f7ba0f5db5e984817 (patch) | |
tree | cf1441bd429433c22f1bad1f95c29a045f11c704 /abs/core/mythdb-initial | |
parent | 83169ccfc4ef74057bcd3310c105a6ff2190b442 (diff) | |
download | linhes_pkgbuild-e2c4e80011acea4e42b19d3f7ba0f5db5e984817.zip linhes_pkgbuild-e2c4e80011acea4e42b19d3f7ba0f5db5e984817.tar.gz linhes_pkgbuild-e2c4e80011acea4e42b19d3f7ba0f5db5e984817.tar.bz2 |
mythtv-initial: fix some plugin names and remove a few more unneeded ones.
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-x | abs/core/mythdb-initial/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD index 15bdda4..c39f828 100755 --- a/abs/core/mythdb-initial/PKGBUILD +++ b/abs/core/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=8.1 -pkgrel=2 +pkgrel=3 pkgdesc="setup the initial mythtv database for linhes" url="" license="" @@ -22,4 +22,4 @@ package() { md5sums=('366c1fe7668739d2d5c1123f9f4ee110' 'ad0e57ac5e7c3677808a670e16634bba' - 'ab918fe2b583364d3cbd476234b45c80') + 'a09c102545192d8ef090c7cd4377731d') diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index 98a9b33..36ffdaf 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -4,23 +4,27 @@ DELETE FROM `settings` where `value`='HostMyhostname'; INSERT INTO `settings` (`value`,`data`,`hostname`) VALUES ('HostMyhostname','type_hostname_here','apheleia'); -- --- set default settings for mythinstall/systemconfig +-- set default settings for mythinstall/systemconfig programs INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('Hostpluginmytharchive','1','apheleia'), ('Hostpluginmythbrowser','1','apheleia'), ('Hostpluginmythcontrols','1','apheleia'), + ('Hostpluginmythnetvision','0','apheleia'), ('Hostpluginmythgallery','1','apheleia'), ('Hostpluginmythgame','1','apheleia'), ('HostpluginmythgameROMDB','0','apheleia'), - ('HostpluginmythgameFceu','1','apheleia'), + ('Hostpluginmythgamefceux','0','apheleia'), + ('Hostpluginmythgamesnes9x','0','apheleia'), ('HostpluginmythgameMame','1','apheleia'), - ('HostpluginmythgameZsnes','1','apheleia'), + ('HostpluginmythgameDolphin','0','apheleia'), + ('HostpluginmythgameXe','0','apheleia'), + ('HostpluginmythgameMednafen','0','apheleia'), + ('HostpluginmythgameMupen64','0','apheleia'), ('Hostpluginmythmusic','1','apheleia'), ('Hostpluginmythnews','1','apheleia'), - ('Hostpluginmythphone','1','apheleia'), - ('Hostpluginmythvideo','1','apheleia'), ('Hostpluginmythvideo_dvdcss','0','apheleia'), ('Hostpluginmythweather','1','apheleia'), + ('Hostpluginmythzoneminder','0','apheleia'), ('Hostpluginmythappletrailers','1','apheleia'), ('HostBEWait','1','apheleia'), ('Hostupdateplan','Notify','apheleia'), |