~ubuntu-branches/ubuntu/trusty/rasmol/trusty

« back to all changes in this revision

Viewing changes to debian/rasmol.menu

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-06-03 20:06:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090603200655-e0hx71pp0urhb3k1
Tags: 2.7.4.2-4
* Increase debhelper compat to 7, build-dep on the same
* rules: Rewrite and simplify using dh. Allow building GTK and
  X11 versions separately for testing
* Add a bash_completion file
* Merge patch insvn/gtk-shortcuts: Add various keyboard shortcuts
  to the GTK interface
* Merge insvn/fileopen:
  - Add support for opening more than one file from the command
    line. (closes: #498261)
  - Fix reading files from stdin with '-' arg.
* Merge insvn/switches:
  - Fix crashing of the GTK version when trying to output errors
    before initialising GUI (closes: #498261)
  - Accept options prefixed either with a single or double dash.
  - New command line options:
      -colour / color: Set default colour of a new molecule.
      -wireframe, -backbone, -sticks, -spacefill, -spheres, -ballstick,
          -ribbons, -strands, -cartoons: Set default representation
          of a new molecule.
  - New command line options in GTK version:
      -prompt, -noprompt, -scrolls, -noscrolls, -menus, -nomenus,
      -fullscreen: Set ui elements present after startup.
* Merge insvn/vte-text-output: Write all text output through
  WriteChar() and WriteString().
* Use direct VTE feeding with text output in GTK version,
  instead of PTYs
* Make Delete key work and ignore unhandled terminal escape sequences.
* Fixed debian/watch file, thanks to Daniel Leidert (closes: #520524)
* Add an application icon to the GTK version
* Fix recent files support in GTK version
* Show file name in title, if the file does not have a PDB code
* rasmol.h: Use C99 exact-width ints in some typedefs. Closes LP: #349585
* Imakefile: Build with -Wall
* Fix the Exec field in .desktop files to correctly handle multi-argument
  binaries, also add chemical/x-xyz mime-type

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
?package(rasmol):needs="x11" \
2
2
  section="Applications/Science/Biology" \
3
3
  title="Rasmol (GTK version)" \
4
 
  icon="/usr/share/pixmaps/rasmol_32x32.xpm" \
 
4
  icon="/usr/share/pixmaps/rasmol.xpm" \
5
5
  command="/usr/bin/rasmol-gtk"
6
6
?package(rasmol):needs="text" \
7
7
  section="Applications/Science/Biology" \
8
8
  title="Rasmol (classic version)" \
9
 
  icon="/usr/share/pixmaps/rasmol_32x32.xpm" \
 
9
  icon="/usr/share/pixmaps/rasmol.xpm" \
10
10
  command="/usr/bin/rasmol-classic"