zulip-desktop: fix lint
This commit is contained in:
parent
92cab16758
commit
40d79da837
1 changed files with 5 additions and 7 deletions
|
@ -1,16 +1,14 @@
|
||||||
pkgname="zulip-desktop"
|
# Template file for 'zulip-desktop'
|
||||||
|
pkgname=zulip-desktop
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_WITH_QT5=On"
|
configure_args="-DBUILD_WITH_QT5=On"
|
||||||
|
hostmakedepends="qt5-host-tools"
|
||||||
|
makedepends="qt5-webkit-devel phonon-qt5-devel qt5-svg-devel qt5-multimedia-devel"
|
||||||
short_desc="Workplace chat that improves your productivity"
|
short_desc="Workplace chat that improves your productivity"
|
||||||
maintainer="Luca - <luca.andrea.fuse@gmx.com>"
|
maintainer="Luca - <luca.andrea.fuse@gmx.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.zulip.org/"
|
homepage="https://www.zulip.org/"
|
||||||
distfiles="https://github.com/zulip/${pkgname}-legacy/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/zulip/zulip-desktop-legacy/archive/${version}.tar.gz"
|
||||||
makedepends="qt5-webkit-devel phonon-qt5-devel qt5-svg-devel qt5-multimedia-devel"
|
|
||||||
checksum=2475e5298b7df29c7ee8585da7189f4af8dda279e5e1d6e26c8f3fa08ce31ae5
|
checksum=2475e5298b7df29c7ee8585da7189f4af8dda279e5e1d6e26c8f3fa08ce31ae5
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-tools-devel ${makedepends}"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue