qutebrowser: bump version (#7568)

* qutebrowser: bump version

* qutebrowser: bump version

* Delete qutebrowser-2.4.0.patchset

* Delete qutebrowser-2.4.0.recipe
This commit is contained in:
kenmays
2022-12-17 22:59:29 -08:00
committed by GitHub
parent a090c0c7b3
commit 8a92418419
2 changed files with 9 additions and 7 deletions

View File

@@ -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 <jerome.duval@gmail.com>
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

View File

@@ -3,11 +3,11 @@ DESCRIPTION="QuteBrowser is a keyboard-focused browser with a minimal GUI. \
Its 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()