Mercurial > pidgin.yaz
annotate pidgin/pixmaps/emotes/none/Makefile.am @ 28161:79630bfee621
merge of '3dba2c274943bbb9eb35dbbf06b9053d9c195933'
and 'aacbe07782ea562b3fd3b7cd615f22041e73f3e6'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 04 Aug 2009 04:19:34 +0000 (2009-08-04) |
parents | e4b2cbc246da |
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 |