[packages/ka6-bovo] - updated to 24.02.0

witekfl witekfl at pld-linux.org
Mon Mar 4 18:25:11 CET 2024


commit 5adb879d02023d1d30a0174d2bee7ff3c85150cc
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 4 18:25:02 2024 +0100

    - updated to 24.02.0

 ka6-bovo.spec | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)
---
diff --git a/ka6-bovo.spec b/ka6-bovo.spec
new file mode 100644
index 0000000..2a5e2d3
--- /dev/null
+++ b/ka6-bovo.spec
@@ -0,0 +1,90 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeappsver	24.02.0
+%define		kframever	5.94.0
+%define		qtver		5.15.2
+%define		kaname		bovo
+Summary:	A Gomoku like game
+Name:		ka6-%{kaname}
+Version:	24.02.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Applications/Games
+Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	0e9985f95f015536baf9e08c89c23bbd
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Concurrent-devel
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	Qt6Gui-devel >= 5.11.1
+BuildRequires:	Qt6Qml-devel >= 5.11.1
+BuildRequires:	Qt6Quick-devel >= 5.11.1
+BuildRequires:	Qt6Svg-devel
+BuildRequires:	Qt6Widgets-devel
+BuildRequires:	cmake >= 3.20
+BuildRequires:	gettext-devel
+BuildRequires:	ka6-libkdegames-devel >= %{kdeappsver}
+BuildRequires:	kf6-extra-cmake-modules >= %{kframever}
+BuildRequires:	kf6-kcoreaddons-devel >= %{kframever}
+BuildRequires:	kf6-kcrash-devel >= %{kframever}
+BuildRequires:	kf6-kdbusaddons-devel >= %{kframever}
+BuildRequires:	kf6-kdoctools-devel >= %{kframever}
+BuildRequires:	kf6-kxmlgui-devel >= %{kframever}
+BuildRequires:	ninja
+BuildRequires:	qt6-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	shared-mime-info
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bovo is a Gomoku like game for two players, where the opponents
+alternate in placing their respective pictogram on the game board.
+(Also known as: Connect Five, Five in a row, X and O, Naughts and
+Crosses)
+
+%description -l pl.UTF-8
+Bovo to gra w kółko i krzyżyk (do pięciu w rzędzie).
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+%cmake \
+	-B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
+
+%if %{with tests}
+ctest --test-dir build
+%endif
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kaname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/bovo
+%{_desktopdir}/org.kde.bovo.desktop
+%{_datadir}/bovo
+%{_iconsdir}/hicolor/128x128/apps/bovo.png
+%{_iconsdir}/hicolor/16x16/apps/bovo.png
+%{_iconsdir}/hicolor/22x22/apps/bovo.png
+%{_iconsdir}/hicolor/32x32/apps/bovo.png
+%{_iconsdir}/hicolor/48x48/apps/bovo.png
+%{_iconsdir}/hicolor/64x64/apps/bovo.png
+%{_datadir}/metainfo/org.kde.bovo.appdata.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-bovo.git/commitdiff/5adb879d02023d1d30a0174d2bee7ff3c85150cc



More information about the pld-cvs-commit mailing list