view pidgin/pixmaps/emotes/small/16/Makefile.am @ 29830:b92ae9c512ec

The first round of renaming icons to match the XEP-0107 names.
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Nov 2008 02:07:30 +0000
parents 2c95b7c57ebb
children fca74ad80194
line wrap: on
line source

SMILEYS = \
    amorous.png \
    angel.png \
    angry.png \
    beer.png \
    camera.png \
    cigarette.png \
    coffee.png \
    confused.png \
    console.png \
    cool.png \
    cross.png \
    crying.png \
    devil.png \
    dont-know.png \
    excited.png \
    grin.png \
    hug-left.png \
    hug-right.png \
    in_love.png \
    kiss.png \
    meeting.png \
    mobile.png \
    musical-note.png \
    nerdy.png \
    neutral.png \
    party.png \
    phone.png \
    plate.png \
    question.png \
    sad.png \
    shame.png \
    shock.png \
    sick.png \
    silent.png \
    sleeping.png \
    sleepy.png \
    smile.png \
    thinking.png \
    tongue.png \
    tv.png \
    uhm-yeah.png \
    wink.png


pidginsmileypix_in_files = small.theme.in

if INSTALL_PIXMAPS
pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/small
pidginsmileypix_DATA = \
        $(SMILEYS) \
        theme

theme: small.theme.in
	sed -e 's/^_Name=/Name=/' \
	    -e 's/^_Description=/Description=/' \
	    -e 's/^_Author=/Author=/' \
	$< > $@
endif

EXTRA_DIST = $(SMILEYS) $(pidginsmileypix_in_files) theme