]> git.pld-linux.org Git - packages/ka5-kbreakout.git/commitdiff
- updated to 18.12.1; ninja auto/th/ka5-kbreakout-18.12.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 12 Jan 2019 19:14:40 +0000 (20:14 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 12 Jan 2019 19:14:40 +0000 (20:14 +0100)
ka5-kbreakout.spec

index 0f24a8efc78a8a92313ee5baf481cb00bc3a3a18..9681597c690a0f5991271dce779f92fcceba8305 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeappsver      18.12.0
+%define                kdeappsver      18.12.1
 %define                qtver           5.9.0
 %define                kaname          kbreakout
 Summary:       Kbreakout
 Name:          ka5-%{kaname}
-Version:       18.12.0
+Version:       18.12.1
 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: 5048f76a92c8c0f2ef1eb9603d6de60b
+# Source0-md5: 507e35eaf940aba5d30c23c9500bb3a2
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,7 +18,7 @@ BuildRequires:        Qt5Quick-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: ka5-libkdegames-devel >= 18.12.0
+BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
 BuildRequires: kf5-extra-cmake-modules >= 5.53.0
 BuildRequires: kf5-kconfig-devel >= 5.30.0
 BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
@@ -29,6 +29,7 @@ BuildRequires:        kf5-kdoctools-devel >= 5.30.0
 BuildRequires: kf5-ki18n-devel >= 5.30.0
 BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
 BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -47,14 +48,14 @@ bricks as possible without losing the ball.
 install -d build
 cd build
 %cmake \
+       -G Ninja \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-       DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 
This page took 0.285452 seconds and 4 git commands to generate.