]> git.pld-linux.org Git - packages/kf5-kcompletion.git/commitdiff
-updated to 5.56 auto/th/kf5-kcompletion-5.56.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 25 Mar 2019 07:46:21 +0000 (08:46 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 25 Mar 2019 07:46:21 +0000 (08:46 +0100)
kf5-kcompletion.spec

index e80efd2c8afb1b5e3e95f0e8e1d647fc68b3f75a..26567c35a502c046365707e23e12889de9a3472f 100644 (file)
@@ -1,17 +1,17 @@
 # TODO:
 # - runtime Requires if any
-%define                kdeframever     5.53
+%define                kdeframever     5.56
 %define                qtver           5.9.0
 %define                kfname          kcompletion
 
 Summary:       String completion framework
 Name:          kf5-%{kfname}
-Version:       5.53.0
+Version:       5.56.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 113a86c053589b02024fe2e2052968b1
+# Source0-md5: 8f5717c167558618c0fa62504f4204af
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -23,6 +23,7 @@ BuildRequires:        cmake >= 2.8.12
 BuildRequires: kf5-kconfig-devel >= %{version}
 BuildRequires: kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
+BuildRequires: ninja
 BuildRequires: polkit-qt-1-devel
 BuildRequires: qt5-linguist >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -59,16 +60,14 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %build
 install -d build
 cd build
-%cmake \
+%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 %{kfname}5_qt --with-qm --all-name --with-kde
 
This page took 0.312926 seconds and 4 git commands to generate.