From da0a0d88caa1bf934ebf314ef86e15928dbb027b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 May 2013 00:36:35 -0700 Subject: Tue May 7 00:36:35 PDT 2013 --- community/qpxtool/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'community/qpxtool/PKGBUILD') diff --git a/community/qpxtool/PKGBUILD b/community/qpxtool/PKGBUILD index de838721e..565af8113 100644 --- a/community/qpxtool/PKGBUILD +++ b/community/qpxtool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85393 2013-03-01 10:38:26Z andrea $ +# $Id: PKGBUILD 90084 2013-05-06 19:39:19Z foutrelis $ # Maintainer: Sergej Pupykin # Contributor: Krzysztof Stasiorowski pkgname=qpxtool pkgver=0.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings." arch=('i686' 'x86_64') url="http://qpxtool.sourceforge.net/" @@ -19,7 +19,10 @@ build() { cd $srcdir/$pkgname-$pkgver # Fix strict aliasing warnings export CFLAGS="$CFLAGS -fno-strict-aliasing" - sed -i 's|lib64|lib|' configure + sed -i \ + -e 's|lib64|lib|' \ + -e 's|lrelease|lrelease-qt4|' \ + configure patch -p1 <$srcdir/libpng15.patch ./configure --prefix=/usr make -- cgit v1.2.3-54-g00ecf