net-im/Quaternion: add 0.0.97.1, drop 0.0.96.1

Fixes CI. Drops src_configure as the only option
we were setting has now been dropped upstream.

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize 2025-03-21 12:32:41 -04:00
parent 2b2e08173b
commit d6a6d411e4
No known key found for this signature in database
GPG Key ID: AECE696834DC11E9
2 changed files with 3 additions and 11 deletions

View File

@ -1 +1 @@
DIST Quaternion-0.0.96.1.tar.gz 1714762 BLAKE2B e98f6fd8e87c963c8403f7a51f5eb2a21c78282fbe7944bc3c492cdb6aee9c7d2739aefa8c7972812c969399cf1ba53a9f8717fc9c8c679ba5965d7b690a68d6 SHA512 9b39fa35a41ef0f523c5092ec5323e06b71ecc11c61afcf01b41d82bd5ae3afcf4783c2501945f57b86ca67f312d91280adea6fe51091aa293c607b4e71b2514
DIST Quaternion-0.0.97.1.tar.gz 1392063 BLAKE2B 83c98908e8b3b240143c503f1977858aa50ef306e2bc7c9209d483ab0ec1b8004b90629e37644e08f57d68da80c97cee3ab7cc981e05aa70082be5ca8a53a139 SHA512 8442a9569ccd48799b9b2b470272698762a9a643d7b7f7393f04144d2d7e1e9c6b005e92f820cfd06c9196c6f4910c9b8471252ab0a64f7e139ac96cad412cc7

View File

@ -20,8 +20,8 @@ RDEPEND="
dev-qt/qtbase:6[widgets,network,gui]
dev-qt/qttools:6[linguist]
dev-qt/qtdeclarative:6[widgets]
>=net-libs/libquotient-0.8.0:=
<net-libs/libquotient-0.9.0
>=net-libs/libquotient-0.9.0:=
<net-libs/libquotient-0.10.0
dev-libs/qtkeychain:=[qt6]
"
DEPEND="
@ -34,14 +34,6 @@ BDEPEND="
DOCS=( {README,SECURITY}.md )
src_configure() {
local mycmakeargs=(
-DBUILD_WITH_QT6=On
)
cmake_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}