summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>2011-06-20 12:43:00 +0000
committerdrochner <drochner>2011-06-20 12:43:00 +0000
commit164e425303fff654df446f14198ae18d9891b59e (patch)
treee243978f3ab00b16ac2c67556b68317f27256219 /x11
parent2733834d516f716b22684b96a9e20150d5958725 (diff)
downloadpkgsrc-164e425303fff654df446f14198ae18d9891b59e.tar.gz
install the designer plugin into QTDIR, as it was before the
last update -- the widgets are now usable again bump PKGREV
Diffstat (limited to 'x11')
-rw-r--r--x11/qwt-qt4/Makefile3
-rw-r--r--x11/qwt-qt4/PLIST4
-rw-r--r--x11/qwt-qt4/distinfo4
-rw-r--r--x11/qwt-qt4/patches/patch-pri11
4 files changed, 16 insertions, 6 deletions
diff --git a/x11/qwt-qt4/Makefile b/x11/qwt-qt4/Makefile
index 08d91f4804b..a7d0d894c3b 100644
--- a/x11/qwt-qt4/Makefile
+++ b/x11/qwt-qt4/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2011/06/16 15:21:34 adam Exp $
+# $NetBSD: Makefile,v 1.10 2011/06/20 12:43:00 drochner Exp $
DISTNAME= qwt-6.0.0
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwt/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/qwt-qt4/PLIST b/x11/qwt-qt4/PLIST
index a742e244b06..0ec5209a904 100644
--- a/x11/qwt-qt4/PLIST
+++ b/x11/qwt-qt4/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/06/16 15:21:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2011/06/20 12:43:00 drochner Exp $
features/qwt.prf
features/qwtconfig.pri
features/qwtmathml.prf
@@ -82,7 +82,7 @@ include/qwt_thermo.h
include/qwt_wheel.h
lib/libqwt.la
lib/libqwtmathml.la
-plugins/designer/libqwt_designer_plugin.la
+qt4/plugins/designer/libqwt_designer_plugin.la
share/doc/qwt/analogclock.png
share/doc/qwt/annotated.html
share/doc/qwt/bc_s.png
diff --git a/x11/qwt-qt4/distinfo b/x11/qwt-qt4/distinfo
index 6473ba11ce8..8030a9d2505 100644
--- a/x11/qwt-qt4/distinfo
+++ b/x11/qwt-qt4/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2011/06/16 15:21:34 adam Exp $
+$NetBSD: distinfo,v 1.4 2011/06/20 12:43:00 drochner Exp $
SHA1 (qwt-6.0.0.tar.bz2) = 306957fc06c90f2049aec57e13a971f54c3cb21a
RMD160 (qwt-6.0.0.tar.bz2) = c0e3c31fcc39e6f9a33b23e91d5f8c8125fb4f69
Size (qwt-6.0.0.tar.bz2) = 2723203 bytes
-SHA1 (patch-pri) = ebb82465d12ce9dd11141ddd73b1bd0804f9e414
+SHA1 (patch-pri) = cb1fa1b13318ca3afb038bcffb6a0c9b608e33f4
SHA1 (patch-srcpro) = 1addda2225949b5a0abd0eadf6032b9486877307
diff --git a/x11/qwt-qt4/patches/patch-pri b/x11/qwt-qt4/patches/patch-pri
index 996b7efe062..c5b22d0ed19 100644
--- a/x11/qwt-qt4/patches/patch-pri
+++ b/x11/qwt-qt4/patches/patch-pri
@@ -1,4 +1,4 @@
-$NetBSD: patch-pri,v 1.3 2011/06/16 15:21:34 adam Exp $
+$NetBSD: patch-pri,v 1.4 2011/06/20 12:43:00 drochner Exp $
--- qwtconfig.pri.orig 2011-04-15 10:48:51.000000000 +0000
+++ qwtconfig.pri
@@ -19,3 +19,12 @@ $NetBSD: patch-pri,v 1.3 2011/06/16 15:21:34 adam Exp $
QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include
QWT_INSTALL_LIBS = $${QWT_INSTALL_PREFIX}/lib
+@@ -34,7 +34,7 @@ QWT_INSTALL_LIBS = $${QWT_INSTALL_P
+ # Designer plugin
+ ######################################################################
+
+-QWT_INSTALL_PLUGINS = $${QWT_INSTALL_PREFIX}/plugins/designer
++QWT_INSTALL_PLUGINS = $${QWT_INSTALL_PREFIX}/qt4/plugins/designer
+ # QWT_INSTALL_PLUGINS = $${QT_INSTALL_PREFIX}/plugins/designer
+
+ ######################################################################