]> git.pld-linux.org Git - packages/ka5-kbounce.git/commitdiff
- updated to 18.12.0
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 27 Dec 2018 19:44:42 +0000 (20:44 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 27 Dec 2018 19:44:42 +0000 (20:44 +0100)
ka5-kbounce.spec [new file with mode: 0644]

diff --git a/ka5-kbounce.spec b/ka5-kbounce.spec
new file mode 100644 (file)
index 0000000..6433769
--- /dev/null
@@ -0,0 +1,80 @@
+%define                kdeappsver      18.12.0
+%define                qtver           5.9.0
+%define                kaname          kbounce
+Summary:       Kbounce
+Name:          ka5-%{kaname}
+Version:       18.12.0
+Release:       1
+License:       GPL v2+/LGPL v2.1+
+Group:         X11/Applications/Games
+Source0:       http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5: 991df33a858011a174593cf4d1d68e82
+URL:           http://www.kde.org/
+BuildRequires: Qt5Core-devel >= %{qtver}
+BuildRequires: Qt5Gui-devel >= 5.11.1
+BuildRequires: Qt5Qml-devel >= 5.11.1
+BuildRequires: Qt5Quick-devel >= 5.11.1
+BuildRequires: Qt5Svg-devel
+BuildRequires: Qt5Widgets-devel
+BuildRequires: cmake >= 2.8.12
+BuildRequires: gettext-devel
+BuildRequires: ka5-libkdegames-devel >= 18.12.0
+BuildRequires: kf5-extra-cmake-modules >= 5.53.0
+BuildRequires: kf5-kcompletion-devel >= 5.30.0
+BuildRequires: kf5-kconfig-devel >= 5.30.0
+BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
+BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
+BuildRequires: kf5-kcrash-devel >= 5.30.0
+BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
+BuildRequires: kf5-kdoctools-devel >= 5.30.0
+BuildRequires: kf5-ki18n-devel >= 5.30.0
+BuildRequires: kf5-kio-devel >= 5.30.0
+BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
+BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: qt5-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.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+       ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%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}/kxmlgui5/kbounce
+%{_datadir}/metainfo/org.kde.kbounce.appdata.xml
This page took 0.718777 seconds and 4 git commands to generate.