tvbrowser: depends on openjdk11.

It is possible to depend on `java-runtime>=11`, but only if the
openjdk11 package has already been built. Until xbps-src has a mechanism
for dealing with this, and while openjdk11 is our latest java runtime,
depending directly on openjdk11 works fine.
This commit is contained in:
Érico Rolim 2021-02-05 01:44:55 -03:00 committed by Érico Nogueira Rolim
parent e83160a445
commit 9b1dff787c

View file

@ -1,8 +1,8 @@
# Template file for 'tvbrowser'
pkgname=tvbrowser
version=4.2.1
revision=2
depends="java-runtime>=11 hicolor-icon-theme bash"
revision=3
depends="openjdk11 hicolor-icon-theme bash" # XXX: openjdk11 or later version, when available
short_desc="Ad free open source TV guide for more than 1000 channels"
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
license="GPL-3.0-or-later, GPL-2.0-or-later, LPPL-1.0, Apache-2.0, LGPL-2.1-or-later, custom:other"