summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-02-05 03:43:08 (GMT)
committerCecil <knoppmyth@gmail.com>2011-02-05 03:43:08 (GMT)
commit473d3011425f1e2235ce59587dd74ba065eff8ee (patch)
tree57549862f1da24944cd806ec9d6e83e4fcaed495 /abs
parent05331769b466cbf02ed563075652935501a03d6d (diff)
parent4a2252c3904af183ea6b21f3dce5c41b1978fed8 (diff)
downloadlinhes_pkgbuild-473d3011425f1e2235ce59587dd74ba065eff8ee.zip
linhes_pkgbuild-473d3011425f1e2235ce59587dd74ba065eff8ee.tar.gz
linhes_pkgbuild-473d3011425f1e2235ce59587dd74ba065eff8ee.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs')
-rw-r--r--abs/core/mythtv/stable-0.24/mythweb/PKGBUILD13
-rw-r--r--abs/core/python_modules/python-pexpect/PKGBUILD2
2 files changed, 8 insertions, 7 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD b/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD
index ad0f776..df63633 100644
--- a/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD
+++ b/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythweb
pkgver=0.24
-pkgrel=12
+pkgrel=13
pkgdesc="Web interface for MythTV's backend"
url="http://www.mythtv.org"
license="GPL"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
depends=('mythtv>=0.24' 'lighttpd' 'php' 'local-website')
groups=('mythtv-extras')
-patches=('mythweb.php.patch')
+patches=()
source=('ftp://ftp.knoppmyth.net/R6/sources/mythweb-0.24-fixes.tar.bz2' `echo ${patches[@]:0}`)
DOCROOT=/data/srv/httpd/htdocs/mythweb
@@ -38,8 +38,9 @@ build() {
chown -R http:http $startdir/pkg/$DOCROOT
chmod g+rw $pkgdir/$DOCROOT/{image_cache,php_sessions,data}
+ # mythweb modules_path fix for 0.24
+ # http://code.mythtv.org/trac/ticket/9255
+ cd ${pkgdir}/${DOCROOT}
+ ln -s modules modules_path
}
-
-
-md5sums=('45703fa3899c4ee84d1b087bfcc6654e'
- '51a502491a7fa444ec24516cd0669997')
+md5sums=('45703fa3899c4ee84d1b087bfcc6654e')
diff --git a/abs/core/python_modules/python-pexpect/PKGBUILD b/abs/core/python_modules/python-pexpect/PKGBUILD
index 938e3cb..80874a1 100644
--- a/abs/core/python_modules/python-pexpect/PKGBUILD
+++ b/abs/core/python_modules/python-pexpect/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Schaefer <aaron@elasticdog.com>
pkgname=python-pexpect
pkgver=2.3
-pkgrel=3
+pkgrel=5
pkgdesc='A pure Python Expect-like module'
arch=('i686' 'x86_64')
url='http://pexpect.sourceforge.net/'