summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythweb/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-09-21 20:55:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-09-21 20:55:17 (GMT)
commitecb67efc2ecf7671447d3eb22d94b4b5d817208d (patch)
treef2d87e7b114034fe430b52c4264d36cf9f8a7e94 /abs/core/mythtv/stable-29/mythweb/PKGBUILD
parent7a02c4a15cd6679ba6b8b2f8a9f61ae0e5bff5a5 (diff)
downloadlinhes_pkgbuild-ecb67efc2ecf7671447d3eb22d94b4b5d817208d.zip
linhes_pkgbuild-ecb67efc2ecf7671447d3eb22d94b4b5d817208d.tar.gz
linhes_pkgbuild-ecb67efc2ecf7671447d3eb22d94b4b5d817208d.tar.bz2
mythtv mythplugins mythweb: update to latest fixes
mythweb: add Channel.php_remove_small_icons.patch to remove icons that are less than 100 bytes so that they will be pulled from the backend
Diffstat (limited to 'abs/core/mythtv/stable-29/mythweb/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-29/mythweb/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-29/mythweb/PKGBUILD b/abs/core/mythtv/stable-29/mythweb/PKGBUILD
index f83912e..7057f25 100644
--- a/abs/core/mythtv/stable-29/mythweb/PKGBUILD
+++ b/abs/core/mythtv/stable-29/mythweb/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythweb
pkgver=29
-pkgrel=5
+pkgrel=6
commit_hash=`cat ../git_src/git_hash_web`
pkgdesc="Web interface for MythTV's backend, $commit_hash"
arch=('x86_64')
@@ -10,7 +10,8 @@ depends=('lighttpd' "mythtv>=${pkgver}" 'php' 'supplemental-web')
groups=('mythtv-extras')
install=mythweb.install
-patches=('video.css.patch')
+patches=('video.css.patch'
+ 'Channel.php_remove_small_icons.patch')
source=(`echo ${patches[@]:0}`
'mythweb.include'
'mythweb_gen_light.conf')
@@ -54,5 +55,6 @@ package() {
install -D -m0744 ${srcdir}/mythweb_gen_light.conf ${pkgdir}/etc/gen_light_conf.d/mythweb.conf
}
md5sums=('668a36e404c8254f56e7a7304e655332'
+ '333d145899a1b48a7648d933344ee9ed'
'7645a6399434cbba35639713ac5d88e0'
'df190116b3aba35720fb6631885f973f')