[arch-commits] Commit in mythnews/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Juergen Hoetzel
juergen at archlinux.org
Sun Dec 6 21:00:29 UTC 2009
Date: Sunday, December 6, 2009 @ 16:00:28
Author: juergen
Revision: 60757
Merged revisions 60754 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mythnews/trunk
........
r60754 | juergen | 2009-12-06 21:41:19 +0100 (So, 06 Dez 2009) | 1 line
update to 0.22
........
Modified:
mythnews/repos/extra-x86_64/ (properties)
mythnews/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
Property changes on: mythnews/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /mythnews/trunk:1-27108
+ /mythnews/trunk:1-60756
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-12-06 20:48:31 UTC (rev 60756)
+++ extra-x86_64/PKGBUILD 2009-12-06 21:00:28 UTC (rev 60757)
@@ -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