Mercurial > pidgin.yaz
view libpurple/protocols/myspace/release.sh @ 17946:b3e971b375b5
Support font sizes in sending and receiving formatted text.
Add conversion routines for msim markup <f h=##> to libpurple <font size=##>:
pixel height <=> point sizes <=> libpurple relative HTML sizes
Text sent between msimprpl and the official MySpaceIM client of varying sizes
matches up fairly well with this change.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Fri, 13 Jul 2007 05:48:13 +0000 |
parents | 1f08b7a0fc12 |
children | c0758f8dff33 |
line wrap: on
line source
#!/bin/bash # Created:20070618 # By Jeff Connelly # Package a new msimprpl for release. Must be run with bash. VERSION=0.11 make # Include 'myspace' directory in archive, so it can easily be unextracted # into ~/pidgin/libpurple/protocols at the correct location. # (if this command fails, run it manually). # This convenient command requires bash. cd ../../.. tar -cf libpurple/protocols/msimprpl-$VERSION.tar libpurple/protocols/myspace/{CHANGES,ChangeLog,LICENSE,Makefile.*,*.c,*.h,README,release.sh,.deps/*} autogen.sh configure.ac cd libpurple/protocols/myspace gzip ../msimprpl-$VERSION.tar mv ~/pidgin/config.h ~/pidgin/config.h- make -f Makefile.mingw mv ~/pidgin/config.h- ~/pidgin/config.h cp ~/pidgin/win32-install-dir/plugins/libmyspace.dll . # Zip is more common with Win32 users. Just include a few files in this archive. zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE CHANGES ls -l ../msimprpl-$VERSION*