qwt: update to 6.2.0.
This commit is contained in:
parent
5369dc2b48
commit
4fe9d08138
2 changed files with 6 additions and 3 deletions
|
@ -1981,7 +1981,7 @@ libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
||||||
libx265.so.199 x265-3.5_1
|
libx265.so.199 x265-3.5_1
|
||||||
libQt5Xdg.so.3 libqtxdg-3.1.0_1
|
libQt5Xdg.so.3 libqtxdg-3.1.0_1
|
||||||
libQt5XdgIconLoader.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-qt5.so.0 liblxqt-0.8.0_1
|
||||||
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-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
|
liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qwt'
|
# Template file for 'qwt'
|
||||||
pkgname=qwt
|
pkgname=qwt
|
||||||
version=6.1.5
|
version=6.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
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"
|
license="LGPL-2.1-only, Qwt-exception-1.0"
|
||||||
homepage="https://qwt.sourceforge.io/"
|
homepage="https://qwt.sourceforge.io/"
|
||||||
distfiles="https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=4076de63ec2b5e84379ddfebf27c7b29b8dc9074f3db7e2ca61d11a1d8adc041
|
checksum=9194f6513955d0fd7300f67158175064460197abab1a92fa127a67a4b0b71530
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
|
vsed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
|
||||||
|
@ -31,6 +31,8 @@ qwt-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/qt5
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,5 +41,6 @@ qwt-doc_package() {
|
||||||
short_desc+=" - doc files"
|
short_desc+=" - doc files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
|
mv "${PKGDESTDIR}/usr/share/doc/qwt/man" "${PKGDESTDIR}/usr/share"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue