27 lines
974 B
XML
27 lines
974 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
|
|
<!--
|
|
EmailAddress: kitware@kitware.com
|
|
SentUpstream: 2014-09-17
|
|
-->
|
|
<application>
|
|
<id type="desktop">cmake-gui.desktop</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<name>CMake GUI</name>
|
|
<summary>Create new CMake projects</summary>
|
|
<description>
|
|
<p>
|
|
CMake is an open source, cross platform build system that can build, test,
|
|
and package software. CMake GUI is a graphical user interface that can
|
|
create and edit CMake projects.
|
|
</p>
|
|
</description>
|
|
<url type="homepage">http://www.cmake.org</url>
|
|
<screenshots>
|
|
<screenshot type="default">https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/CMake/a.png</screenshot>
|
|
</screenshots>
|
|
<!-- FIXME: change this to an upstream email address for spec updates
|
|
<updatecontact>someone_who_cares@upstream_project.org</updatecontact>
|
|
-->
|
|
</application>
|