~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: 2007-11-01 18:36:04 UTC
  • Revision ID: james.westby@ubuntu.com-20071101183604-7ttp7wjkgptexbx9
Tags: 2.7.3.1-3
* Remove explicit strip command from debian/rules in favor of dh_strip
  (closes: #437884)
* "Upstream" improvents from the GTK branch
  - Load help file from Help->User Manual
  - Abbreviate long filenames in the File menu list
  - Remove radio buttons from Display and Colours menus
  - Add File->Export in GTK GUI
  - Printing support using gtk_print
  - GTK recent files support, File->Open Recent
* Build-depend on libgtk2.0-dev (>= 2.12.0-1)
* Change build depend from x-dev to x11proto-core-dev
* Scale down the menu icon to 32x32 pixels
* Add information on the GTK version to debian/copyright
* Add README.Debian with info on the bazaar branches

Show diffs side-by-side

added added

removed removed

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