From 4cdf538a6c69f96ca5ab96dc31c970a76aee2acc Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 25 Jan 2016 02:45:55 +0100 Subject: [PATCH] Register flashlight(1) as a desktop application --- data/deforaos-flashlight.desktop | 8 ++++++++ data/project.conf | 4 ++++ project.conf | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 data/deforaos-flashlight.desktop create mode 100644 data/project.conf diff --git a/data/deforaos-flashlight.desktop b/data/deforaos-flashlight.desktop new file mode 100644 index 0000000..ed38076 --- /dev/null +++ b/data/deforaos-flashlight.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Flashlight +TryExec=flashlight +Exec=flashlight +Icon=gtk-dialog-info +Type=Application +Categories=Utility;GTK; +StartupNotify=true diff --git a/data/project.conf b/data/project.conf new file mode 100644 index 0000000..f86ef75 --- /dev/null +++ b/data/project.conf @@ -0,0 +1,4 @@ +dist=Makefile,deforaos-flashlight.desktop + +[deforaos-flashlight.desktop] +install=$(PREFIX)/share/applications diff --git a/project.conf b/project.conf index 069d149..c80db0d 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.0 config=h dist=Makefile,config.h -subdirs=src +subdirs=data,src