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

index b4916072173dde41294e9ccfddeab02b528f8201..cba79d773c123efeb0fea0d7482fbbaaa71d3917 100644 (file)
@@ -1,20 +1,20 @@
 #
 # 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          systemsettings
 Summary:       KDE system settings
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 78c0e4c9b3d26484113c1ef6c8b5daf6
+# Source0-md5: 799ec2ab0012e47d2b1660affe5f333e
 URL:           https://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: kf5-kactivities-devel
 BuildRequires: kf5-kactivities-stats-devel
@@ -60,15 +60,13 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 %setup -q -n %{kpname}-%{version}
 
 %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
This page took 0.449082 seconds and 4 git commands to generate.