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

index 5372315c396a7ee1d2dc968eff4988921a415df4..f6d97c06046965170e6399c49d8da82c9f5352b3 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeplasmaver    5.27.6
+%define                kdeplasmaver    5.27.7
 %define                qtver           5.15.2
 %define                kpname          plasma-nm
 %define                kf5ver          5.39.0
 
 Summary:       plasma-nm
 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: 78e4ceffb884c2d36654aee0bd233064
+# Source0-md5: 1640a01420f5885d87e55a3fc3ca8410
 URL:           http://www.kde.org/
 BuildRequires: ModemManager-devel
 BuildRequires: NetworkManager-devel
@@ -26,7 +26,7 @@ BuildRequires:        Qt5Quick-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
 BuildRequires: Qt5Widgets-devel >= %{qtver}
 BuildRequires: Qt5Xml-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: gettext-devel
 BuildRequires: kf5-kcompletion-devel
 BuildRequires: kf5-kconfigwidgets-devel
@@ -66,14 +66,12 @@ Plasma applet written in QML for managing network connections.
 %setup -q -n %{kpname}-%{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 \
-       -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       ../
-%ninja_build
+       -DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
 
 %if %{with tests}
 ctest
This page took 0.3457 seconds and 4 git commands to generate.