diff options
author | Pedro Mendes <pedro@gepasi.org> | 2012-02-21 17:55:07 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:25 -0500 |
commit | 90f459f4e4382d8d3c34f33db0e325795530794f (patch) | |
tree | cede890e7f7218bee0aeaf03b769aeb9ba6c47a6 /academic | |
parent | 588a7e1dc021b6c974047fed0b46d951f85d4ab1 (diff) | |
download | slackbuilds-90f459f4e4382d8d3c34f33db0e325795530794f.tar.gz |
academic/copasi: Fix desktop file (BUILD bump)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/copasi/copasi.SlackBuild | 2 | ||||
-rw-r--r-- | academic/copasi/copasi.desktop | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/academic/copasi/copasi.SlackBuild b/academic/copasi/copasi.SlackBuild index 3bd13424e4..8f4cbd1ba3 100644 --- a/academic/copasi/copasi.SlackBuild +++ b/academic/copasi/copasi.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=copasi VERSION=35 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} case "$(uname -m)" in diff --git a/academic/copasi/copasi.desktop b/academic/copasi/copasi.desktop index f584994221..a0b9234647 100644 --- a/academic/copasi/copasi.desktop +++ b/academic/copasi/copasi.desktop @@ -1,8 +1,10 @@ [Desktop Entry] -Exec=COPASIDIR=/usr CopasiUI +Exec=sh -c "COPASIDIR=/usr /usr/bin/CopasiUI" Icon=/usr/share/pixmaps/copasi.xpm Type=Application -Categories=Education;Science; Name=COPASI GenericName=Biochemical simulation StartupNotify=true +Categories=Science; +MimeType=applications/x-copasi; + |