Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
19bafa61
Commit
19bafa61
authored
Apr 06, 2016
by
eric pellegrini
Browse files
Added debian desktop file to the debian build server directory
Updated the build_deb.sh file
parent
099fdf42
Changes
2
Show whitespace changes
Inline
Side-by-side
BuildServer/Debian/MDANSE.desktop
0 → 100644
View file @
19bafa61
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=true
Exec=/usr/local/bin/mdanse_gui
Name=MDANSE (ILL)
Comment=MDANSE 4 (Molecular Dynamics Analysis for Neutron Scattering Experiments)
Icon=mdanse
Categories=Education;Applications;Science;
BuildServer/Debian/build_deb.sh
View file @
19bafa61
...
...
@@ -55,12 +55,12 @@ chmod -R 755 ${DEBIAN_ROOT_DIR}/DEBIAN
# Build the /usr/share/applications directory inside the debian root directory and copy the mdanse desktop file inside
DEBIAN_APP_DIR
=
${
DEBIAN_ROOT_DIR
}
/usr/share/applications
mkdir
-p
${
DEBIAN_APP_DIR
}
cp
MDANSE.desktop
${
DEBIAN_APP_DIR
}
/
cp
BuildServer/Debian/
MDANSE.desktop
${
DEBIAN_APP_DIR
}
/
# Build the /usr/share/pixmaps directory inside the debian root directory and copy the mdanse icon file inside
DEBIAN_PIXMAPS_DIR
=
${
DEBIAN_ROOT_DIR
}
/usr/share/pixmaps
mkdir
-p
${
DEBIAN_PIXMAPS_DIR
}
cp
mdanse.png
${
DEBIAN_PIXMAPS_DIR
}
/
cp
MDANSE/GUI/Icons/
mdanse.png
${
DEBIAN_PIXMAPS_DIR
}
/
# Build the /usr/local/bin directory inside the debian root directory and copy the mdanse scripts inside
DEBIAN_BIN_DIR
=
${
DEBIAN_ROOT_DIR
}
/usr/local/bin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment