]> git.pld-linux.org Git - packages/ka5-kaccounts-providers.git/commitdiff
- updated to 18.12.1; ninja auto/th/ka5-kaccounts-providers-18.12.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 12 Jan 2019 17:48:49 +0000 (18:48 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 12 Jan 2019 17:48:49 +0000 (18:48 +0100)
ka5-kaccounts-providers.spec

index f533da8a560d51988036c684bde6cac190a0bc5f..3cf1ba84e48421d6d3bf8c750ffb272dc66c734d 100644 (file)
@@ -1,18 +1,19 @@
-%define                kdeappsver      18.12.0
+%define                kdeappsver      18.12.1
 %define                qtver           5.9.0
 %define                kaname          kaccounts-providers
 Summary:       KAccounts Providers
 Name:          ka5-%{kaname}
-Version:       18.12.0
+Version:       18.12.1
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a7f64015c25b0219883014be6bc1af36
+# Source0-md5: d795d19a23a410b2147d199e40306c4f
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: kf5-extra-cmake-modules >= 5.53.0
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -30,14 +31,14 @@ KDE Accounts Providers.
 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.241272 seconds and 4 git commands to generate.