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-12-22 06:40:01 +0300
committerjgeboski <jgeboski@gmail.com>2015-12-22 06:40:01 +0300
commit8e29e4122c970337941f03a031bdf18e298d697e (patch)
tree63de0e124d6afc2a7f6fa90862cfd55149982523
parent70f0393eec317f4e8e0a0698317da2ab1825ee05 (diff)
VERSION: updated to 078fbf8d1a4e078fbf8d1a4e
-rw-r--r--ChangeLog3
-rw-r--r--VERSION2
-rw-r--r--patches/01-makefile.patch16
3 files changed, 12 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index a88b479..e3389ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+purple-facebook-078fbf8d1a4e (2015-12-21):
+ - Fixed missing link to libgio-2.0 with Windows
+
purple-facebook-50bb40c42245 (2015-12-21):
- Bumped the required GLib version to 2.28
- Fixed groupchat self messages
diff --git a/VERSION b/VERSION
index 914c2bf..7ab418f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-50bb40c42245
+078fbf8d1a4e
diff --git a/patches/01-makefile.patch b/patches/01-makefile.patch
index 851b106..b976661 100644
--- a/patches/01-makefile.patch
+++ b/patches/01-makefile.patch
@@ -1,6 +1,6 @@
-diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.am
---- a/libpurple/protocols/facebook/Makefile.am Wed Aug 05 17:57:33 2015 -0400
-+++ b/libpurple/protocols/facebook/Makefile.am Wed Aug 05 19:22:43 2015 -0400
+diff -r 078fbf8d1a4e libpurple/protocols/facebook/Makefile.am
+--- a/libpurple/protocols/facebook/Makefile.am Mon Dec 21 22:29:34 2015 -0500
++++ b/libpurple/protocols/facebook/Makefile.am Mon Dec 21 22:37:31 2015 -0500
@@ -23,7 +23,12 @@
thrift.c \
thrift.h \
@@ -28,9 +28,9 @@ diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.am
- $(GPLUGIN_CFLAGS) \
+ $(PLUGIN_CFLAGS) \
$(DEBUG_CFLAGS)
-diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.mingw
---- a/libpurple/protocols/facebook/Makefile.mingw Wed Aug 05 17:57:33 2015 -0400
-+++ b/libpurple/protocols/facebook/Makefile.mingw Wed Aug 05 19:22:43 2015 -0400
+diff -r 078fbf8d1a4e libpurple/protocols/facebook/Makefile.mingw
+--- a/libpurple/protocols/facebook/Makefile.mingw Mon Dec 21 22:29:34 2015 -0500
++++ b/libpurple/protocols/facebook/Makefile.mingw Mon Dec 21 22:37:31 2015 -0500
@@ -50,7 +50,9 @@
json.c \
mqtt.c \
@@ -42,7 +42,7 @@ diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.mingw
OBJECTS = $(C_SRC:%.c=%.o)
-@@ -62,7 +64,6 @@
+@@ -63,7 +65,6 @@
-lgobject-2.0 \
-lws2_32 \
-lintl \
@@ -50,7 +50,7 @@ diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.mingw
-ljson-glib-1.0 \
-lz \
-lpurple
-@@ -76,12 +77,12 @@
+@@ -77,12 +78,12 @@
all: $(TARGET).dll