Accepting request 1069725 from home:mnhauke:games
- Update to version 23.0 * Use native file dialogs on Linux to make loading and saving of games work with flatpak. # This adds a run-time dependency on package # qml6-module-qtquick-dialogs (on Debian). * Prefix MIME config and icons with io.sourceforge.pentobi, such that registering Pentobi as an app for its game files works with flatpak. * Removed option to disable animations. * Removed menu item Open Clipboard. * Require C++ compiler with C++20 support. * Minimum required Qt version is now 6.4 * Removed custom CMake module to find path of Docbook XSL and let the local XML catalog do the mapping between URL and path. * Don't initialize move number dialog with current move but show it as placeholder text. - Update to version 22.0 * Fixed game analysis hanging on some platforms. * Don't use custom menu implementation, which caused problems in dark mode on Android and KDE 5. As a consequence, shortcuts are no longer shown on the menu but documented in the Pentobi manual. * Made navigation links in help viewer part of the scrollable page to avoid a bug in Qt that made the text sometimes disappear if a navigation link was pressed with a scrolled page. * Help window shortcuts stopped working after mouse click with Qt 6.4. - Update to version 21.1 OBS-URL: https://build.opensuse.org/request/show/1069725 OBS-URL: https://build.opensuse.org/package/show/games/pentobi?expand=0&rev=19
This commit is contained in:
parent
3bb537a6b8
commit
c5f7d2855a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04019e7b1ff074bb792f950f91b93e8463303e278897bd56e1073a3e85499e22
|
|
||||||
size 471924
|
|
3
pentobi-23.0.tar.xz
Normal file
3
pentobi-23.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e5c1a10cee2346e7a4fe70c568ad0bf3a0ac1b63a7a02089a3e0d1c3aad18b0
|
||||||
|
size 468348
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 6 19:08:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 23.0
|
||||||
|
* Use native file dialogs on Linux to make loading and saving of
|
||||||
|
games work with flatpak.
|
||||||
|
# This adds a run-time dependency on package
|
||||||
|
# qml6-module-qtquick-dialogs (on Debian).
|
||||||
|
* Prefix MIME config and icons with io.sourceforge.pentobi, such
|
||||||
|
that registering Pentobi as an app for its game files works
|
||||||
|
with flatpak.
|
||||||
|
* Removed option to disable animations.
|
||||||
|
* Removed menu item Open Clipboard.
|
||||||
|
* Require C++ compiler with C++20 support.
|
||||||
|
* Minimum required Qt version is now 6.4
|
||||||
|
* Removed custom CMake module to find path of Docbook XSL and let
|
||||||
|
the local XML catalog do the mapping between URL and path.
|
||||||
|
* Don't initialize move number dialog with current move but show
|
||||||
|
it as placeholder text.
|
||||||
|
- Update to version 22.0
|
||||||
|
* Fixed game analysis hanging on some platforms.
|
||||||
|
* Don't use custom menu implementation, which caused problems in
|
||||||
|
dark mode on Android and KDE 5. As a consequence, shortcuts
|
||||||
|
are no longer shown on the menu but documented in the Pentobi
|
||||||
|
manual.
|
||||||
|
* Made navigation links in help viewer part of the scrollable
|
||||||
|
page to avoid a bug in Qt that made the text sometimes
|
||||||
|
disappear if a navigation link was pressed with a scrolled
|
||||||
|
page.
|
||||||
|
* Help window shortcuts stopped working after mouse click with
|
||||||
|
Qt 6.4.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 23:40:41 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 21.1
|
||||||
|
* Fixed game analysis hanging on some platforms.
|
||||||
|
* Don't use custom menu implementation, which caused problems in
|
||||||
|
dark mode on Android and KDE 5. As a consequence, shortcuts
|
||||||
|
are no longer shown on the menu but documented in the Pentobi
|
||||||
|
manual.
|
||||||
|
* Made navigation links in help viewer part of the scrollable
|
||||||
|
page to avoid a bug in Qt that made the text sometimes
|
||||||
|
disappear if a navigation link was pressed with a scrolled
|
||||||
|
page.
|
||||||
|
* Help window shortcuts stopped working after mouse click with
|
||||||
|
Qt 6.4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 18 07:01:57 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
Wed May 18 07:01:57 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
18
pentobi.spec
18
pentobi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pentobi
|
# spec file for package pentobi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pentobi
|
Name: pentobi
|
||||||
Version: 21.0
|
Version: 23.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Program to play the board game Blokus
|
Summary: Program to play the board game Blokus
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -30,15 +30,15 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: kio-devel
|
BuildRequires: kio-devel
|
||||||
BuildRequires: libqt5-linguist-devel
|
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: qt6-linguist-devel
|
||||||
BuildRequires: rsvg-convert
|
BuildRequires: rsvg-convert
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt6Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.15
|
BuildRequires: pkgconfig(Qt6Core) >= 6.4
|
||||||
BuildRequires: pkgconfig(Qt5QuickControls2)
|
BuildRequires: pkgconfig(Qt6QuickControls2)
|
||||||
BuildRequires: pkgconfig(Qt5WebView)
|
BuildRequires: pkgconfig(Qt6WebView)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt6Widgets)
|
||||||
BuildRequires: pkgconfig(appstream)
|
BuildRequires: pkgconfig(appstream)
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
Requires(post): update-desktop-files
|
Requires(post): update-desktop-files
|
||||||
@ -87,8 +87,6 @@ Pentobi game files.
|
|||||||
%{_bindir}/pentobi-thumbnailer
|
%{_bindir}/pentobi-thumbnailer
|
||||||
%dir %{_datadir}/thumbnailers
|
%dir %{_datadir}/thumbnailers
|
||||||
%{_datadir}/thumbnailers/pentobi.thumbnailer
|
%{_datadir}/thumbnailers/pentobi.thumbnailer
|
||||||
%{_libdir}/qt5/plugins/pentobi-thumbnail.so
|
|
||||||
%{_datadir}/kservices5/pentobi-thumbnail.desktop
|
|
||||||
%{_mandir}/man6/pentobi-thumbnailer.6%{?ext_man}
|
%{_mandir}/man6/pentobi-thumbnailer.6%{?ext_man}
|
||||||
%{_mandir}/*/man6/pentobi-thumbnailer.6%{?ext_man}
|
%{_mandir}/*/man6/pentobi-thumbnailer.6%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user