From 4fe9d08138d9c53d97be86e7af347b178b38e3c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 10 Apr 2022 17:32:13 -0400 Subject: [PATCH] qwt: update to 6.2.0. --- common/shlibs | 2 +- srcpkgs/qwt/template | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 673c62085f..0ac2470189 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1981,7 +1981,7 @@ libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1 libx265.so.199 x265-3.5_1 libQt5Xdg.so.3 libqtxdg-3.1.0_1 libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1 -libqwt.so.6 qwt-6.1.3_1 +libqwt.so.6.2 qwt-6.2.0_1 liblxqt-qt5.so.0 liblxqt-0.8.0_1 liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1 liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1 diff --git a/srcpkgs/qwt/template b/srcpkgs/qwt/template index f03bbd1af6..b5fdae7aa7 100644 --- a/srcpkgs/qwt/template +++ b/srcpkgs/qwt/template @@ -1,6 +1,6 @@ # Template file for 'qwt' pkgname=qwt -version=6.1.5 +version=6.2.0 revision=1 build_style=qmake hostmakedepends="qt5-qmake qt5-host-tools" @@ -10,7 +10,7 @@ maintainer="Giuseppe Fierro " license="LGPL-2.1-only, Qwt-exception-1.0" homepage="https://qwt.sourceforge.io/" distfiles="https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${version}/${pkgname}-${version}.tar.bz2" -checksum=4076de63ec2b5e84379ddfebf27c7b29b8dc9074f3db7e2ca61d11a1d8adc041 +checksum=9194f6513955d0fd7300f67158175064460197abab1a92fa127a67a4b0b71530 post_patch() { vsed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \ @@ -31,6 +31,8 @@ qwt-devel_package() { pkg_install() { vmove usr/include vmove "usr/lib/*.so" + vmove usr/lib/qt5 + vmove usr/lib/pkgconfig } } @@ -39,5 +41,6 @@ qwt-doc_package() { short_desc+=" - doc files" pkg_install() { vmove usr/share/doc + mv "${PKGDESTDIR}/usr/share/doc/qwt/man" "${PKGDESTDIR}/usr/share" } }