[packages/ka5-kdevelop] - updated to 23.08.0; cmake -B build
witekfl
witekfl at pld-linux.org
Thu Aug 24 18:23:02 CEST 2023
commit 3a646f5cc39e0818ade0da49683405a1a8f7bd93
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Aug 24 17:53:43 2023 +0200
- updated to 23.08.0; cmake -B build
ka5-kdevelop.spec | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/ka5-kdevelop.spec b/ka5-kdevelop.spec
index ad48f1b..cbcc1c2 100644
--- a/ka5-kdevelop.spec
+++ b/ka5-kdevelop.spec
@@ -3,7 +3,7 @@
%bcond_with tests # build with tests
%bcond_without webengine # build without webengine
-%define kdeappsver 23.04.3
+%define kdeappsver 23.08.0
%define kframever 5.103.0
%define qtver 5.15.2
%define kaname kdevelop
@@ -18,19 +18,19 @@ Summary(pl.UTF-8): Zintegrowane środowisko programisty dla KDE
Summary(pt_BR.UTF-8): Ambiente Integrado de Desenvolvimento para o KDE
Summary(zh_CN.UTF-8): KDE C/C++集成开发环境
Name: ka5-kdevelop
-Version: 23.04.3
+Version: 23.08.0
Release: 1
License: GPL
Group: X11/Development/Tools
Source0: https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d526df0f4a2cda5a3fb84aeb8e620950
+# Source0-md5: 08b56a4e385c4640c7b234bb07af0317
URL: http://www.kdevelop.org/
BuildRequires: Qt5Help-devel >= %{qtver}
%{?with_webengine:BuildRequires: Qt5WebEngine-devel >= %{qtver}}
BuildRequires: astyle-devel >= 3.1
BuildRequires: clang-devel
BuildRequires: clang-tools-extra
-BuildRequires: cmake >= 2.8.9
+BuildRequires: cmake >= 3.20
BuildRequires: docbook-dtd45-xml
BuildRequires: docbook-style-xsl
BuildRequires: gettext-tools
@@ -148,19 +148,17 @@ Bashowe uzupełnianie parametrów dla poleceń KDevelop.
%setup -q -n %{kaname}-%{version}
%build
-install -d build
-cd build
%cmake \
+ -B build \
-G Ninja \
%{!?with_tests:-DBUILD_TESTING=OFF} \
-DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DFORCE_BASH_COMPLETION_INSTALLATION=ON \
- ..
-%ninja_build
+ -DFORCE_BASH_COMPLETION_INSTALLATION=ON
+%ninja_build -C build
%if %{with tests}
-ctest
+ctest --test-dir build
%endif
@@ -249,7 +247,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_libdir}/qt5/plugins/grantlee/5.3
%attr(755,root,root) %{_libdir}/qt5/plugins/grantlee/*/kdev_filters.so
%dir %{_libdir}/qt5/plugins/kdevplatform
-%dir %{_libdir}/qt5/plugins/kdevplatform/511
+%dir %{_libdir}/qt5/plugins/kdevplatform/51?
%attr(755,root,root) %{_libdir}/qt5/plugins/kdevplatform/*/kdev*.so
%{_libdir}/qt5/qml/org/kde/kdevplatform/qmldir
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka5-kdevelop.git/commitdiff/3a646f5cc39e0818ade0da49683405a1a8f7bd93
More information about the pld-cvs-commit
mailing list