annotate etc/icons/octave.desktop.in @ 18913:ab7d81d5fbdf

build: Create octave.desktop even when --disable-docs configured (bug #42720). * etc/icons/Makefile.am, etc/icons/octave-logo.ico, etc/icons/octave-logo.png, etc/icons/octave-logo.svg, etc/icons/octave-sombrero.png, etc/icons/octave.desktop.in, etc/icons/octave_branding_samples.svg: Move doc/icons files to /etc/icons directory. * Makefile.am: Add etc/icons to list of SUBDIRS to build. * configure.ac: Change doc/icons to etc/icons. * doc/Makefile.am: Remove icons from list of SUBDIRS to build.
author Rik <rik@octave.org>
date Sun, 13 Jul 2014 19:46:57 -0700
parents doc/icons/octave.desktop.in@dd0e355221c6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5466
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
1 [Desktop Entry]
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
2 Name=GNU Octave
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
3 Comment=Scientific Computing using GNU Octave
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
4 TryExec=%OCTAVE_PREFIX%/bin/octave
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
5 Exec=%OCTAVE_PREFIX%/bin/octave
12336
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 7702
diff changeset
6 Icon=%OCTAVE_IMAGEDIR%/octave-logo.svg
5466
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
7 Terminal=true
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
8 Type=Application
15129
dd0e355221c6 octave.desktop.in: Change Octave's XDG top-level category to Education.
Rik <rik@octave.org>
parents: 12336
diff changeset
9 Categories=Education;Science;Math;
5466
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
10 StartupNotify=false