From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- gis/qwt5/PKGBUILD | 47 ---------------------- gis/qwt5/qwtconfig-archlinux.pri | 85 ---------------------------------------- 2 files changed, 132 deletions(-) delete mode 100644 gis/qwt5/PKGBUILD delete mode 100644 gis/qwt5/qwtconfig-archlinux.pri (limited to 'gis') diff --git a/gis/qwt5/PKGBUILD b/gis/qwt5/PKGBUILD deleted file mode 100644 index f998a0765..000000000 --- a/gis/qwt5/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Maintainer: Eugen Zagorodniy -# Contributor: Ronald van Haren - -pkgname=qwt5 -pkgver=5.2.2 -pkgrel=1 -pkgdesc="Qt Widgets for Technical Applications (version 5.X)" -arch=('i686' 'x86_64') -url="http://qwt.sourceforge.net/" -depends=('qt>=4.5.1') -options=('!makeflags') -license=("custom:$pkgname") -provides=('qwt') -source=("http://downloads.sourceforge.net/sourceforge/qwt/qwt-$pkgver.tar.bz2" \ - "qwtconfig-archlinux.pri") -md5sums=('70d77e4008a6cc86763737f0f24726ca' - '15db52c3312b5f8f7cbbdabc4831591b') -build() { - cd ${srcdir}/qwt-${pkgver} - - # copy our config file to the right place - install -Dm644 ${srcdir}/qwtconfig-archlinux.pri \ - ${srcdir}/qwt-${pkgver}/qwtconfig.pri - - # build qwt: - qmake qwt.pro - make || return 1 -} - -package() { - cd ${srcdir}/qwt-${pkgver} - - make INSTALL_ROOT=${pkgdir} QTDIR=/usr install - - # rename conlicting symlink - mv ${pkgdir}/usr/lib/libqwt.so ${pkgdir}/usr/lib/libqwt5.so - - # move html docs to propee place and move man pages to avoid conflict - # with qwt from [extra] - install -d ${pkgdir}/usr/share/doc/${pkgname} - mv ${pkgdir}/usr/share/html ${pkgdir}/usr/share/doc/${pkgname}/ - mv ${pkgdir}/usr/share/man ${pkgdir}/usr/share/doc/${pkgname}/ - - # install licence - install -Dm644 ${srcdir}/qwt-${pkgver}/COPYING \ - ${pkgdir}/usr/share/licenses/${pkgname}/license.txt -} diff --git a/gis/qwt5/qwtconfig-archlinux.pri b/gis/qwt5/qwtconfig-archlinux.pri deleted file mode 100644 index 045e53275..000000000 --- a/gis/qwt5/qwtconfig-archlinux.pri +++ /dev/null @@ -1,85 +0,0 @@ -###################################################################### -# Install paths -###################################################################### - -unix { - INSTALLBASE = /usr -} - -win32 { - INSTALLBASE = C:/Qwt -} - -target.path = $$INSTALLBASE/lib -headers.path = $$INSTALLBASE/include/qwt5 -doc.path = $$INSTALLBASE/share - -###################################################################### -# qmake internal options -###################################################################### - -CONFIG += qt # Also for Qtopia Core! -CONFIG += warn_on -CONFIG += thread - -###################################################################### -# release/debug mode -# The designer plugin is always built in release mode. -# If want to change this, you have to edit designer/designer.pro. -###################################################################### - -CONFIG += release # release/debug - -###################################################################### -# Build the static/shared libraries. -# If QwtDll is enabled, a shared library is built, otherwise -# it will be a static library. -###################################################################### - -CONFIG += QwtDll - -###################################################################### -# QwtPlot enables all classes, that are needed to use the QwtPlot -# widget. -###################################################################### - -CONFIG += QwtPlot - -###################################################################### -# QwtWidgets enables all classes, that are needed to use the all other -# widgets (sliders, dials, ...), beside QwtPlot. -###################################################################### - -CONFIG += QwtWidgets - -###################################################################### -# If you want to display svg images on the plot canvas, enable the -# line below. Note that Qwt needs the svg+xml, when enabling -# QwtSVGItem. -###################################################################### - -CONFIG += QwtSVGItem - -###################################################################### -# If you have a commercial license you can use the MathML renderer -# of the Qt solutions package to enable MathML support in Qwt. -# So if you want this, copy qtmmlwidget.h + qtmmlwidget.cpp to -# textengines/mathml and enable the line below. -###################################################################### - -#CONFIG += QwtMathML - -###################################################################### -# If you want to build the Qwt designer plugin, -# enable the line below. -# Otherwise you have to build it from the designer directory. -###################################################################### - -CONFIG += QwtDesigner - -###################################################################### -# If you want to auto build the examples, enable the line below -# Otherwise you have to build them from the examples directory. -###################################################################### - -#CONFIG += QwtExamples -- cgit v1.2.3-54-g00ecf