Register flashlight(1) as a desktop application
This commit is contained in:
parent
22b68dc79c
commit
4cdf538a6c
8
data/deforaos-flashlight.desktop
Normal file
8
data/deforaos-flashlight.desktop
Normal 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
4
data/project.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
dist=Makefile,deforaos-flashlight.desktop
|
||||||
|
|
||||||
|
[deforaos-flashlight.desktop]
|
||||||
|
install=$(PREFIX)/share/applications
|
|
@ -3,4 +3,4 @@ version=0.0.0
|
||||||
config=h
|
config=h
|
||||||
dist=Makefile,config.h
|
dist=Makefile,config.h
|
||||||
|
|
||||||
subdirs=src
|
subdirs=data,src
|
||||||
|
|
Loading…
Reference in New Issue
Block a user