annotate pidgin/pixmaps/emotes/none/Makefile.am @ 17476:92821180bded

A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme description data to be translated. I haven't tested my last set of changes to make sure you can actually still see a translated name, but he's going to check it for me, I hope. Closes #1342
author Richard Laager <rlaager@wiktel.com>
date Wed, 30 May 2007 09:02:05 +0000
parents c6e563dfaa7a
children e4b2cbc246da
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15885
c6e563dfaa7a More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents: 15858
diff changeset
1 pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
17476
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
2 pidginsmileypix_in_files = none.theme.in
15885
c6e563dfaa7a More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents: 15858
diff changeset
3 pidginsmileypix_DATA = theme
15385
dda7a16477d5 Forgot to add some Makefile.am's. Should have noticed it because 'mtn status' is cool
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4
17476
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
5 theme: none.theme.in
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
6 sed -e 's/^_Name=/Name=/' \
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
7 -e 's/^_Description=/Description=/' \
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
8 -e 's/^_Author=/Author=/' \
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
9 $< > $@
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
10
15885
c6e563dfaa7a More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents: 15858
diff changeset
11 EXTRA_DIST = $(pidginsmileypix_DATA) \
17476
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 15885
diff changeset
12 $(pidginsmileypix_in_files) \
15398
1ec72a759b5c Fix win32 build for status icon changes
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15385
diff changeset
13 Makefile.mingw