#1 Add KDevelop and LLVM/Clang support
Merged 3 years ago by rdieter. Opened 3 years ago by loise.
Unknown source master  into  master

file modified
+16 -1
@@ -1,7 +1,7 @@

  Name:    umbrello

  Summary: UML modeler and UML diagram tool

  Version: 20.04.2

- Release: 1%{?dist}

+ Release: 2%{?dist}

  

  License: GPLv2+ and LGPLv2+

  URL:     https://www.kde.org/applications/development/umbrello/
@@ -47,6 +47,18 @@

  BuildRequires: cmake(Qt5Xml)

  BuildRequires: cmake(Qt5WebKitWidgets)

  

+ BuildRequires: cmake(KDevelop-PG-Qt)

+ BuildRequires: cmake(KDevPlatform)

+ BuildRequires: cmake(KF5ThreadWeaver)

+ BuildRequires: cmake(KF5KCMUtils)

+ 

+ BuildRequires: cmake(LLVM)

+ BuildRequires: cmake(Clang)

+ 

+ # API doc generation - for later use

+ #BuildRequires: doxygen

+ #BuildRequires: cmake(Qt5Help)

+ 

  Conflicts:      kdesdk-common < 4.10.80

  Provides:       kdesdk-umbrello = %{version}-%{release}

  Obsoletes:      kdesdk-umbrello < 4.10.80
@@ -94,6 +106,9 @@

  

  

  %changelog

+ * Sat Jun 27 2020 Marie Loise Nolden <loise@kde.org> - 20.04.2-2

+ - add KDevelop PHP and LLVM/Clang Support

+  

  * Fri Jun 12 2020 Rex Dieter <rdieter@fedoraproject.org> - 20.04.2-1

  - 20.04.2

  

The optional support did not get built until now as the necessary dependencies were missing. The support is compiled into the binary, no libraries or plugins are generated.

The API doc generation is generic and works but does not get used at the moment.

Pull-Request has been merged by rdieter

3 years ago
Metadata