diff --git a/www-client/qutebrowser/patches/qutebrowser-2.4.0.patchset b/www-client/qutebrowser/patches/qutebrowser-2.5.2.patchset similarity index 90% rename from www-client/qutebrowser/patches/qutebrowser-2.4.0.patchset rename to www-client/qutebrowser/patches/qutebrowser-2.5.2.patchset index e42d02d8b..d84f12dca 100644 --- a/www-client/qutebrowser/patches/qutebrowser-2.4.0.patchset +++ b/www-client/qutebrowser/patches/qutebrowser-2.5.2.patchset @@ -1,4 +1,4 @@ -From 0372cd480a238754e83c9ae0ac38ec6b3e1da50c Mon Sep 17 00:00:00 2001 +From d671eceaf24687dbd528b5037043a9d8c822e8ca Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 21 Nov 2021 19:07:13 +0100 Subject: setuptools can't find importlib_resources correctly... @@ -18,5 +18,5 @@ index 4c4bd32..1b90b26 100755 name='qutebrowser', version=_get_constant('version'), -- -2.30.2 +2.37.3 diff --git a/www-client/qutebrowser/qutebrowser-2.4.0.recipe b/www-client/qutebrowser/qutebrowser-2.5.2.recipe similarity index 88% rename from www-client/qutebrowser/qutebrowser-2.4.0.recipe rename to www-client/qutebrowser/qutebrowser-2.5.2.recipe index 8d1f4f55d..f017d8eb8 100644 --- a/www-client/qutebrowser/qutebrowser-2.4.0.recipe +++ b/www-client/qutebrowser/qutebrowser-2.5.2.recipe @@ -3,11 +3,11 @@ DESCRIPTION="QuteBrowser is a keyboard-focused browser with a minimal GUI. \ It’s based on Python and PyQt5 and free software, licensed under the GPL. \ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl." HOMEPAGE="https://qutebrowser.org/" -COPYRIGHT="2014-2020 Florian Bruhin (The Compiler)" +COPYRIGHT="2014-2022 Florian Bruhin (The Compiler)" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/qutebrowser/qutebrowser/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="71d7826042a5c63076c85a5a001a4a4f7bea6f6c0f25308e6e0d46b0b31e93ca" +CHECKSUM_SHA256="66ad593ea2beb824e69aadac2e6f274877a258c8ad204f636d5f8de063157125" PATCHES="qutebrowser-$portVersion.patchset" PYTHON_VERSION="3.8" ADDITIONAL_FILES="qutebrowser.rdef.in" @@ -21,7 +21,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - importlib_resources_python38 + importlib_metadata_python38 jinja_python38 pyqt5_python38 pyyaml_python38 @@ -32,10 +32,12 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - importlib_resources_python38 + importlib_metadata_python38 jinja_python38 + pyqt5_python38 pyyaml_python38 setuptools_python38 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:python$PYTHON_VERSION @@ -46,7 +48,7 @@ BUILD_PREREQUIRES=" BUILD() { python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION - make -f misc/Makefile PYTHON=$python all + make -f misc/Makefile PYTHON=python$PYTHON_VERSION all } INSTALL()