Skip to content

Commit

Permalink
Merge pull request #244 from mariux64/add-atom-pkg
Browse files Browse the repository at this point in the history
Add atom pkg
  • Loading branch information
david authored Apr 11, 2022
2 parents 85c0bd7 + da3c2df commit 2dbb93a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions desktop-files/atom.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Atom
Comment=A hackable text editor for the 21st Century.
GenericName=Text Editor
Exec=env ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false /usr/local/package/bin/atom %F
Icon=atom
Type=Application
StartupNotify=true
Categories=GTK;Utility;TextEditor;Development;
MimeType=application/javascript;application/json;application/x-httpd-eruby;application/x-httpd-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/x-ruby;application/x-bash;application/x-csh;application/x-sh;application/x-zsh;application/x-shellscript;application/x-sql;application/x-tcl;application/xhtml+xml;application/xml;application/xml-dtd;application/xslt+xml;text/coffeescript;text/css;text/html;text/plain;text/xml;text/xml-dtd;text/x-bash;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-c;text/x-chdr;text/x-csh;text/x-csrc;text/x-dsrc;text/x-diff;text/x-go;text/x-java;text/x-java-source;text/x-makefile;text/x-markdown;text/x-objc;text/x-perl;text/x-php;text/x-python;text/x-ruby;text/x-sh;text/x-zsh;text/yaml;inode/directory
StartupWMClass=atom
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ install_data desktop-files/ugene.desktop "$DESTDIR$desktopdir/u
install_data desktop-files/org.octave.Octave.desktop "$DESTDIR$desktopdir/org.octave.Octave.desktop"
install_data desktop-files/igv.desktop "$DESTDIR$desktopdir/igv.desktop"
install_data desktop-files/brave-browser.desktop "$DESTDIR$desktopdir/brave-browser.desktop"
install_data desktop-files/atom.desktop "$DESTDIR$desktopdir/atom.desktop"
install_exec usrlocalpkg/admin/makebin "$DESTDIR$usrlocal_prefix/package/admin/makebin"
install_data usrlocalpkg/admin/config "$DESTDIR$usrlocal_prefix/package/admin/config"
for f in usrlocalpkg/admin/lib/*; do
Expand Down
3 changes: 3 additions & 0 deletions usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,9 @@ pdftk=pdftk-3.3.2-0
ant=apache-ant-1.10.12-0
ant

atom=atom-1.60.0-0
atom

#####################################################
## ##
## DO NOT EDIT outside of the mxtools repository ! ##
Expand Down

0 comments on commit 2dbb93a

Please sign in to comment.