]> git.pld-linux.org Git - packages/ka5-ktp-desktop-applets.git/commitdiff
- updated to 18.12.1; ninja auto/th/ka5-ktp-desktop-applets-18.12.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 13 Jan 2019 12:55:34 +0000 (13:55 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 13 Jan 2019 12:55:34 +0000 (13:55 +0100)
ka5-ktp-desktop-applets.spec

index 34f7ee5645fcb9fa8dfb487848b57545adace666..704faba96cb9a980ad4d69fd087622460ae314fe 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeappsver      18.12.0
+%define                kdeappsver      18.12.1
 %define                qtver           5.9.0
 %define                kaname          ktp-desktop-applets
 Summary:       ktp destop applets
 Name:          ka5-%{kaname}
-Version:       18.12.0
+Version:       18.12.1
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Applications
 Source0:       http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 39e8dac135ab2d6952830819326bd0a8
+# Source0-md5: 86acf147dac4b9eed943db1d2647bcef
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
@@ -18,6 +18,7 @@ BuildRequires:        kf5-extra-cmake-modules >= 1.7.0
 BuildRequires: kf5-ki18n-devel
 BuildRequires: kf5-kwindowsystem-devel
 BuildRequires: kf5-plasma-framework-devel
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -36,14 +37,14 @@ Telepathy Desktop applets.
 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.316135 seconds and 4 git commands to generate.