view pixmaps/angel.xpm @ 4030:a3466240218c

[gaim-migrate @ 4235] "The most important chaange is the inclusion of %{_datadir}/sounds/*, where "*" ends up being just "gaim". Without this line, the default alert sound files are not included in the RPM package. While I was making that fix, I cleaned up a few other small bits. I've replaced "%{_mandir}/man1/gaim.1.*" with "%{_mandir}/man1/*", just in case a second man page is added at some point in the future. Right now, there is just one, so these both do the same thing. Similarly, I've changed "%{_datadir}/applications/gaim.desktop" to "%{_datadir}/applications/*" in case we ever add a second desktop launcher. Lastly, RPM automatically picks up the entire contents of any listed directory. So if "%{_datadir}/pixmaps/*" is already listed, there's no need to list "%{_datadir}/pixmaps/gaim/*" and other subdirectories as well. I've removed the redundant lines." -- Ben Liblit (liblit) its ironic that a guy using debian is committing spec file fixes but Paco-Paco says these should be fine. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 02 Dec 2002 16:17:58 +0000
parents 230b022108f4
children
line wrap: on
line source

/* XPM */
static char * angel_xpm[] = {
"19 19 7 1",
" 	c None",
".	c #000066",
"+	c #000000",
"@	c #FFFF00",
"#	c #333333",
"$	c #FFFFFF",
"%	c #FFFF33",
"     ..........    ",
"   ...        ...  ",
"  ..   ++++++   .. ",
" ..  ++@@@@@@++  ..",
"  ..+@@@@@@@@@@+.. ",
"   ...@@@@@@@@...  ",
"  +@@..........@@+ ",
"  +@@@@#@@@@+@@@@+ ",
" +@@@@@++@@@++@@@@+",
" +@@@@#$+@@#$+@@@@+",
" +@@@@#$$@@#$$@@@@+",
" +@@@@@#@@@@#@@@@@+",
" +@@@@@@@@@@@@@@@@+",
"  +@@+%@@@@@@@+%@+ ",
"  +@@@+@@@@@@+@@@+ ",
"   +@@@++++++@@@+  ",
"    +@@@@@@@@@@+   ",
"     ++@@@@@@++    ",
"       ++++++      "};