[arch-commits] Commit in qwt/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue Feb 26 11:40:16 UTC 2013
Date: Tuesday, February 26, 2013 @ 12:40:15
Author: andrea
Revision: 178711
upgpkg: qwt 6.0.1-4
qt4 rebuild
Modified:
qwt/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-26 11:26:05 UTC (rev 178710)
+++ PKGBUILD 2013-02-26 11:40:15 UTC (rev 178711)
@@ -3,11 +3,11 @@
pkgname=qwt
pkgver=6.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Qt Widgets for Technical Applications"
arch=('i686' 'x86_64')
url="http://qwt.sourceforge.net/"
-depends=('qt')
+depends=('qt4')
options=('!makeflags')
license=("custom:$pkgname")
source=("http://downloads.sourceforge.net/sourceforge/qwt/$pkgname-$pkgver.tar.bz2" \
@@ -16,6 +16,8 @@
'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
build() {
+ . /etc/profile.d/qt4.sh
+
cd ${srcdir}/${pkgname}-${pkgver}
# copy our config file to the right place
@@ -33,9 +35,9 @@
make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
# install web designer plugin
- install -d ${pkgdir}/usr/lib/qt/plugins/designer/
+ install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
- ${pkgdir}/usr/lib/qt/plugins/designer/
+ ${pkgdir}/usr/lib/qt4/plugins/designer/
# Move man files to proper directory.
# install -d ${pkgdir}/usr/share/man/man3
More information about the arch-commits
mailing list