]> git.pld-linux.org Git - packages/kp5-plasma-workspace.git/commitdiff
- updated to 5.27.7; cmake -B build auto/th/kp5-plasma-workspace-5.27.7-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 2 Aug 2023 09:20:51 +0000 (11:20 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 2 Aug 2023 09:20:51 +0000 (11:20 +0200)
kp5-plasma-workspace.spec

index a1472beea9447fa78a6f1fa995e721d016a1242d..9f33eed94894633ee14c6e18d677c7a8c41e66d2 100644 (file)
@@ -4,19 +4,19 @@
 # TODO:
 #  * dbusmenu-qt5 , Support for notification area menus via the DBusMenu protocol , <https://launchpad.net/libdbusmenu-qt>
 #
-%define                kdeplasmaver    5.27.6
+%define                kdeplasmaver    5.27.7
 %define                qtver           5.15.2
 %define                kf5ver          5.102.0
 %define                kpname          plasma-workspace
 
 Summary:       KDE Plasma Workspace
 Name:          kp5-%{kpname}
-Version:       5.27.6
-Release:       2
+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: 22cf771b1c730e0b29bc5b79f9f8691d
+# Source0-md5: 5aa3a8e2e8c97b182cb15090f9149831
 Source1:       kde.pam
 Patch0:                kp5-plasma-workspace-absolute-path.patch
 Patch1:                kp5-plasma-workspace-scripts.patch
@@ -151,14 +151,12 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 #%%patch1 -p1
 
 %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 \
-       -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       ../
-%ninja_build
+       -DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
 
 %if %{with tests}
 ctest
This page took 0.382166 seconds and 4 git commands to generate.