view pidgin/pixmaps/emotes/small/16/Makefile.am @ 30357:478a75d3100f

Added "grumpy" and "invincible" mood images for MXit (re-sized from default theme). The "hot" mood image already existed, so just add it to the Makefile so is copied to the correct place.
author andrew.victor@mxit.com
date Thu, 13 May 2010 18:38:52 +0000
parents 65004796201d
children 2cd016bb8e1e
line wrap: on
line source

# These are mood images that are NOT also used in the smiley theme.
MOODS = \
    afraid.png \
    bathing.png \
    cinema.png \
    disappointed.png \
    embarrassed.png \
    grumpy.png \
    hot.png \
    internet.png \
    invincible.png \
    music.png \
    restroom.png \
    search.png \
    shopping.png \
    studying.png \
    suit.png \
    surfing.png \
    typing.png \
    working.png \
    writing.png

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 \
    happy.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 \
    shocked.png \
    sick.png \
    silent.png \
    sleeping.png \
    sleepy.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 = \
        $(MOODS) \
        $(SMILEYS) \
        theme

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

EXTRA_DIST = $(MOODS) $(SMILEYS) $(pidginsmileypix_in_files) theme