mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
build system now installs the .desktop file
This commit is contained in:
parent
542bcb1577
commit
dd71ddc57a
@ -94,6 +94,7 @@ dnl alphabetic order on dir/subdir, but Makefile sorts before everything
|
|||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
share/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
2
share/Makefile.am
Normal file
2
share/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Applicationsdir = $(datadir)/applications
|
||||||
|
Applications_DATA = tomb.desktop
|
13
share/tomb.desktop
Normal file
13
share/tomb.desktop
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Name=Tomb crypto undertaker
|
||||||
|
GenericName=Crypto undertaker
|
||||||
|
Comment=Keep your bones safe
|
||||||
|
Exec=tomb-open %U
|
||||||
|
TryExec=tomb-open
|
||||||
|
Icon=monmort.xpm
|
||||||
|
Terminal=false
|
||||||
|
Categories=Utility;Security;Archiving;Filesystem;
|
||||||
|
MimeType=application/x-tomb-volume;
|
||||||
|
EOF
|
@ -1,6 +0,0 @@
|
|||||||
# actions for encrypted tomb storage
|
|
||||||
|
|
||||||
application/x-tomb:
|
|
||||||
open=tomb auto %f
|
|
||||||
view=tomb auto %f
|
|
||||||
icon-filename=${prefix}/share/icons/tomb.png
|
|
@ -1,4 +0,0 @@
|
|||||||
# mime type for encrypted tomb storage
|
|
||||||
|
|
||||||
application/x-tomb
|
|
||||||
ext: tomb
|
|
@ -10,3 +10,7 @@ tomb_status_CXXFLAGS = @GTK2_CFLAGS@ @NOTIFY_CFLAGS@
|
|||||||
tomb_notify_SOURCES = tomb-notify.cpp
|
tomb_notify_SOURCES = tomb-notify.cpp
|
||||||
tomb_notify_LDADD = @NOTIFY_LIBS@
|
tomb_notify_LDADD = @NOTIFY_LIBS@
|
||||||
tomb_notify_CXXFLAGS = @NOTIFY_CFLAGS@
|
tomb_notify_CXXFLAGS = @NOTIFY_CFLAGS@
|
||||||
|
|
||||||
|
EXTRA_DIST = monmort.xpm
|
||||||
|
pixmapdir = $(prefix)/share/pixmaps
|
||||||
|
pixmap_DATA = monmort.xpm
|
||||||
|
Loading…
Reference in New Issue
Block a user