diff --git a/desktop/lookandfeel/kvantum/pspec.xml b/desktop/lookandfeel/kvantum/pspec.xml
index 27743413a5..c9b304deb1 100644
--- a/desktop/lookandfeel/kvantum/pspec.xml
+++ b/desktop/lookandfeel/kvantum/pspec.xml
@@ -11,8 +11,8 @@
GPL-3
app:gui
desktop.lookandfeel
- Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.
- Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.
+ Kvantum is an SVG-based theme engine for Qt5/Qt6, KDE and LXQt.
+ Kvantum Qt5 / Qt6, KDE ve LXQt için SVG tabanlı bir tema motorudur.
https://github.com/tsujan/Kvantum/releases/download/V1.0.7/Kvantum-1.0.7.tar.xz
diff --git a/multimedia/graphics/libjxl/actions.py b/multimedia/graphics/libjxl/actions.py
index 83286d6035..5047ce6842 100644
--- a/multimedia/graphics/libjxl/actions.py
+++ b/multimedia/graphics/libjxl/actions.py
@@ -26,8 +26,8 @@ def setup():
cmaketools.configure(i)
def build():
- # fix incorrect g++ options
- shelltools.system("find . -iname 'link.txt' -exec sed -i 's: -R: -Wl,-R:g' {} \;")
+ # fix incorrect g++ options //not required for gcc12
+ # shelltools.system("find . -iname 'link.txt' -exec sed -i 's: -R: -Wl,-R:g' {} \;")
cmaketools.make("-C _build")
def install():
diff --git a/multimedia/graphics/libjxl/pspec.xml b/multimedia/graphics/libjxl/pspec.xml
index 107e471232..65c145b282 100644
--- a/multimedia/graphics/libjxl/pspec.xml
+++ b/multimedia/graphics/libjxl/pspec.xml
@@ -13,8 +13,8 @@
multimedia.graphics
JPEG XL image format reference implementation.
A reference implementation of JPEG XL (encoder and decoder), called libjxl.
-
- https://github.com/libjxl/libjxl/archive/refs/tags/v0.8.0.tar.gz
+
+ https://github.com/libjxl/libjxl/archive/refs/tags/v0.8.1.tar.gz
cmake
@@ -58,6 +58,13 @@
+
+ 2023-02-04
+ 0.8.1
+ Minor bugfix release.
+ fury
+ uglyside@yandex.ru
+
2023-01-27
0.8.0