mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
qutebrowser, revbump, fix requirement for jinja vs jinja2 (#12997)
This commit is contained in:
@@ -5,23 +5,24 @@ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl."
|
||||
HOMEPAGE="https://qutebrowser.org/"
|
||||
COPYRIGHT="2014-2023 Florian Bruhin (The Compiler)"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/qutebrowser/qutebrowser/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e24344e25ad66ed94b9f9c280523124d8966c490b1480acb8f6af483ecb46b75"
|
||||
PYTHON_VERSION="3.10"
|
||||
ADDITIONAL_FILES="qutebrowser.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86" # no pyqtwebengine5_python310
|
||||
|
||||
PYTHON_VERSION="3.10"
|
||||
|
||||
PROVIDES="
|
||||
qutebrowser$secondaryArchSuffix = $portVersion
|
||||
app:QuteBrowser$secondaryArchSuffix = $portVersion
|
||||
app:QuteBrowser = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
importlib_metadata_python310
|
||||
jinja_python310
|
||||
jinja2_python310
|
||||
pyqt5_python310
|
||||
pyqtwebengine5_python310
|
||||
pyyaml_python310
|
||||
@@ -33,7 +34,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
importlib_metadata_python310
|
||||
jinja_python310
|
||||
jinja2_python310
|
||||
pyqt5_python310
|
||||
pyyaml_python310
|
||||
setuptools_python310
|
||||
|
||||
Reference in New Issue
Block a user