view etc/icons/org.octave.Octave.appdata.xml @ 24890:d664734ce8eb stable

Use reverse DNS naming scheme for freedesktop application identifier * etc/icons/org.octave.Octave.appdata.xml: Rename from octave.appdata.xml.in. Hardcode the name of the corresponding desktop file. * etc/icons/org.octave.Octave.desktop.in: Rename from octave.desktop.in. * etc/module.mk (appdatadir, appdata_DATA, desktopdir, desktop_DATA): New variables. (VENDOR): Delete no longer needed variable. (%canon_reldir%_CLEANFILES): Adjust to renamed files. (%canon_reldir%_EXTRA_DIST): Likewise. (%reldir%/icons/octave.appdata.xml): Delete rule. (%reldir%/icons/org.octave.Octave.desktop): Rename rule target. (install-icons): Delete custom rules to install appdata and desktop files. (uninstall-icons): Likewise. * configure.ac: Remove call to OCTAVE_PROG_DESKTOP_FILE_INSTALL. * acinclude.m4 (OCTAVE_PROG_DESKTOP_FILE_INSTALL): Delete macro.
author Mike Miller <mtmiller@octave.org>
date Wed, 14 Mar 2018 18:12:18 -0700
parents etc/icons/octave.appdata.xml.in@194eb4bd202b
children 19cf547b1453
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (C) 2013-2017 Carnë Draug

  This file is part of Octave.

  Octave is free software: you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  Octave is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with Octave; see the file COPYING.  If not, see
  <https://www.gnu.org/licenses/>.
-->
<component type="desktop">
  <id>org.octave.Octave.desktop</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <name>GNU Octave</name>
  <summary>Interactive programming environment for numerical computations</summary>

  <description>
    <p>
      GNU Octave is a high-level interpreted language, primarily intended for
      numerical computations. It provides capabilities for the numerical
      solution of linear and nonlinear problems, and for performing other
      numerical experiments. It also provides extensive graphics capabilities
      for data visualization and manipulation. Octave is normally used through
      its interactive command line interface, but it can also be used to write
      non-interactive programs. The Octave language is quite similar to
      Matlab so that most programs are easily portable.
    </p>
    <p>
      Octave has extensive tools for solving common numerical linear algebra
      problems, finding the roots of nonlinear equations, integrating ordinary
      functions, manipulating polynomials, and integrating ordinary
      differential and differential-algebraic equations. It is easily
      extensible and customizable via user-defined functions written in
      Octave's own language, or using dynamically loaded modules written in
      C++, C, Fortran, or other languages.
    </p>
  </description>

  <screenshots>
    <!--
      From: https://www.freedesktop.org/software/appstream/docs/
      All screenshots should have a 16:9 aspect ratio, and should have
      a width that is no smaller than 620px. Screenshots should be in PNG
      or JPEG format. PNG is the preferred format.
    -->
    <screenshot type="default">
      <image>https://www.gnu.org/software/octave/img/screenshot.png</image>
    </screenshot>
  </screenshots>

  <url type="homepage">http://www.octave.org</url>
  <update_contact>maintainers@octave.org</update_contact>
  <project_group>GNU</project_group>
</component>