Skip to content

Commit

Permalink
otter-browser: update short desc, remove broken.
Browse files Browse the repository at this point in the history
Include "web browser" in the short description because that's what this
package provides. This also ensures users can find this package via
``xbps-query -Rs "web browser"``.

broken was unnecessary.

Closes: #25453 [via git-merge-pr]
  • Loading branch information
msiism authored and ericonr committed Oct 11, 2020
1 parent 631e8fd commit 2157622
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions srcpkgs/otter-browser/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ 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 <grumpy@keemail.me>"
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"

Expand Down

0 comments on commit 2157622

Please sign in to comment.