qwt: update to 6.2.0.

This commit is contained in:
Andrew J. Hesford 2022-04-10 17:32:13 -04:00
parent 5369dc2b48
commit 4fe9d08138
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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 <gspe@ae-design.ws>"
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"
}
}