commit fd78d7b66bd0ff4fb99408551a40d2a03ba90b2f
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:20:40 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kwin.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kwin.spec b/kp5-kwin.spec
index ab51b87..656cd27 100644
--- a/kp5-kwin.spec
+++ b/kp5-kwin.spec
@@ -4,7 +4,7 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeplasmaver    5.27.6
+%define                kdeplasmaver    5.27.7
 %define                kf_ver  5.102.0
 %define                qt_ver          5.15.0
 %define                kpname          kwin
@@ -12,12 +12,12 @@
 Summary:       KDE Window manager
 Summary(pl.UTF-8):     Zarządca okien KDE
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 1f443301fdf0ee8f45a1fd93de08a792
+# Source0-md5: f992f11ed7704e94809f4a609b444074
 Patch0:                kp5-kwin-absolute-path.patch
 URL:           http://www.kde.org/
 BuildRequires: EGL-devel
@@ -40,7 +40,7 @@ BuildRequires:        Qt5ThemeSupport-devel >= %{qt_ver}
 BuildRequires: Qt5UiTools-devel >= %{qt_ver}
 BuildRequires: Qt5Widgets-devel >= %{qt_ver}
 BuildRequires: Qt5X11Extras-devel >= %{qt_ver}
-BuildRequires: cmake >= 3.1
+BuildRequires: cmake >= 3.16.0
 BuildRequires: docbook-style-xsl
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 2
@@ -189,16 +189,14 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 #%%patch0 -p1
 
 %build
-install -d build
 rm -rf po/id
 
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       ../
-%ninja_build
+       -DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
 
 %if %{with tests}
 ctest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kwin.git/commitdiff/fd78d7b66bd0ff4fb99408551a40d2a03ba90b2f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to