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

index eb799af7512967bd906a4829bd3e21ebcd6ea2a9..c39e754f5c7c004c30537679134eed7161d6fe42 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeappsver      18.12.0
+%define                kdeappsver      18.12.1
 %define                qtver           5.9.0
 %define                kaname          kmix
 Summary:       kmix
 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: 7e84451af562bf4b599c083919e973e1
+# Source0-md5: 1025436fa35f6658334aa501f704f3bc
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
@@ -33,6 +33,7 @@ BuildRequires:        kf5-kwindowsystem-devel >= 5.14.0
 BuildRequires: kf5-kxmlgui-devel >= 5.14.0
 BuildRequires: kf5-plasma-framework-devel >= 5.14.0
 BuildRequires: kf5-solid-devel >= 5.14.0
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -53,14 +54,14 @@ supports several platforms and sound drivers.
 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-qm
 
This page took 0.51388 seconds and 4 git commands to generate.