* add icon, desktop file for mug
This commit is contained in:
@ -150,6 +150,7 @@ Makefile
|
||||
src/Makefile
|
||||
src/tests/Makefile
|
||||
mug/Makefile
|
||||
mug/mug.desktop
|
||||
man/Makefile
|
||||
contrib/Makefile
|
||||
])
|
||||
|
||||
@ -49,3 +49,18 @@ mug_LDADD= \
|
||||
${top_srcdir}/src/libmu.la \
|
||||
${GTK_LIBS}
|
||||
|
||||
icondir= \
|
||||
$(datarootdir)/icons
|
||||
|
||||
icon_DATA= \
|
||||
mug.png
|
||||
|
||||
desktopdir= \
|
||||
$(datarootdir)/applications
|
||||
|
||||
desktop_DATA= \
|
||||
mug.desktop
|
||||
|
||||
EXTRA_DIST= \
|
||||
$(desktopentry_DATA)
|
||||
|
||||
|
||||
12
mug/mug.desktop.in
Normal file
12
mug/mug.desktop.in
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Version=@PACKAGE_VERSION@
|
||||
Type=Application
|
||||
Name=Mug
|
||||
GenericName=Mail Searcher
|
||||
Comment=A UI for the mu mail searcher
|
||||
Exec=@prefix@/bin/mug
|
||||
X-Text-Domain=mu
|
||||
Terminal=false
|
||||
Icon=mug
|
||||
StartupWMClass=mug
|
||||
MimeType=application/x-executable;
|
||||
BIN
mug/mug.png
Normal file
BIN
mug/mug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user