diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
commit | 7b29169fff9e7c624890c5edffe85def8a293136 (patch) | |
tree | 47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/mythtv/stable/myththemes | |
parent | c491dea779dac29afff3578bf8245943817c2339 (diff) | |
download | linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2 |
LinHES 6.01.00
Diffstat (limited to 'abs/core/mythtv/stable/myththemes')
-rw-r--r-- | abs/core/mythtv/stable/myththemes/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable/myththemes/PKGBUILD b/abs/core/mythtv/stable/myththemes/PKGBUILD index 5223b92..6c0a0bb 100644 --- a/abs/core/mythtv/stable/myththemes/PKGBUILD +++ b/abs/core/mythtv/stable/myththemes/PKGBUILD @@ -4,19 +4,20 @@ pkgname=myththemes pkgver=0.21 -pkgrel=1 +pkgrel=3 pkgdesc="Themes for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org/" license=('GPL') depends=("mythtv>=${pkgver}") source=("ftp://ftp.knoppmyth.net/R6/sources/${pkgname}-${pkgver}-fixes.tar.bz2") -md5sums=('f13db28f928d70a11eaf416970d06eda') +md5sums=('25d4642344cbfd8ee0ceab75022e13fb') groups=('mythtv-extras') build() { - cd $startdir/src/$pkgname-$pkgver + cd $startdir/src/$pkgname . /etc/profile.d/qt3.sh + svn update # use QT3 qmake export PATH=$QTDIR/bin:$PATH |