[arch-commits] Commit in mythnews/trunk (PKGBUILD)
Juergen Hoetzel
juergen at archlinux.org
Sun Dec 6 20:41:19 UTC 2009
Date: Sunday, December 6, 2009 @ 15:41:19
Author: juergen
Revision: 60754
update to 0.22
Modified:
mythnews/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-06 20:13:15 UTC (rev 60753)
+++ PKGBUILD 2009-12-06 20:41:19 UTC (rev 60754)
@@ -3,7 +3,7 @@
# Contributor: kleptophobiac at gmail.com
pkgname=mythnews
-pkgver=0.21
+pkgver=0.22
pkgrel=1
pkgdesc="News checking plugin for MythTV"
arch=('i686' 'x86_64')
@@ -11,21 +11,18 @@
license=('GPL')
depends=("mythtv>=${pkgver}")
source=("ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2")
-md5sums=('6c08043227bef1384858deee12b5cdc3')
+md5sums=('09c8fa1058399a0c5db169a71561e985')
groups=('mythtv-extras')
build() {
cd $startdir/src/mythplugins-${pkgver}
- . /etc/profile.d/qt3.sh
+ ./configure --prefix=/usr \
+ --disable-all \
+ \
+ --enable-$pkgname
- # use QT3 qmake
- export PATH=$QTDIR/bin:$PATH
- ./configure --prefix=/usr --disable-all --enable-mythnews
-
- qmake mythplugins.pro
- make qmake || return 1
- make -j 2 || return 1
-
+ qmake mythplugins.pro
+ make qmake
make INSTALL_ROOT=$startdir/pkg install
}
More information about the arch-commits
mailing list