fixed typo.
2004-11-14 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/Makefile.am: fixed typo. * plug-ins/pagecurl/Makefile.am * plug-ins/pagecurl/curl[0-7].png: added PNG versions of the XPM icons used by the PageCurl plug-in. Added rules to build a header file that can be used to get rid of the XPM files (bug #140202).
|
@ -1,3 +1,12 @@
|
|||
2004-11-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/gimpressionist/Makefile.am: fixed typo.
|
||||
|
||||
* plug-ins/pagecurl/Makefile.am
|
||||
* plug-ins/pagecurl/curl[0-7].png: added PNG versions of the XPM
|
||||
icons used by the PageCurl plug-in. Added rules to build a header
|
||||
file that can be used to get rid of the XPM files (bug #140202).
|
||||
|
||||
2004-11-14 Philip Lafleur <plafleur@cvs.gnome.org>
|
||||
|
||||
* app/display/gimpdisplayshell-preview.c: Eliminated about 96
|
||||
|
|
|
@ -61,10 +61,10 @@ gimpressionist_sources = \
|
|||
utils.c
|
||||
|
||||
gimpressionist_built_sources = logo-pixbuf.h
|
||||
gimpressionist.c: logo-pixbuf.h
|
||||
gimpressionist.c: $(gimpressionist_built_sources)
|
||||
|
||||
gimpressionist_SOURCES = \
|
||||
$(gimppessionist_built_sources) $(gimpressionist_sources)
|
||||
$(gimpressionist_built_sources) $(gimpressionist_sources)
|
||||
|
||||
|
||||
LDADD = \
|
||||
|
|
|
@ -4,3 +4,5 @@ Makefile
|
|||
_libs
|
||||
.libs
|
||||
pagecurl
|
||||
pagecurl-icons.h
|
||||
pagecurl-icons.list
|
||||
|
|
|
@ -17,16 +17,14 @@ libexecdir = $(gimpplugindir)/plug-ins
|
|||
|
||||
libexec_PROGRAMS = pagecurl
|
||||
|
||||
pagecurl_sources = pagecurl.c
|
||||
|
||||
pagecurl_built_sources = pagecurl-icons.h
|
||||
pagecurl.c: $(pagecurl_built_sources)
|
||||
|
||||
pagecurl_SOURCES = \
|
||||
pagecurl.c \
|
||||
curl0.xpm \
|
||||
curl1.xpm \
|
||||
curl2.xpm \
|
||||
curl3.xpm \
|
||||
curl4.xpm \
|
||||
curl5.xpm \
|
||||
curl6.xpm \
|
||||
curl7.xpm
|
||||
$(pagecurl_built_sources) $(pagecurl_sources)
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
|
@ -43,3 +41,29 @@ LDADD = \
|
|||
$(GTK_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
|
||||
PAGECURL_IMAGES = \
|
||||
curl0.png \
|
||||
curl1.png \
|
||||
curl2.png \
|
||||
curl3.png \
|
||||
curl4.png \
|
||||
curl5.png \
|
||||
curl6.png \
|
||||
curl7.png
|
||||
|
||||
EXTRA_DIST = $(PAGECURL_IMAGES)
|
||||
|
||||
CLEANFILES = $(pagecurl_built_sources) pagecurl-icons.list
|
||||
|
||||
pagecurl-icons.list: $(PAGECURL_IMAGES) Makefile.am
|
||||
( rm -f $@; \
|
||||
for image in $(PAGECURL_IMAGES); do \
|
||||
echo $$image | \
|
||||
sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$$||' >> $@; \
|
||||
echo " $(srcdir)/$$image" >> $@; \
|
||||
done )
|
||||
|
||||
$(srcdir)/pagecurl-icons.h: pagecurl-icons.list
|
||||
gdk-pixbuf-csource --raw --build-list `cat pagecurl-icons.list` > $(@F)
|
||||
|
|
After Width: | Height: | Size: 532 B |
After Width: | Height: | Size: 566 B |
After Width: | Height: | Size: 566 B |
After Width: | Height: | Size: 533 B |
After Width: | Height: | Size: 509 B |
After Width: | Height: | Size: 539 B |
After Width: | Height: | Size: 551 B |
After Width: | Height: | Size: 531 B |