[packages/kf5-kwayland] - updated to 5.109.0; cmake -B build
witekfl
witekfl at pld-linux.org
Fri Aug 18 12:10:02 CEST 2023
commit 2e07a6e4ba3525d1468482560b0c2e711d6d42f0
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Fri Aug 18 11:06:46 2023 +0200
- updated to 5.109.0; cmake -B build
kf5-kwayland.spec | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec
index 4122ecd..14aaf10 100644
--- a/kf5-kwayland.spec
+++ b/kf5-kwayland.spec
@@ -1,19 +1,19 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeframever 5.108
+%define kdeframever 5.109
%define qtver 5.15.2
%define kfname kwayland
Summary: Qt-style API to interact with the wayland-client and wayland-server API
Summary(pl.UTF-8): API w stylu Qt do interakcji z API wayland-client i wayland-server
Name: kf5-%{kfname}
-Version: 5.108.0
-Release: 2
+Version: 5.109.0
+Release: 1
License: LGPL v2.1 or KDE-accepted LGPL v3+
Group: X11/Libraries
Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 1a6252c1579e4fdf4e5c8cc5115c1cf8
+# Source0-md5: b9ce7efb96ee1f88f3d8c505a3c8e8b1
URL: http://www.kde.org/
BuildRequires: EGL-devel
BuildRequires: Qt5Concurrent-devel >= %{qtver}
@@ -64,17 +64,15 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
%setup -q -n %{kfname}-%{version}
%build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+ -G Ninja \
%{!?with_tests:-DBUILD_TESTING=OFF} \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- ../
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-%ninja_build
+%ninja_build -C build
%if %{with tests}
-ctest
+%ninja_build -C build test
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwayland.git/commitdiff/2e07a6e4ba3525d1468482560b0c2e711d6d42f0
More information about the pld-cvs-commit
mailing list