diff --git a/desktop/misc/ayatana-libappindicator/pspec.xml b/desktop/misc/ayatana-libappindicator/pspec.xml index 3a51257d89..884f0ecca1 100644 --- a/desktop/misc/ayatana-libappindicator/pspec.xml +++ b/desktop/misc/ayatana-libappindicator/pspec.xml @@ -13,8 +13,8 @@ desktop.misc A library to allow applications to export a menu into the Unity Menu bar. A library to allow applications to export a menu into the Unity Menu bar. - - https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.91.tar.gz + + https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.92.tar.gz cmake @@ -70,6 +70,13 @@ + + 2023-02-04 + 0.5.92 + Version bump. + fury + uglyside@yandex.ru + 2022-11-15 0.5.91 @@ -93,4 +100,3 @@ - diff --git a/multimedia/editor/tageditor/actions.py b/multimedia/editor/tageditor/actions.py index d6c013439f..3a018a14b5 100644 --- a/multimedia/editor/tageditor/actions.py +++ b/multimedia/editor/tageditor/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import get j = ''.join([ ' -DCMAKE_BUILD_TYPE=Release', ' -DDISABLE_DEPRECATED_QT_FEATURES=ON', + ' -DQT_PACKAGE_PREFIX=Qt6', ' -DJS_PROVIDER=none', ' -DWEBVIEW_PROVIDER=none -L ' ]) diff --git a/multimedia/editor/tageditor/pspec.xml b/multimedia/editor/tageditor/pspec.xml index d9bca6a7f8..3bc6740cbc 100644 --- a/multimedia/editor/tageditor/pspec.xml +++ b/multimedia/editor/tageditor/pspec.xml @@ -15,18 +15,18 @@ A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska. - - https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.5.tar.gz + + https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.7.tar.gz cmake - qt5-linguist + qt6-linguist cppunit-devel - qt5-base-devel + qt6-base-devel tagparser-devel qtutilities-devel cpp-utilities-devel - qt5-multimedia-devel + qt6-multimedia-devel @@ -34,11 +34,11 @@ tageditor libgcc - qt5-base + qt6-base tagparser qtutilities cpp-utilities - qt5-declarative + /usr/bin @@ -48,6 +48,13 @@ + + 2023-02-02 + 3.7.7 + Version bump. + fury + uglyside@yandex.ru + 2022-11-23 3.7.5 diff --git a/multimedia/misc/tagparser/pspec.xml b/multimedia/misc/tagparser/pspec.xml index f9970958b0..d971f78f43 100644 --- a/multimedia/misc/tagparser/pspec.xml +++ b/multimedia/misc/tagparser/pspec.xml @@ -13,8 +13,8 @@ multimedia.misc C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags. C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags. - - https://github.com/Martchus/tagparser/archive/refs/tags/v11.5.0.tar.gz + + https://github.com/Martchus/tagparser/archive/refs/tags/v11.5.1.tar.gz cmake @@ -55,6 +55,13 @@ + + 2023-02-02 + 11.5.1 + Version bump. + fury + uglyside@yandex.ru + 2022-11-23 11.5.0 diff --git a/office/misc/crqt/actions.py b/office/misc/crqt/actions.py index 89dfa71780..7c1f31b9dd 100644 --- a/office/misc/crqt/actions.py +++ b/office/misc/crqt/actions.py @@ -8,6 +8,7 @@ from pisi.actionsapi import cmaketools, mesontools, pisitools i = ''.join([ ' -DCMAKE_BUILD_TYPE=Release', + ' -DUSE_QT=QT6', ' -B_build -G Ninja -L ' ]) diff --git a/office/misc/crqt/pspec.xml b/office/misc/crqt/pspec.xml index b619150a6e..d03d135ea4 100644 --- a/office/misc/crqt/pspec.xml +++ b/office/misc/crqt/pspec.xml @@ -15,15 +15,15 @@ It is a fork of the CoolReader project. Supported e-book formats: fb2, fb3 (incomplete), epub (non-DRM), doc, docx, odt, rtf, pdb, mobi (non-DRM), txt, html, chm, tcr. - - https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.5/crqt-ng-1.0.5.tar.bz2 + + https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.5.1/crqt-ng-1.0.5.1.tar.bz2 cmake ninja libX11-devel - qt5-linguist - qt5-base-devel + qt6-linguist + qt6-base-devel crengine-ng-devel @@ -35,7 +35,7 @@ crqt libgcc - qt5-base + qt6-base crengine-ng @@ -48,6 +48,13 @@ + + 2023-02-02 + 1.0.5.1 + Version bump. + fury + uglyside@yandex.ru + 2023-01-29 1.0.5 diff --git a/programming/language/perl/perl-YAML-LibYAML/pspec.xml b/programming/language/perl/perl-YAML-LibYAML/pspec.xml index 1b1575e363..8fcc962800 100644 --- a/programming/language/perl/perl-YAML-LibYAML/pspec.xml +++ b/programming/language/perl/perl-YAML-LibYAML/pspec.xml @@ -13,8 +13,8 @@ programming.language.perl Perl Binding to libyaml. Perl YAML Serialization using XS and libyaml. - - https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-LibYAML-0.85.tar.gz + + https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-LibYAML-0.86.tar.gz perl @@ -33,6 +33,13 @@ + + 2023-02-05 + 0.86 + Version bump. + fury + uglyside@yandex.ru + 2022-09-17 0.85 diff --git a/programming/library/cpp-utilities/pspec.xml b/programming/library/cpp-utilities/pspec.xml index 323c06e4fa..1d9bb0bb8b 100644 --- a/programming/library/cpp-utilities/pspec.xml +++ b/programming/library/cpp-utilities/pspec.xml @@ -50,6 +50,13 @@ + + 2023-02-02 + 5.20.0 + Rebuild. + fury + uglyside@yandex.ru + 2022-11-23 5.20.0 diff --git a/programming/library/qtutilities/actions.py b/programming/library/qtutilities/actions.py index 11f5a4203b..1994aef156 100644 --- a/programming/library/qtutilities/actions.py +++ b/programming/library/qtutilities/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import get j = ''.join([ ' -DCMAKE_BUILD_TYPE=Release', ' -DBUILD_SHARED_LIBS=ON', + ' -DQT_PACKAGE_PREFIX=Qt6', ' -DDISABLE_DEPRECATED_QT_FEATURES=ON -L ' ]) diff --git a/programming/library/qtutilities/pspec.xml b/programming/library/qtutilities/pspec.xml index 36083c2466..1ed47e01a7 100644 --- a/programming/library/qtutilities/pspec.xml +++ b/programming/library/qtutilities/pspec.xml @@ -19,8 +19,8 @@ cmake doxygen - qt5-linguist - qt5-base-devel + qt6-linguist + qt6-base-devel cpp-utilities-devel @@ -29,7 +29,7 @@ qtutilities libgcc - qt5-base + qt6-base cpp-utilities @@ -43,7 +43,7 @@ qtutilities-devel qtutilities - qt5-base-devel + qt6-base-devel /usr/include @@ -53,6 +53,13 @@ + + 2023-02-02 + 6.10.0 + Rebuild. + fury + uglyside@yandex.ru + 2022-11-23 6.10.0 diff --git a/programming/tool/cppcheck/actions.py b/programming/tool/cppcheck/actions.py index ddad31846c..434319f133 100644 --- a/programming/tool/cppcheck/actions.py +++ b/programming/tool/cppcheck/actions.py @@ -8,13 +8,14 @@ from pisi.actionsapi import cmaketools, mesontools, pisitools j = ''.join([ ' -DUSE_Z3=ON', + ' -DUSE_QT6=ON', ' -DUSE_BOOST=ON', ' -DUSE_THREADS=ON', ' -DHAVE_RULES=ON', ' -DPYTHON_EXECUTABLE=/usr/bin/python3', ' -DBUILD_GUI=ON', ' -DBUILD_SHARED_LIBS=ON', - ' -DBUILD_TESTS=OFF', + ' -DBUILD_TESTS=ON', ' -DCMAKE_BUILD_TYPE=Release', ' -DCMAKE_CONFIGURATION_TYPES=Release', ' -DUSE_BUNDLED_TINYXML2=OFF', diff --git a/programming/tool/cppcheck/pspec.xml b/programming/tool/cppcheck/pspec.xml index 5849ec4879..7794847794 100644 --- a/programming/tool/cppcheck/pspec.xml +++ b/programming/tool/cppcheck/pspec.xml @@ -26,19 +26,19 @@ zlib-devel boost-devel docbook-xsl - qt5-sql-odbc - qt5-linguist + qt6-sql-odbc + qt6-linguist libxslt-devel libpcre-devel python3-devel - qt5-sql-mysql - qt5-sql-sqlite - qt5-base-devel + qt6-sql-mysql + qt6-sql-sqlite + qt6-base-devel tinyxml2-devel - qt5-charts-devel - qt5-sql-postgresql + qt6-charts-devel + qt6-sql-postgresql python3-setuptools - qt5-assistant-devel + qt6-assistant-devel @@ -55,9 +55,9 @@ libpcre python3 tinyxml2 - qt5-base - qt5-charts - qt5-assistant + qt6-base + qt6-charts + qt6-assistant python3-Pygments @@ -71,10 +71,17 @@ + + 2023-02-02 + 2.10 + Rebuild. + fury + uglyside@yandex.ru + 2023-01-28 2.10 - Version bump + Version bump. fury uglyside@yandex.ru