pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qwt-qt4 install the designer plugin into QTDIR, as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90c7737163dc
branches:  trunk
changeset: 589981:90c7737163dc
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jun 20 12:43:00 2011 +0000

description:
install the designer plugin into QTDIR, as it was before the
last update -- the widgets are now usable again
bump PKGREV

diffstat:

 x11/qwt-qt4/Makefile          |   3 ++-
 x11/qwt-qt4/PLIST             |   4 ++--
 x11/qwt-qt4/distinfo          |   4 ++--
 x11/qwt-qt4/patches/patch-pri |  11 ++++++++++-
 4 files changed, 16 insertions(+), 6 deletions(-)

diffs (65 lines):

diff -r ecf7d9521d89 -r 90c7737163dc x11/qwt-qt4/Makefile
--- a/x11/qwt-qt4/Makefile      Mon Jun 20 10:19:54 2011 +0000
+++ b/x11/qwt-qt4/Makefile      Mon Jun 20 12:43:00 2011 +0000
@@ -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 -r ecf7d9521d89 -r 90c7737163dc x11/qwt-qt4/PLIST
--- a/x11/qwt-qt4/PLIST Mon Jun 20 10:19:54 2011 +0000
+++ b/x11/qwt-qt4/PLIST Mon Jun 20 12:43:00 2011 +0000
@@ -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_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 -r ecf7d9521d89 -r 90c7737163dc x11/qwt-qt4/distinfo
--- a/x11/qwt-qt4/distinfo      Mon Jun 20 10:19:54 2011 +0000
+++ b/x11/qwt-qt4/distinfo      Mon Jun 20 12:43:00 2011 +0000
@@ -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 -r ecf7d9521d89 -r 90c7737163dc x11/qwt-qt4/patches/patch-pri
--- a/x11/qwt-qt4/patches/patch-pri     Mon Jun 20 10:19:54 2011 +0000
+++ b/x11/qwt-qt4/patches/patch-pri     Mon Jun 20 12:43:00 2011 +0000
@@ -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 @@
  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
+ 
+ ######################################################################



Home | Main Index | Thread Index | Old Index