libraries/qwtpolar: Removed (FTBFS, and no dependees).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-03-01 00:03:46 -05:00 committed by Willy Sudiarto Raharjo
parent b4f37b9d4a
commit a8319a075e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
7 changed files with 0 additions and 282 deletions

View File

@ -1,7 +0,0 @@
QwtPolar - A Qwt/Qt Polar plot library with classes for
displaying values on a polar coordinate system.
Support for Qt5 will be included if, at build time,
the SlackBuild detects the presence of both:
1. qwt package built with Qt5 support
2. qt5 package

View File

@ -1,27 +0,0 @@
commit 223b5436294642c8d1e2150783f3703b28a93430
Author: Volker Fröhlich <volker27@gmx.at>
Date: Tue Sep 23 21:06:37 2014 +0200
Add chkconfig support
diff --git a/src/src.pro b/src/src.pro
index 86e6a57..d9c7567 100644
--- a/src/src.pro 2014-09-19 20:28:24.308002267 +1000
+++ b/src/src.pro 2015-10-05 10:29:40.869985742 +1000
@@ -16,6 +16,16 @@
TEMPLATE = lib
TARGET = $$qwtPolarLibraryTarget(qwtpolar)
+# pkgconfig support
+CONFIG += create_pc create_prl no_install_prl
+QMAKE_PKGCONFIG_NAME = qwtpolar
+QMAKE_PKGCONFIG_DESCRIPTION = Qt/Qwt Polar Plot Widget
+QMAKE_PKGCONFIG_PREFIX = $${QWT_POLAR_INSTALL_PREFIX}
+QMAKE_PKGCONFIG_LIBDIR = $${QWT_POLAR_INSTALL_LIBS}
+QMAKE_PKGCONFIG_INCDIR = $${QWT_POLAR_INSTALL_HEADERS}
+QMAKE_PKGCONFIG_REQUIRES = qwt QtCore
+QMAKE_PKGCONFIG_DESTDIR = pkgconfig
+
DESTDIR = $${QWT_POLAR_ROOT}/lib
contains(QWT_POLAR_CONFIG, QwtPolarDll ) {

View File

@ -1,32 +0,0 @@
--- ../src/src.pro.orig 2018-09-17 17:15:25.091000000 +1000
+++ ../src/src.pro 2018-09-17 17:27:50.284000000 +1000
@@ -14,7 +14,12 @@
include( $${QWT_POLAR_ROOT}/qwtpolarfunctions.pri )
TEMPLATE = lib
-TARGET = $$qwtPolarLibraryTarget(qwtpolar)
+greaterThan(QT_MAJOR_VERSION, 4) {
+ TARGET = $$qwtPolarLibraryTarget(qwtpolar-qt5)
+}
+else {
+ TARGET = $$qwtPolarLibraryTarget(qwtpolar)
+}
# pkgconfig support
CONFIG += create_pc create_prl no_install_prl
--- ../designer/designer.pro.orig 2014-09-19 20:28:24.313002267 +1000
+++ ../designer/designer.pro 2018-09-17 17:32:26.175000000 +1000
@@ -60,7 +60,12 @@
LIBS += -L$${QWT_POLAR_ROOT}/lib
}
- qwtPolarAddLibrary(qwtpolar)
+ greaterThan(QT_MAJOR_VERSION, 4) {
+ qwtPolarAddLibrary(qwtpolar-qt5)
+ }
+ else {
+ qwtPolarAddLibrary(qwtpolar)
+ }
contains(CONFIG, QwtPolarDll) {

View File

@ -1,54 +0,0 @@
--- a/qwtpolarbuild.pri 2014-09-19 20:28:24.314002267 +1000
+++ b/qwtpolarbuild.pri 2015-09-25 16:41:20.445026649 +1000
@@ -13,7 +13,7 @@
CONFIG += qt
CONFIG += warn_on
CONFIG += no_keywords
-CONFIG += silent
+#CONFIG += silent
CONFIG += qwt
--- a/qwtpolarconfig.pri 2014-09-19 20:28:24.318002267 +1000
+++ b/qwtpolarconfig.pri 2015-09-25 16:45:43.466042709 +1000
@@ -16,23 +16,19 @@
QWT_POLAR_VERSION = $${QWT_POLAR_VER_MAJ}.$${QWT_POLAR_VER_MIN}.$${QWT_POLAR_VER_PAT}
unix {
- QWT_POLAR_INSTALL_PREFIX = /usr/local/qwtpolar-$$QWT_POLAR_VERSION
+ QWT_POLAR_INSTALL_PREFIX = /usr
}
-win32 {
- QWT_POLAR_INSTALL_PREFIX = C:/QwtPolar-$$QWT_POLAR_VERSION
-}
-
-QWT_POLAR_INSTALL_DOCS = $${QWT_POLAR_INSTALL_PREFIX}/doc
-QWT_POLAR_INSTALL_HEADERS = $${QWT_POLAR_INSTALL_PREFIX}/include
-QWT_POLAR_INSTALL_LIBS = $${QWT_POLAR_INSTALL_PREFIX}/lib
+QWT_POLAR_INSTALL_DOCS = $${QWT_POLAR_INSTALL_PREFIX}/doc/qwtpolar-$${QWT_POLAR_VERSION}
+QWT_POLAR_INSTALL_HEADERS = $${QWT_POLAR_INSTALL_PREFIX}/include/qwt
+QWT_POLAR_INSTALL_LIBS = $${QWT_POLAR_INSTALL_PREFIX}/lib$${LIBDIRSUFFIX}
######################################################################
# Designer plugin
######################################################################
-QWT_POLAR_INSTALL_PLUGINS = $${QWT_POLAR_INSTALL_PREFIX}/plugins/designer
-# QWT_POLAR_INSTALL_PLUGINS = $${QT_INSTALL_PREFIX}/plugins/designer
+#QWT_POLAR_INSTALL_PLUGINS = $${QWT_POLAR_INSTALL_PREFIX}/plugins/designer
+QWT_POLAR_INSTALL_PLUGINS = $$[QT_INSTALL_PLUGINS]/designer
######################################################################
# Build the static/shared libraries.
@@ -61,8 +57,8 @@
# with every Qt upgrade.
######################################################################
-QWT_POLAR_INSTALL_FEATURES = $${QWT_POLAR_INSTALL_PREFIX}/features
-# QWT_INSTALL_FEATURES = $${QT_INSTALL_PREFIX}/features
+#QWT_POLAR_INSTALL_FEATURES = $${QWT_POLAR_INSTALL_PREFIX}/features
+QWT_POLAR_INSTALL_FEATURES = $$[QMAKE_MKSPECS]/features
######################################################################
# If you want to build the QwtPolar designer plugin,

View File

@ -1,133 +0,0 @@
#!/bin/bash
# Slackware build script for qwtpolar
# Copyright 2015-2018 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qwtpolar
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
# If Qt5 is installed, assume we want to use it
QWTP_QT5="no" ; pkg-config --exists Qt5 ; if [ "$?" = "0" ]; then QWTP_QT5="yes" ; fi
# Also need qwt to have been built with Qt5 support
pkg-config --exists Qt5Qwt6 ; if [ "$?" != "0" ]; then QWTP_QT5="no" ; fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
patch -p1 < $CWD/qwtpolar-1.1.1-qt_paths.patch
patch -p1 < $CWD/qwtpolar-1.1.1-pkgconfig.patch
patch -p1 < $CWD/qwtpolar-1.1.1-qt5.patch
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir build-qt4
cd build-qt4
qmake ../qwtpolar.pro LIBDIRSUFFIX=$LIBDIRSUFFIX
make
make install INSTALL_ROOT=$PKG
cd ..
if [ "$QWTP_QT5" = "yes" ]; then
echo "Supporting Qt5"
mkdir build-qt5
cd build-qt5
qmake-qt5 ../qwtpolar.pro LIBDIRSUFFIX=$LIBDIRSUFFIX
make
make install INSTALL_ROOT=$PKG
cd ..
fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/doc/$PRGNAM-$VERSION/man $PKG/usr/
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples
find ./build-qt4/examples/ -name moc -type d |xargs rm -rf
find ./build-qt4/examples/ -name obj -type d |xargs rm -rf
cp -a ./build-qt4/examples/* $PKG/usr/doc/$PRGNAM-$VERSION/examples/
if [ -d build-qt5 ]; then
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples-qt5
find ./build-qt5/examples/ -name moc -type d |xargs rm -rf
find ./build-qt5/examples/ -name obj -type d |xargs rm -rf
cp -a ./build-qt5/examples/* $PKG/usr/doc/$PRGNAM-$VERSION/examples-qt5/
fi
cp -a CHANGES* COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View File

@ -1,10 +0,0 @@
PRGNAM="qwtpolar"
VERSION="1.1.1"
HOMEPAGE="http://qwtpolar.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/qwtpolar/qwtpolar/1.1.1/qwtpolar-1.1.1.tar.bz2"
MD5SUM="0f549b51a06fa0f0f43b12f3269fe206"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qwt"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"

View File

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
qwtpolar: qwtpolar (Qwt/Qt Polar Plot Library)
qwtpolar:
qwtpolar: The QwtPolar library contains classes for displaying values on a
qwtpolar: polar coordinate system.
qwtpolar:
qwtpolar:
qwtpolar:
qwtpolar:
qwtpolar:
qwtpolar:
qwtpolar: