2003-01-29 02:05:44 +00:00
|
|
|
clothesdir = $(datadir)/zenity/clothes
|
|
|
|
clothes_DATA = \
|
|
|
|
monk.png \
|
2003-02-01 12:13:25 +00:00
|
|
|
gnome-tshirt.png \
|
2003-02-03 03:16:32 +00:00
|
|
|
sunglasses.png \
|
|
|
|
surfboard.png \
|
|
|
|
hawaii-shirt.png
|
2003-01-29 02:05:44 +00:00
|
|
|
|
2003-01-03 13:26:04 +00:00
|
|
|
imagesdir = $(datadir)/zenity/
|
|
|
|
images_DATA = \
|
2003-01-18 14:54:44 +00:00
|
|
|
zenity.png \
|
2003-01-03 13:26:04 +00:00
|
|
|
zenity-calendar.png \
|
|
|
|
zenity-list.png \
|
|
|
|
zenity-file.png \
|
2003-01-18 13:35:13 +00:00
|
|
|
zenity-progress.png \
|
|
|
|
zenity-text.png \
|
2005-12-13 04:18:58 +00:00
|
|
|
zenity-scale.png \
|
Add new notification icon. Update for new files. Restructure code a little
2004-09-13 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/zenity-notification.png: Add new
notification icon.
* src/Makefile.am: Update for new files.
* src/about.c, src/calendar.c, src/entry.c, src/fileselection.c,
src/progress.c, src/text.c, src/tree.c, src/msg.c: Restructure code a
little bit for new utility functions for setting window icons.
* src/eggtrayicon.c, src/eggtrayicon.h: New files for notification area
support.
* src/main.c, src/notification.c, src/util.c, src/util.h, src/zenity.h:
Add support for notification area.
* data/zenity.1, help/*: Update docs for notification and new file
selection changes.
2004-09-13 07:51:51 +00:00
|
|
|
zenity-entry.png \
|
|
|
|
zenity-notification.png
|
2003-01-03 13:26:04 +00:00
|
|
|
|
2003-02-05 10:31:02 +00:00
|
|
|
man_MANS = zenity.1
|
|
|
|
|
|
|
|
EXTRA_DIST = $(images_DATA) $(clothes_DATA) $(man_MANS)
|