[arch-commits] Commit in mythweather/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Mon Dec 7 11:52:36 UTC 2009


    Date: Monday, December 7, 2009 @ 06:52:35
  Author: juergen
Revision: 60837

Merged revisions 60377 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mythweather/trunk

........
  r60377 | juergen | 2009-12-04 14:50:07 +0100 (Fr, 04 Dez 2009) | 1 line
  
  update to 0.22
........

Modified:
  mythweather/repos/extra-x86_64/	(properties)
  mythweather/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)


Property changes on: mythweather/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mythweather/trunk:1-27122
   + /mythweather/trunk:1-60836

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-07 11:20:09 UTC (rev 60836)
+++ extra-x86_64/PKGBUILD	2009-12-07 11:52:35 UTC (rev 60837)
@@ -3,7 +3,7 @@
 # Contributor: kleptophobiac at gmail.com
 
 pkgname=mythweather
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc="Weather checking plugin for MythTV"
 arch=('i686' 'x86_64')
@@ -11,22 +11,19 @@
 license=('GPL')
 depends=("mythtv>=${pkgver}" 'wget')
 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
-
-   # use QT3 qmake
-   export PATH=$QTDIR/bin:$PATH
-
-   ./configure --prefix=/usr --enable-opengl --disable-all --enable-mythweather
- 
-   qmake mythplugins.pro
-   make qmake || return 1
-   make -j 2 || return 1
-
+   ./configure --prefix=/usr \
+			 --disable-all \
+			 \
+			 --enable-$pkgname \
+			 --enable-opengl
+   
+   qmake mythplugins.pro 
+   make qmake 
    make INSTALL_ROOT=$startdir/pkg install
 }
 




More information about the arch-commits mailing list