[arch-commits] Commit in mythnews/repos (extra-i686 extra-i686/PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Sun Dec 6 20:48:31 UTC 2009


    Date: Sunday, December 6, 2009 @ 15:48:31
  Author: juergen
Revision: 60756

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-i686/	(properties)
  mythnews/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)


Property changes on: mythnews/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /mythnews/trunk:1-27107
   + /mythnews/trunk:1-60755

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-12-06 20:45:37 UTC (rev 60755)
+++ extra-i686/PKGBUILD	2009-12-06 20:48:31 UTC (rev 60756)
@@ -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