]> git.pld-linux.org Git - packages/kp5-ksshaskpass.git/commitdiff
- updated to 5.15.3 auto/th/kp5-ksshaskpass-5.15.3-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 25 Mar 2019 07:59:01 +0000 (08:59 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 25 Mar 2019 07:59:01 +0000 (08:59 +0100)
kp5-ksshaskpass.spec

index e80dc24d048b3fb5cabc82e36952b424b49dbf00..143b1fbde1e6bda0977d06229fef0d347bf9227c 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeplasmaver    5.14.5
+%define                kdeplasmaver    5.15.3
 %define                qtver           5.9.0
 %define                kpname          ksshaskpass
 Summary:       ssh-add helper that uses kwallet and kpassworddialog
 Name:          kp5-%{kpname}
-Version:       5.14.5
+Version:       5.15.3
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 0abb60f6d9ad4d90dc9805f7c006b90a
+# Source0-md5: 86f4c45eac9db936b22b84cb75c35598
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
@@ -17,6 +17,7 @@ BuildRequires:        kf5-kcoreaddons-devel
 BuildRequires: kf5-ki18n-devel
 BuildRequires: kf5-kwallet-devel
 BuildRequires: kf5-kwidgetsaddons-devel
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
@@ -32,15 +33,14 @@ Ssh-add helper that uses kwallet and kpassworddialog.
 %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 %{kpname} --all-name --with-kde
 
This page took 0.386607 seconds and 4 git commands to generate.