diff options
author | George Lebl <jirka@5z.com> | 1998-03-18 09:10:38 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1998-03-18 09:10:38 +0000 |
commit | 08f1f4b7a3e241b47755a6987d4161ddef32b638 (patch) | |
tree | 503a56ec76fe65974913b37f4b0b5a4737770dff /clock | |
parent | 8c9ec8957fba2d882774d04695c88601263abf29 (diff) |
added directory entries for categories of applets for teh Add to panel
Wed Mar 18 01:05:24 1998 George Lebl <jirka@5z.com>
* applets-dir: added directory entries for categories of applets for
teh Add to panel menu
Diffstat (limited to 'clock')
-rw-r--r-- | clock/Makefile.am | 5 | ||||
-rw-r--r-- | clock/clock_applet.desktop | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/clock/Makefile.am b/clock/Makefile.am index c25b05934..6793941dd 100644 --- a/clock/Makefile.am +++ b/clock/Makefile.am @@ -14,3 +14,8 @@ clock_applet_LDADD = ../../panel/libpanel_applet.la \ $(GNOME_LIBDIR) $(MICO_LIBS) -lXt \ $(GNOMEUI_LIBS) $(INTLLIBS) -lstdc++ +EXTRA_DIST = clock_applet.desktop + +sysdir = $(datadir)/applets/Utility +sys_DATA = clock_applet.desktop + diff --git a/clock/clock_applet.desktop b/clock/clock_applet.desktop new file mode 100644 index 000000000..184f852b7 --- /dev/null +++ b/clock/clock_applet.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Clock +Name[cs]=Hodiny +Comment=Clock +Comment[cs]=Hodiny +Exec=clock_applet +Icon= +Terminal=0 +Type=Application |