diff --git a/common/shlibs b/common/shlibs index 1ef462e0278..b75080c4590 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/qwt/template b/srcpkgs/qwt/template index 11cbf3ff23b..fe742c9ee7d 100644 --- a/srcpkgs/qwt/template +++ b/srcpkgs/qwt/template @@ -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 " +maintainer="Andrew J. Hesford " 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" } }