[Lunar-commits] <moonbase-kde> qwtpolar: bump to 1.1.1

Dennis Veatch dennisveatch at bellsouth.net
Thu Nov 13 18:49:57 CET 2014


commit bde552d6692e859ea703ddfb5b2200c2dc2e4470
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 13 Nov 2014 12:49:41 -0500
URL: https://github.com/lunar-linux/moonbase-kde/commit/bde552d6692e859ea703ddfb5b2200c2dc2e4470

qwtpolar: bump to 1.1.1
---
  qt4-apps/qwtpolar/BUILD   | +9/-16    
  qt4-apps/qwtpolar/DETAILS | +3/-3     
  2 files changed, 12 insertions(+), 19 deletions(-)

--- a/qt4-apps/qwtpolar/BUILD
+++ b/qt4-apps/qwtpolar/BUILD
@@ -1,21 +1,14 @@
-(
 
   source /etc/profile.d/qt4.rc  &&
 
-  sedit "s:/local/qwtpolar-\$\$QWT_POLAR_VERSION::g" qwtpolarconfig.pri &&
-  sedit "s:plugins:lib/qt4/plugins:" qwtpolarconfig.pri &&
-  sedit "s:features:share/qt4/mkspecs/features/:" qwtpolarconfig.pri &&
-  sedit "s:/doc:/doc/$MODULE-$VERSION:" qwtpolarconfig.pri &&
-  sedit "s:PLUGINS\]/designer:PLUGINS\]/usr/lib/qt4/plugins/designer:" designer/designer.pro &&
+  echo "INCLUDEPATH += /usr/include/qwt-6" >> qwtpolarbuild.pri &&  
+  sed -i -e 's/^.*QwtPolarExamples//' qwtpolarconfig.pri &&
+  sed -i -e 's/$${QWT_POLAR_INSTALL_PREFIX}\/doc/\/usr\/share\/doc\/qwt\//' qwtpolarconfig.pri &&
+  sed -i -e 's/$${QWT_POLAR_INSTALL_PREFIX}\/include/\/usr\/include\/qwt\//' qwtpolarconfig.pri &&
+  sed -i -e 's/$${QWT_POLAR_INSTALL_PREFIX}\/lib/\/usr\/lib\//' qwtpolarconfig.pri &&
+  sed -i -e 's/$${QWT_POLAR_INSTALL_PREFIX}\/features/\/usr\/share\/qwt\/features\//' qwtpolarconfig.pri &&
+  sed -i -e 's/^.*QwtPolarDesigner//' qwtpolarconfig.pri &&
 
-  sedit "s:/usr/local:/usr:g" qwtpolarconfig.pri &&
+  qmake qwtpolar.pro &&
 
-  qmake -recursive  &&
-
-  sedit "s:INCPATH       =:INCPATH=        -I/usr/include/qwt-6:" src/Makefile designer/Makefile &&
-
-  make  &&
-  prepare_install &&
-  make install
-
-) > $C_FIFO 2>&1
+  default_make
--- a/qt4-apps/qwtpolar/DETAILS
+++ b/qt4-apps/qwtpolar/DETAILS
@@ -1,12 +1,12 @@
           MODULE=qwtpolar
-         VERSION=1.0.0
+         VERSION=1.1.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:f4e10fe0735b2e08581c407bedcf0d539d64e7ee
+      SOURCE_VFY=sha1:38edf5220c971eef0e88fcc6db7c718e6198ccac
    MODULE_PREFIX=${QT4_PREFIX:-/usr}
         WEB_SITE=http://qwtpolar.sourceforge.net/
          ENTERED=20111206
-         UPDATED=20111206
+         UPDATED=20141113
            SHORT="Qwt/Qt Polar Plot Library"
 
 cat << EOF




More information about the Lunar-commits mailing list