diff options
author | Erich Eckner <git@eckner.net> | 2022-04-04 11:12:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-04-04 11:12:00 +0200 |
commit | 9c073b01367beb4bd086a077352abbfa43cbfeb8 (patch) | |
tree | a69f877879189ccf64f49f5944c1640141513ee2 | |
parent | f86280c8e10eadc9d866aeb1a49f2eebe2f9bfeb (diff) | |
download | archlinuxewe-9c073b01367beb4bd086a077352abbfa43cbfeb8.tar.xz |
remove qwt5
-rw-r--r-- | qwt5-qt5/.gitignore | 1 | ||||
-rw-r--r-- | qwt5-qt5/PKGBUILD | 48 | ||||
-rw-r--r-- | qwt5-qt5/qwtconfig-archlinux.pri | 137 | ||||
-rw-r--r-- | qwt5/PKGBUILD | 50 | ||||
-rw-r--r-- | qwt5/qwtconfig-archlinux.pri | 86 |
5 files changed, 0 insertions, 322 deletions
diff --git a/qwt5-qt5/.gitignore b/qwt5-qt5/.gitignore deleted file mode 100644 index 77fb565d9..000000000 --- a/qwt5-qt5/.gitignore +++ /dev/null @@ -1 +0,0 @@ -qwt5-qt5 diff --git a/qwt5-qt5/PKGBUILD b/qwt5-qt5/PKGBUILD deleted file mode 100644 index ef0bf23bc..000000000 --- a/qwt5-qt5/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# Maintainer: Erich Eckner <arch at eckner dot net> -# Contributor: Mirko Scholz -pkgname=qwt5-qt5 -pkgver=5.2.3.52.a2b11e3 -_commit="${pkgver##*.}" -pkgrel=1 -pkgdesc='Qwt library (version 5.2.3) updated to work with Qt5.' -arch=('i686' 'pentium4' 'x86_64') -license=('custom') -depends=('qt5-base' 'qt5-svg') -url='https://github.com/gbm19/qwt5-qt5' -source=( -"git+https://github.com/gbm19/qwt5-qt5#commit=${_commit}" -"qwtconfig-archlinux.pri" -) -sha512sums=('SKIP' - 'a7dd5c600b41ff817464a1db3613790b51b62e46f9db861be1be0d3c30c1d3af93f636df520e9ee6d8c47ddc32a9e2b8e1091a0c1f1c0ea76e6fd4587165086c') - -pkgver() { - printf '5.2.3.%s.%s\n' \ - "$( - git -C "${pkgname}" rev-list --count "${_commit}" - )" \ - "$( - git -C "${pkgname}" rev-parse --short "${_commit}" - )" -} - -prepare() { - install -Dm644 "qwtconfig-archlinux.pri" "${srcdir}/qwt5-qt5-${_commit}/qwtconfig.pri" -} - -build() { - cd "${srcdir}/qwt5-qt5" - qmake-qt5 qwt.pro - make -} - -package() { - cd "${srcdir}/qwt5-qt5" - make INSTALL_ROOT="${pkgdir}" install - - # remove docs - rm -r "${pkgdir}/usr/share/doc/" - rm -r "${pkgdir}/usr/share/man/" - - install -Dm644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/qwt5-qt5/qwtconfig-archlinux.pri b/qwt5-qt5/qwtconfig-archlinux.pri deleted file mode 100644 index b8f126127..000000000 --- a/qwt5-qt5/qwtconfig-archlinux.pri +++ /dev/null @@ -1,137 +0,0 @@ -###################################################################### -# Install paths -###################################################################### - -VER_MAJ = 5 -VER_MIN = 2 -VER_PAT = 3 -VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} - -greaterThan(QT_MAJOR_VERSION, 3){ - CONFIG += c++11 -} - -equals(QT_MAJOR_VERSION, 5) { - QT += widgets printsupport -} - -message(Using QT version $$QT_VERSION) - -target.path = $$[QT_INSTALL_LIBS] -doc.path = $$[QT_INSTALL_DOCS] - -VVERSION = $$[QT_VERSION] -isEmpty(VVERSION) { - headers.path = $$[QT_INSTALL_HEADERS]/qwt5-qt3 -} else { - equals(QT_MAJOR_VERSION, 5) { - headers.path = $$[QT_INSTALL_HEADERS]/qwt5-qt5 - } else { - headers.path = $$[QT_INSTALL_HEADERS]/qwt5-qt4 - } -} - -###################################################################### -# qmake internal options -###################################################################### - -CONFIG += qt # Also for Qtopia Core! -CONFIG += warn_on -CONFIG += thread -#CONFIG += silent - -###################################################################### -# release/debug mode -# If you want to build both DEBUG_SUFFIX and RELEASE_SUFFIX -# have to differ to avoid, that they overwrite each other. -###################################################################### - -VVERSION = $$[QT_VERSION] -isEmpty(VVERSION) { - - # Qt 3 - CONFIG += release # release/debug -} -else { - # Qt 4 - win32 { - # On Windows you can't mix release and debug libraries. - # The designer is built in release mode. If you like to use it - # you need a release version. For your own application development you - # might need a debug version. - # Enable debug_and_release + build_all if you want to build both. - - CONFIG += release # release/debug/debug_and_release - #CONFIG += debug_and_release - #CONFIG += build_all - } - else { - CONFIG += release # release/debug - } -} - -###################################################################### -# If you want to have different names for the debug and release -# versions you can add a suffix rule below. -###################################################################### - -DEBUG_SUFFIX = -RELEASE_SUFFIX = - -win32 { - DEBUG_SUFFIX = d -} - -###################################################################### -# 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 imageson the plot canvas, enable the -# line below. Note that Qwt needs the svg+xml, when enabling -# QwtSVGItem. -###################################################################### - -CONFIG += QwtSVGItem - -###################################################################### -# You can use the MathML renderer of the Qt solutions package to -# enable MathML support in Qwt. # 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 diff --git a/qwt5/PKGBUILD b/qwt5/PKGBUILD deleted file mode 100644 index 2c0ccca98..000000000 --- a/qwt5/PKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# Maintainer: Erich Eckner <arch at eckner dot net> -# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org> -# Contributor: Eugen Zagorodniy <https://github.com/ezag> -# Contributor: Ronald van Haren <ronald at archlinux dot org> -# Contributor: Nick Østergaard <oe.nick at gmail dot com> - -pkgname=qwt5 -_pkgname=qwt -pkgver=5.2.3 -pkgrel=14 -pkgdesc="Qt Widgets for Technical Applications (version 5.X)" -arch=('i686' 'pentium4' 'x86_64') -url="http://qwt.sourceforge.net/" -_pinned_dependencies=( - 'gcc-libs=11.2.0' - 'glibc>=2.31' - 'libQtCore.so=4' - 'libQtDesigner.so=4' - 'libQtGui.so=4' - 'libQtSvg.so=4' -) -depends=("${_pinned_dependencies[@]}") -license=("custom") -source=("https://sourceforge.net/projects/${_pkgname}/files/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}.tar.bz2" \ - "qwtconfig-archlinux.pri") -sha512sums=('60545712790699b145a54baba4c40802d9a58bf5f68f997faed5027db6773a801097be8675e00b2af1de568e36e2e498db0a0310ac4877fd9f2b52871409dd49' - 'a019108fb6af33a465c419a3af21f82673112e5edc12624a390439a97c95edcf18f8ea08b4a5b1340b50be5d5315e41b6188105768d4689602f29d88274749a4') - -prepare() { - # copy our config file to the right place - install -Dm644 "qwtconfig-archlinux.pri" "qwt-${pkgver}/qwtconfig.pri" -} - -build() { - cd "${srcdir}/qwt-${pkgver}" - qmake-qt4 qwt.pro - make -} - -package() { - cd "${srcdir}/qwt-${pkgver}" - - make INSTALL_ROOT="${pkgdir}" QTDIR=/usr install - # install licence - install -Dm644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - # remove docs - rm -r "${pkgdir}/usr/share/html" - rm -r "${pkgdir}/usr/share/man/" -} diff --git a/qwt5/qwtconfig-archlinux.pri b/qwt5/qwtconfig-archlinux.pri deleted file mode 100644 index fcd31a5cb..000000000 --- a/qwt5/qwtconfig-archlinux.pri +++ /dev/null @@ -1,86 +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 -RELEASE_SUFFIX = 5 - -###################################################################### -# 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 |