mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
libcommuni: update to 3.5.0.
This commit is contained in:
parent
29448a7aba
commit
60b0b04d86
1 changed files with 13 additions and 8 deletions
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'libcommuni'
|
# Template file for 'libcommuni'
|
||||||
pkgname="libcommuni"
|
pkgname=libcommuni
|
||||||
version="3.4.0"
|
version=3.5.0
|
||||||
revision="1"
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
|
configure_args="-config release"
|
||||||
hostmakedepends="qt5-qmake"
|
hostmakedepends="qt5-qmake"
|
||||||
makedepends="qt5-declarative-devel"
|
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>"
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://communi.github.io/"
|
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"
|
distfiles="https://github.com/communi/libcommuni/archive/v${version}.tar.gz"
|
||||||
configure_args="-config release"
|
checksum=cc0690129c7963578df9be2127ca5ba9f1e182bfe6c138d84612382e2dc80177
|
||||||
checksum=31afe0ab824e8c50b54053cbcecf9c46a62e83e9694b25a0fe523afd4fbf2e79
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-declarative-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -22,7 +27,7 @@ libcommuni-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/qt5/mkspecs
|
vmove usr/lib/qt5/mkspecs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue