[arch-commits] Commit in mythbrowser/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Jul 31 06:15:33 UTC 2008


    Date: Thursday, July 31, 2008 @ 02:15:27
  Author: eric
Revision: 7372

upgpkg: mythbrowser 0.21-2
    rebuilt against kdelibs3

Modified:
  mythbrowser/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-31 06:10:53 UTC (rev 7371)
+++ PKGBUILD	2008-07-31 06:15:27 UTC (rev 7372)
@@ -4,29 +4,29 @@
 
 pkgname=mythbrowser
 pkgver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Mini web browser for MythTV"
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org"
 license=('GPL')
-depends=("mythtv>=${pkgver}" 'wget' 'libxvmc' 'kdelibs')
+depends=("mythtv>=${pkgver}" 'wget' 'libxvmc' 'kdelibs3')
+groups=('mythtv-extras')
+options=('!makeflags')
 source=("http://www.mythtv.org/modules.php?name=Downloads&d_op=getit&lid=136&foo=/mythplugins-$pkgver.tar.bz2")
 md5sums=('6c08043227bef1384858deee12b5cdc3')
-groups=('mythtv-extras')
 
 build() {
    cd $startdir/src/mythplugins-${pkgver}
    . /etc/profile.d/qt3.sh
+   . /etc/profile.d/kde3.sh
 
-   # use QT3 qmake, kde-config
-   export PATH=$QTDIR/bin:/opt/kde/bin:$PATH
    sed -i 's#kde3#kde#' configure || return 1
    ./configure --prefix=/usr --enable-opengl --disable-all --enable-mythbrowser || return 1
  
    qmake mythplugins.pro || return 1
    make qmake || return 1
    sed -i 's#kde3#kde#' ./mythbrowser/mythbrowser/Makefile || return 1
-   make -j 2 || return 1
+   make || return 1
 
    make INSTALL_ROOT=$startdir/pkg install
 }





More information about the arch-commits mailing list