forked from AuroraMiddleware/gtk
demo: Add desktop file
This commit is contained in:
parent
28f49f3a7e
commit
fc71414ada
@ -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 += \
|
||||
|
10
demos/gtk-demo/gtk3-demo.desktop
Normal file
10
demos/gtk-demo/gtk3-demo.desktop
Normal 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
|
Loading…
Reference in New Issue
Block a user