libcommuni: update to 3.5.0.
This commit is contained in:
parent
29448a7aba
commit
60b0b04d86
|
@ -1,17 +1,22 @@
|
|||
# Template file for 'libcommuni'
|
||||
pkgname="libcommuni"
|
||||
version="3.4.0"
|
||||
revision="1"
|
||||
pkgname=libcommuni
|
||||
version=3.5.0
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args="-config release"
|
||||
hostmakedepends="qt5-qmake"
|
||||
makedepends="qt5-declarative-devel"
|
||||
short_desc="A cross-platform IRC framework written with Qt"
|
||||
short_desc="Cross-platform IRC framework written with Qt"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://communi.github.io/"
|
||||
changelog="https://raw.githubusercontent.com/communi/libcommuni/master/CHANGELOG"
|
||||
distfiles="https://github.com/communi/libcommuni/archive/v${version}.tar.gz"
|
||||
configure_args="-config release"
|
||||
checksum=31afe0ab824e8c50b54053cbcecf9c46a62e83e9694b25a0fe523afd4fbf2e79
|
||||
checksum=cc0690129c7963578df9be2127ca5ba9f1e182bfe6c138d84612382e2dc80177
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-declarative-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -22,7 +27,7 @@ libcommuni-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue