commit b88539f41c2e1eecc3afc3973640458ec7673df5
Author: Witold Filipczyk <[email protected]>
Date:   Sun Sep 10 14:09:12 2023 +0200

    - updated to 5.110.0

 kf5-qqc2-desktop-style.spec | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/kf5-qqc2-desktop-style.spec b/kf5-qqc2-desktop-style.spec
index 99f2cab..9ef5d21 100644
--- a/kf5-qqc2-desktop-style.spec
+++ b/kf5-qqc2-desktop-style.spec
@@ -1,24 +1,24 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.108
+%define                kdeframever     5.110
 %define                qtver           5.15.2
 %define                kfname          qqc2-desktop-style
 
 Summary:       QQC2StyleBridge
 Name:          kf5-%{kfname}
-Version:       5.108.0
+Version:       5.110.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: ee0aab7fb37bb08a46ceedbcd762a808
+# Source0-md5: e09a44d46d88cf227505d329bcb2d1f5
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Quick-controls2-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
 BuildRequires: Qt5Widgets-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16
 BuildRequires: kf5-extra-cmake-modules >= %{version}
 BuildRequires: kf5-kconfig-devel >= %{version}
 BuildRequires: kf5-kirigami2-devel >= %{version}
@@ -55,16 +55,15 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %setup -q -n %{kfname}-%{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
+%ninja_build -C build test
 %endif
 
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-qqc2-desktop-style.git/commitdiff/b88539f41c2e1eecc3afc3973640458ec7673df5

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

Reply via email to