qgis: unpin qca, update qca (#37049)

allows compilation with gcc 11
This commit is contained in:
Andrew W Elble 2023-04-22 18:41:39 -04:00 committed by GitHub
parent 806f630c8f
commit 8143c086a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class Qca(CMakePackage):
homepage = "https://userbase.kde.org/QCA"
url = "https://github.com/KDE/qca/archive/v2.1.3.tar.gz"
version("2.3.5", sha256="326346893c5ad41c160b66ff10740ff4d8a1cbcd2fe545693f9791de1e01f00b")
version("2.3.0", sha256="39aa18f0985d82949f4dccce04af3eb8d4b6b64e0c71785786738d38d8183b0a")
version("2.2.90", sha256="074ac753b51a6fa15503be9418f7430effe368fd31dc41567942d832e539b17e")
version("2.2.1", sha256="c67fc0fa8ae6cb3d0ba0fbd8fca8ee8e4c5061b99f1fd685fd7d9800cef17f6b")

View File

@ -117,7 +117,7 @@ class Qgis(CMakePackage):
depends_on("python@3.0.0:", type=("build", "run"), when="@3")
depends_on("python@3.6:", type=("build", "run"), when="@3.18:")
depends_on("python@3.7:", type=("build", "run"), when="@3.20:")
depends_on("qca@2.2.1")
depends_on("qca@2.2.1:")
depends_on("qjson")
depends_on("qscintilla +python")
depends_on("qt+dbus")