view pixmaps/ok.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 a86882c351f0
children
line wrap: on
line source

/* XPM */
static char * ok_xpm[] = {
"24 24 18 1",
" 	c None",
".	c #000000",
"+	c #B3C2A7",
"@	c #708C58",
"#	c #859D71",
"$	c #627B4D",
"%	c #97AB86",
"&	c #566C43",
"*	c #A2BD9E",
"=	c #789774",
"-	c #88AC84",
";	c #5E764A",
">	c #698566",
",	c #6D8855",
"'	c #688251",
")	c #668050",
"!	c #6D8956",
"~	c #4F633E",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"               ..       ",
"              .+@.      ",
"              .#$.      ",
"             .%@.       ",
"       ..    .#&.       ",
"      .*=.  .#@.        ",
"      .--.. .@&.        ",
"       .-=..;@.         ",
"       .-->.,&.         ",
"        .--').          ",
"         .-!~.          ",
"         .--.           ",
"          .>.           ",
"           .            ",
"                        ",
"                        ",
"                        ",
"                        "};