widget-factory: add desktop file for widget factory

This commit is contained in:
William Jon McCann 2013-11-05 08:56:30 -05:00
parent 0a40951f40
commit 721cdfd966
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,9 @@ include $(top_srcdir)/Makefile.decl
bin_PROGRAMS = gtk3-widget-factory
desktopdir = $(datadir)/applications
desktop_DATA = gtk3-widget-factory.desktop
gtk3_widget_factory_SOURCES = \
widget-factory.c \
widget_factory_resources.c

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=Widget Factory
Comment=A showcase for GTK+ widgets, designed for testing themes.
Exec=gtk3-widget-factory
Icon=
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;
NoDisplay=true