demo: Add desktop file

This commit is contained in:
William Jon McCann 2013-11-05 10:20:49 -05:00
parent 28f49f3a7e
commit fc71414ada
2 changed files with 13 additions and 0 deletions

View File

@ -73,6 +73,9 @@ LDADDS = \
bin_PROGRAMS = gtk3-demo gtk3-demo-application
desktopdir = $(datadir)/applications
desktop_DATA = gtk3-demo.desktop
BUILT_SOURCES = demos.h demo_resources.c
EXTRA_DIST += \

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=GTK+ Demo
Comment=GTK+ code examples and demonstrations
Exec=gtk3-demo
Icon=gtk3-demo
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;
NoDisplay=true