diff --git a/srcpkgs/otter-browser/template b/srcpkgs/otter-browser/template index f921682e584..cd9aae19355 100644 --- a/srcpkgs/otter-browser/template +++ b/srcpkgs/otter-browser/template @@ -1,23 +1,19 @@ # Template file for 'otter-browser' pkgname=otter-browser version=1.0.01 -revision=2 +revision=3 build_style=cmake makedepends="hunspell-devel libgcrypt-devel qt5-declarative-devel qt5-multimedia-devel qt5-svg-devel qt5-webkit-devel qt5-xmlpatterns-devel qt5-webchannel-devel qt5-location-devel" depends="qt5-plugin-sqlite" -short_desc="Project aiming to recreate the best aspects of the classic Opera UI" +short_desc="Web browser aiming to recreate the best aspects of the classic Opera UI" maintainer="GangstaCat " license="GPL-3.0-or-later" homepage="http://otter-browser.org" distfiles="https://github.com/OtterBrowser/${pkgname}/archive/v${version}.tar.gz" checksum=85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b -case "$XBPS_TARGET_MACHINE" in - arm*) nocross="no webengine available right now";; -esac - build_options="webengine" desc_option_webengine="Build Qt5 WebEngine support"