qwt: update to 6.3.0.

This commit is contained in:
Andrew J. Hesford 2024-12-26 12:07:15 -05:00
parent e8904bdf16
commit 009da3f7e8
2 changed files with 6 additions and 7 deletions

View file

@ -1963,8 +1963,8 @@ libQt5Xdg.so.3 libqt5xdg-3.2.0_1
libQt5XdgIconLoader.so.3 libqt5xdg-3.2.0_1
libQt6Xdg.so.4 libqtxdg-4.0.0_1
libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
libqwt-qt5.so.6.2 qwt-6.2.0_2
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
libqwt-qt5.so.6.3 qwt-6.3.0_1
libqwt-qt6.so.6.3 qwt-qt6-6.3.0_1
libKF6BreezeIcons.so.6 libbreeze-icons-6.3.0_2
libKF6Archive.so.6 kf6-karchive-6.0.0_1
libKF6Attica.so.6 kf6-attica-6.0.0_1

View file

@ -1,18 +1,18 @@
# Template file for 'qwt'
pkgname=qwt
version=6.2.0
revision=2
version=6.3.0
revision=1
build_style=qmake
hostmakedepends="qt6-base qt6-tools qt5-qmake qt5-host-tools"
_makedepends_qt6="qt6-tools-devel qt6-svg-devel"
_makedepends_qt5="${_makedepends_qt6//qt6/qt5}"
makedepends="${_makedepends_qt6} ${_makedepends_qt5}"
short_desc="Qt Widgets for Technical Applications"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=9194f6513955d0fd7300f67158175064460197abab1a92fa127a67a4b0b71530
checksum=dcb085896c28aaec5518cbc08c0ee2b4e60ada7ac929d82639f6189851a6129a
post_configure() {
local qmake_args f sdir dspec dname
@ -108,6 +108,5 @@ qwt-doc_package() {
short_desc+=" - doc files"
pkg_install() {
vmove usr/share/doc
mv "${PKGDESTDIR}/usr/share/doc/qwt/man" "${PKGDESTDIR}/usr/share"
}
}