view pidgin/pixmaps/emotes/small/16/Makefile.am @ 29849:93cb9f54df45

Now that the "Set Mood" UI is in Pidgin, it can do whatever it likes to find the right icons. Thus, with a small function and a couple other small changes, I can shuffle all the icons around to eliminate the magic Makefile rules and all the duplicated icons at install-time.
author Richard Laager <rlaager@wiktel.com>
date Wed, 26 Nov 2008 22:44:08 +0000
parents fca74ad80194
children 9b4b5bdc57d8
line wrap: on
line source

# These are mood images that are NOT also used in the smiley theme.
MOODS = \
    bathing.png \
    cinema.png \
    internet.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