]> git.pld-linux.org Git - packages/ka5-parley.git/commitdiff
- updated to 18.12.1; ninja auto/th/ka5-parley-18.12.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 13 Jan 2019 14:59:36 +0000 (15:59 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 13 Jan 2019 14:59:36 +0000 (15:59 +0100)
ka5-parley.spec

index 4ef1dee8210d2a443c06d021194b93b3cc92f3d8..0ba525703e0188ed7d2ceb61470ec68503f03026 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeappsver      18.12.0
+%define                kdeappsver      18.12.1
 %define                qtver           5.9.0
 %define                kaname          parley
 Summary:       parley
 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: 47f5de96b30eb2ecbcaeb40aeec74d24
+# Source0-md5: 0bcb774f1f8d37709842a87e15031c52
 URL:           http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel
 BuildRequires: Qt5Core-devel >= %{qtver}
@@ -40,6 +40,7 @@ BuildRequires:        kf5-knotifications-devel >= 5.22
 BuildRequires: kf5-kross-devel >= 5.22
 BuildRequires: kf5-kxmlgui-devel >= 5.22
 BuildRequires: kf5-sonnet-devel >= 5.22
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -82,14 +83,14 @@ hand and is easily usable with scripts
 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.216858 seconds and 4 git commands to generate.