Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-06-19 03:15:36 +0300
committerjgeboski <jgeboski@gmail.com>2015-06-19 04:56:59 +0300
commit591f4218fd81ba19e848bbb81d7b603465d0d43e (patch)
treeed0c68c8fff08246c52260426c86a4eb376e02e8 /update.sh
parent36a26c74929fcb564ecae50e5b9ef4204a46fb06 (diff)
Makefile.mingw: added windows support
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index 08b0ed3..2e75e8a 100755
--- a/update.sh
+++ b/update.sh
@@ -1,7 +1,7 @@
#!/bin/sh
URL="https://hg.pidgin.im/soc/2015/jgeboski/facebook"
-REV="5fb3e4d02954"
+REV="5abaecb5a83d"
HG=$(type -p hg || exit 1)
test -z "$srcdir" && srcdir=$(dirname "$0")
@@ -22,9 +22,9 @@ touch \
patchdir="$(pwd)/patches"
cd "$srcdir/pidgin"
-"$HG" pull
-"$HG" update -C "$REV"
-"$HG" clean --all --config extensions.purge=
+"$HG" -v pull
+"$HG" -v update -C "$REV"
+"$HG" -v clean --all --config extensions.purge=
for patch in $(ls -1 "$patchdir"); do
patch -p1 -i "$patchdir/$patch"
@@ -37,4 +37,5 @@ rm -f \
libpurple/internal.h \
libpurple/ntlm.h \
libpurple/proxy.h \
+ libpurple/request.h \
libpurple/sslconn.h