From 7fe35bda54e244e9d81b08e7bb9e883207436d4a Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 30 Jan 2019 12:41:40 +0100 Subject: qwt-qt5: upgrade 6.1.3 -> 6.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-qt/qwt/qwt-qt5_6.1.3.bb | 52 ----------------------------------------- recipes-qt/qwt/qwt-qt5_6.1.4.bb | 52 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 recipes-qt/qwt/qwt-qt5_6.1.3.bb create mode 100644 recipes-qt/qwt/qwt-qt5_6.1.4.bb diff --git a/recipes-qt/qwt/qwt-qt5_6.1.3.bb b/recipes-qt/qwt/qwt-qt5_6.1.3.bb deleted file mode 100644 index cb934025..00000000 --- a/recipes-qt/qwt/qwt-qt5_6.1.3.bb +++ /dev/null @@ -1,52 +0,0 @@ -SUMMARY = "Qt Widget Extension for Technical Applications" -SECTION = "libs" -HOMEPAGE = "http://qwt.sourceforge.net/index.html" - -# LGPLv2.1 + some exceptions -LICENSE = "QWTv1.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=dac2743472b0462ff3cfb4af42051c88" - -DEPENDS = "qtbase qtsvg qttools" - -inherit qmake5 - -SRC_URI = " \ - ${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tar.bz2;name=qwt \ - file://0001-Remove-rpath-from-binaries-they-point-to-buuild-area.patch \ -" -SRC_URI[qwt.md5sum] = "19d1f5fa5e22054d22ee3accc37c54ba" -SRC_URI[qwt.sha256sum] = "f3ecd34e72a9a2b08422fb6c8e909ca76f4ce5fa77acad7a2883b701f4309733" - -S = "${WORKDIR}/qwt-${PV}" - -EXTRA_QMAKEVARS_PRE += " \ - QWT_CONFIG+=QwtPkgConfig \ - QWT_CONFIG+=QwtExamples \ -" - -do_configure_prepend() { - sed -i \ - -e 's:/usr/local/qwt-$$QWT_VERSION:${prefix}:' \ - -e 's:^QWT_INSTALL_LIBS.*:QWT_INSTALL_LIBS = ${libdir}:' \ - ${S}/*.pri - export QWT_INSTALL_LIBS=${libdir} -} - -do_install_append() { - # seems out of tree build confuses installation of examples - # so install them manually - install -d ${D}${bindir}/ - cp ${B}/examples/bin/* ${D}${bindir}/ -} - - -PACKAGES_prepend = "${PN}-examples ${PN}-features ${PN}-plugins " -FILES_${PN}-examples = "${bindir}/*" -FILES_${PN}-features = "${prefix}/features" -FILES_${PN}-plugins = "${prefix}/plugins/designer/*.so" -FILES_${PN}-doc += "${prefix}/doc" - -INSANE_SKIP_${PN}-plugins += "libdir" -INSANE_SKIP_${PN}-dbg += "libdir" - -RPROVIDES_${PN}-dev = "libqwt-qt5-dev" diff --git a/recipes-qt/qwt/qwt-qt5_6.1.4.bb b/recipes-qt/qwt/qwt-qt5_6.1.4.bb new file mode 100644 index 00000000..d8e1dcd2 --- /dev/null +++ b/recipes-qt/qwt/qwt-qt5_6.1.4.bb @@ -0,0 +1,52 @@ +SUMMARY = "Qt Widget Extension for Technical Applications" +SECTION = "libs" +HOMEPAGE = "http://qwt.sourceforge.net/index.html" + +# LGPLv2.1 + some exceptions +LICENSE = "QWTv1.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=dac2743472b0462ff3cfb4af42051c88" + +DEPENDS = "qtbase qtsvg qttools" + +inherit qmake5 + +SRC_URI = " \ + ${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tar.bz2;name=qwt \ + file://0001-Remove-rpath-from-binaries-they-point-to-buuild-area.patch \ +" +SRC_URI[qwt.md5sum] = "4fb1852f694420e3ab9c583526edecc5" +SRC_URI[qwt.sha256sum] = "1529215329e51fc562e0009505a838f427919a18b362afff441f035b2d9b5bd9" + +S = "${WORKDIR}/qwt-${PV}" + +EXTRA_QMAKEVARS_PRE += " \ + QWT_CONFIG+=QwtPkgConfig \ + QWT_CONFIG+=QwtExamples \ +" + +do_configure_prepend() { + sed -i \ + -e 's:/usr/local/qwt-$$QWT_VERSION:${prefix}:' \ + -e 's:^QWT_INSTALL_LIBS.*:QWT_INSTALL_LIBS = ${libdir}:' \ + ${S}/*.pri + export QWT_INSTALL_LIBS=${libdir} +} + +do_install_append() { + # seems out of tree build confuses installation of examples + # so install them manually + install -d ${D}${bindir}/ + cp ${B}/examples/bin/* ${D}${bindir}/ +} + + +PACKAGES_prepend = "${PN}-examples ${PN}-features ${PN}-plugins " +FILES_${PN}-examples = "${bindir}/*" +FILES_${PN}-features = "${prefix}/features" +FILES_${PN}-plugins = "${prefix}/plugins/designer/*.so" +FILES_${PN}-doc += "${prefix}/doc" + +INSANE_SKIP_${PN}-plugins += "libdir" +INSANE_SKIP_${PN}-dbg += "libdir" + +RPROVIDES_${PN}-dev = "libqwt-qt5-dev" -- cgit v1.2.3-54-g00ecf