Mercurial > pidgin.yaz
annotate pidgin/pixmaps/emotes/none/Makefile.am @ 22559:e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
it, in fact, that I decided to add the ability to disable pixmap installation
to our configure script. For the two of us that actually wanted it, here it is.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 30 Mar 2008 00:19:07 +0000 |
parents | 92821180bded |
children |
rev | line source |
---|---|
22559
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
1 pidginsmileypix_in_files = none.theme.in |
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
2 |
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
3 if INSTALL_PIXMAPS |
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
|
4 pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none |
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
|
5 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
|
6 |
17476
92821180bded
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents:
15885
diff
changeset
|
7 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
|
8 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
|
9 -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
|
10 -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
|
11 $< > $@ |
22559
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
12 endif |
17476
92821180bded
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents:
15885
diff
changeset
|
13 |
22559
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
14 EXTRA_DIST = \ |
17476
92821180bded
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents:
15885
diff
changeset
|
15 $(pidginsmileypix_in_files) \ |
22559
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
16 Makefile.mingw \ |
e4b2cbc246da
I'm tired of installing pixmap data that almost never changes. I'm so tired of
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17476
diff
changeset
|
17 theme |