libpurple/protocols/myspace/release.sh

Wed, 20 Jun 2007 04:44:12 +0000

author
Jeff Connelly <jeff2@soc.pidgin.im>
date
Wed, 20 Jun 2007 04:44:12 +0000
branch
soc.2007.msimprpl
changeset 17987
a0baf4e80ee9
parent 17980
a455980c81a8
child 18004
65007eda1656
permissions
-rw-r--r--

Rework addbuddy, but leave it commented-out (non-functional). Add TODO for
a bug when adding a buddy that already exists.

#!/bin/sh
# Created:20070618
# By Jeff Connelly

VERSION=0.8
make
cd ..
# Include 'myspace' directory in archive, so it can easily be unextracted
# into ~/pidgin/libpurple/protocols at the correct location.
tar -cf msimprpl-$VERSION.tar myspace/
cd 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
zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE
ls -l ../msimprpl-$VERSION*

mercurial