diff --git a/kde.yaml b/kde.yaml new file mode 100644 index 0000000..84ff9b7 --- /dev/null +++ b/kde.yaml @@ -0,0 +1,63 @@ +document: modulemd +version: 2 +data: + summary: KDE Plasma Desktop + description: >- + KDE Plasma Desktop comes with many top quality applications that suit + all modern desktop use cases - from online communication like web browsing + and instant messaging, through multimedia and entertainment. All KDE + applications are well integrated, with a similar look and feel and an + easy to use interface, accompanied by an outstanding graphical appearance. + license: + module: [ LGPLv2 ] + dependencies: + - buildrequires: + platform: [el8_playground] + requires: + platform: [el8_playground] + references: + community: https://kde.org/ + documentation: https://userbase.kde.org/Welcome_to_KDE_UserBase + components: + rpms: + qt5: + rationale: Qt5 meta package + ref: master + buildorder: 1 + kde-filesystem: + rationale: KDE filesystem layout + ref: master + buildorder: 1 + qt5-qtbase: + rationale: Qt5 - QtBase components + ref: master + buildorder: 2 + kde-settings: + rationale: Config files for kde + ref: master + buildorder: 2 + qt5-qtimageformats: + rationale: Qt5 - QtImageFormats component + ref: master + buildorder: 3 + qt5-qtserialport: + rationale: Qt5 - SerialPort component + ref: master + buildorder: 3 + qt5-qtsvg: + rationale: Qt5 - Support for rendering and displaying SVG + ref: master + buildorder: 3 + qt5-qtx11extras: + rationale: Qt5 - X11 support library + ref: master + buildorder: 3 + qt5-qtdeclarative: + rationale: Qt5 - QtDeclarative component + ref: master + buildorder: 3 + qt5-qtxmlpatterns: + rationale: Qt5 - QtXmlPatterns component + ref: master + buildorder: 4 +...