[packages/ka6-kbounce] - updated to 24.02.0

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


commit e71671dee440e60f8b9a291cac79a42a60d9e7b5
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 4 18:27:18 2024 +0100

    - updated to 24.02.0

 ka6-kbounce.spec | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 96 insertions(+)
---
diff --git a/ka6-kbounce.spec b/ka6-kbounce.spec
new file mode 100644
index 0000000..92facb8
--- /dev/null
+++ b/ka6-kbounce.spec
@@ -0,0 +1,96 @@
+#
+# 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		kbounce
+Summary:	Kbounce
+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:	a4e429e0a2436c86200a083f49f0ccb2
+URL:		http://www.kde.org/
+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-kcompletion-devel >= %{kframever}
+BuildRequires:	kf6-kconfig-devel >= %{kframever}
+BuildRequires:	kf6-kconfigwidgets-devel >= %{kframever}
+BuildRequires:	kf6-kcoreaddons-devel >= %{kframever}
+BuildRequires:	kf6-kcrash-devel >= %{kframever}
+BuildRequires:	kf6-kdbusaddons-devel >= %{kframever}
+BuildRequires:	kf6-kdoctools-devel >= %{kframever}
+BuildRequires:	kf6-ki18n-devel >= %{kframever}
+BuildRequires:	kf6-kio-devel >= %{kframever}
+BuildRequires:	kf6-kwidgetsaddons-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
+KBounce is a single player arcade game with the elements of puzzle. It
+is played on a field, surrounded by wall, with two or more balls
+bouncing around within the walls. The object of the game is to build
+new walls to decrease the size of the active field.
+
+%description -l pl.UTF-8
+KBounce jest jednoosobową grą zręcznościową z elementami zagadki. Jest
+rozgrywana na polu otoczonym ścianami, z dwoma lub więcej piłkami
+odbijającymi się od ścian. Celem gry jest budowanie nowych ścian, żeby
+zmniejszać rozmiar aktywnego pola gry.
+
+%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
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kbounce
+%{_desktopdir}/org.kde.kbounce.desktop
+%{_iconsdir}/hicolor/128x128/apps/kbounce.png
+%{_iconsdir}/hicolor/16x16/apps/kbounce.png
+%{_iconsdir}/hicolor/22x22/apps/kbounce.png
+%{_iconsdir}/hicolor/32x32/apps/kbounce.png
+%{_iconsdir}/hicolor/48x48/apps/kbounce.png
+%{_iconsdir}/hicolor/64x64/apps/kbounce.png
+%{_datadir}/kbounce
+%{_datadir}/metainfo/org.kde.kbounce.appdata.xml
+%{_datadir}/qlogging-categories6/kbounce.categories
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kbounce.git/commitdiff/e71671dee440e60f8b9a291cac79a42a60d9e7b5



More information about the pld-cvs-commit mailing list