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

index c5c0ac766e84d3e9fdf2666b659a2d94059db7a9..cc0c6bdd858e5cd25a8311d95fe65f59e425b11b 100644 (file)
@@ -1,17 +1,17 @@
 #
 # 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          breeze-gtk
 Summary:       Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
 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: f18fc7f187b20263609fee1327079bc2
+# Source0-md5: 7dac534103b595e861fb923e0a46af8a
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
@@ -19,7 +19,7 @@ BuildRequires:        Qt5Gui-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: Qt5X11Extras-devel
 BuildRequires: Qt5Xml-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: gettext-devel
 BuildRequires: hardlink >= 1.0-3
 BuildRequires: kf5-attica-devel
@@ -88,13 +88,11 @@ Breeze cursor theme.
 %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 \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %if %{with tests}
 ctest
This page took 0.382984 seconds and 4 git commands to generate.