[arch-commits] Commit in kdebindings-smokeqt/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Aug 13 08:45:41 UTC 2011
Date: Saturday, August 13, 2011 @ 04:45:40
Author: andrea
Revision: 135366
Disable Qwt support until upstream port it to Qwt 6 and bump version
Modified:
kdebindings-smokeqt/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-13 07:48:34 UTC (rev 135365)
+++ PKGBUILD 2011-08-13 08:45:40 UTC (rev 135366)
@@ -9,7 +9,7 @@
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
-depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'qwt')
+depends=('kdebase-runtime' 'qimageblitz' 'qscintilla')
makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
conflicts=('kdebindings-smoke')
source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2")
@@ -21,7 +21,8 @@
cd build
cmake ../smokeqt-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Qwt5=OFF
make
}
More information about the arch-commits
mailing list