summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-24 21:41:20 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-24 21:41:20 (GMT)
commitdaa699b5707fa46a2544318fd2844d5a8abfb241 (patch)
tree15032f01e8d9070fa071c1e7bf9ee88e8d72a11e
parent4759c59369f8420821458e60702a87281416e9ce (diff)
downloadlinhes_pkgbuild-daa699b5707fa46a2544318fd2844d5a8abfb241.zip
linhes_pkgbuild-daa699b5707fa46a2544318fd2844d5a8abfb241.tar.gz
linhes_pkgbuild-daa699b5707fa46a2544318fd2844d5a8abfb241.tar.bz2
mythtv: added myththemes as a replace/conflict.
This was done because the themes are now available via the theme downloader
-rw-r--r--abs/core/mythtv/stable-0.25/mythtv/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
index dac3a63..9768370 100644
--- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
+++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mythtv
pkgver=0.25
-pkgrel=2
+pkgrel=3
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
@@ -59,8 +59,8 @@ groups=('pvr')
install='mythtv.install'
patchs=('myth_settings.patch')
optdepends=('xmltv: to download tv listings')
-replaces=('mythvideo')
-conflicts=('mythvideo')
+replaces=('mythvideo' 'myththemes')
+conflicts=('mythvideo' 'myththemes')
source=('mythbackend' 'myth.sh' `echo ${patchs[@]:0}`
'mythbackend.lr' 'mythfrontend.lr' 'pretty' )