summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythweb/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-05-24 19:58:10 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-05-24 19:58:10 (GMT)
commit85c7ce05c56566f4e731b80e86a153e00e11cd28 (patch)
treecb1e5234ca3704449a0d332ac7863fa3f1edd022 /abs/core/mythtv/stable-29/mythweb/PKGBUILD
parent41223be810f1e87f3e635afe541d5b445c6463cd (diff)
downloadlinhes_pkgbuild-85c7ce05c56566f4e731b80e86a153e00e11cd28.zip
linhes_pkgbuild-85c7ce05c56566f4e731b80e86a153e00e11cd28.tar.gz
linhes_pkgbuild-85c7ce05c56566f4e731b80e86a153e00e11cd28.tar.bz2
mythweb: fix PHP warnings and fix videos layout
Diffstat (limited to 'abs/core/mythtv/stable-29/mythweb/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-29/mythweb/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/abs/core/mythtv/stable-29/mythweb/PKGBUILD b/abs/core/mythtv/stable-29/mythweb/PKGBUILD
index 25dd0d9..a32f039 100644
--- a/abs/core/mythtv/stable-29/mythweb/PKGBUILD
+++ b/abs/core/mythtv/stable-29/mythweb/PKGBUILD
@@ -1,16 +1,17 @@
pkgname=mythweb
pkgver=29
-pkgrel=3
+pkgrel=4
commit_hash=`cat ../git_src/git_hash_web`
pkgdesc="Web interface for MythTV's backend, $commit_hash"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.mythtv.org"
license=('GPL')
depends=('lighttpd' "mythtv>=${pkgver}" 'php' 'supplemental-web')
groups=('mythtv-extras')
install=mythweb.install
-patches=()
+patches=('FixPHPWarnings_13260.patch'
+ 'video.css.patch')
source=(`echo ${patches[@]:0}`
'mythweb.include'
'mythweb_gen_light.conf')
@@ -36,7 +37,6 @@ build() {
done
msg "--------------------------done applying patches-------------------------"
- [ "$CARCH" = "i686" ] && ARCH="i686"
[ "$CARCH" = "x86_64" ] && ARCH="x86-64"
}
@@ -54,5 +54,7 @@ package() {
#gen_light_conf
install -D -m0744 ${srcdir}/mythweb_gen_light.conf ${pkgdir}/etc/gen_light_conf.d/mythweb.conf
}
-md5sums=('7645a6399434cbba35639713ac5d88e0'
+md5sums=('df80362c995ddfcf6a2119b83d26b2b4'
+ '668a36e404c8254f56e7a7304e655332'
+ '7645a6399434cbba35639713ac5d88e0'
'df190116b3aba35720fb6631885f973f')