From e2e8dd6e74ecb241fe02b583500b58f40473bd34 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Wed, 2 Feb 2011 20:57:59 +0000 Subject: python-pexpect: recompile against python2.6 --- abs/core/python_modules/python-pexpect/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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/' -- cgit v0.12 From 4a2252c3904af183ea6b21f3dce5c41b1978fed8 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Fri, 4 Feb 2011 02:54:04 +0000 Subject: mythweb: revert my patch an add a symlink instead. Ref #752 --- abs/core/mythtv/stable-0.24/mythweb/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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') -- cgit v0.12