Register flashlight(1) as a desktop application

This commit is contained in:
Pierre Pronchery 2016-01-25 02:45:55 +01:00
parent 22b68dc79c
commit 4cdf538a6c
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Name=Flashlight
TryExec=flashlight
Exec=flashlight
Icon=gtk-dialog-info
Type=Application
Categories=Utility;GTK;
StartupNotify=true

4
data/project.conf Normal file
View File

@ -0,0 +1,4 @@
dist=Makefile,deforaos-flashlight.desktop
[deforaos-flashlight.desktop]
install=$(PREFIX)/share/applications

View File

@ -3,4 +3,4 @@ version=0.0.0
config=h
dist=Makefile,config.h
subdirs=src
subdirs=data,src