projects
/
packages
/
ka5-parley.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- updated to 18.12.1; ninja
[packages/ka5-parley.git]
/
ka5-parley.spec
diff --git
a/ka5-parley.spec
b/ka5-parley.spec
index 4ef1dee8210d2a443c06d021194b93b3cc92f3d8..0ba525703e0188ed7d2ceb61470ec68503f03026 100644
(file)
--- a/
ka5-parley.spec
+++ b/
ka5-parley.spec
@@
-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}
%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
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}
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: 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
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 \
install -d build
cd build
%cmake \
+ -G Ninja \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%
{__make}
+%
ninja_build
%install
rm -rf $RPM_BUILD_ROOT
%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
%find_lang %{kaname} --all-name --with-kde
This page took
0.079361 seconds
and
4
git commands to generate.