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:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
-rw-r--r--patches/17-this-build-system-sucks.patch12
3 files changed, 15 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bf6048d..9e638c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,4 +13,5 @@ EXTRA_DIST = \
pidgin/COPYING \
pidgin/COPYRIGHT \
update.sh \
- VERSION
+ VERSION \
+ RELEASE_VERSION
diff --git a/configure.ac b/configure.ac
index 41775f6..4a0dc9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
- m4_esyscmd_s([cat RELEASE_VERSION],
+ [0.9.6],
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],
diff --git a/patches/17-this-build-system-sucks.patch b/patches/17-this-build-system-sucks.patch
new file mode 100644
index 0000000..eae948b
--- /dev/null
+++ b/patches/17-this-build-system-sucks.patch
@@ -0,0 +1,12 @@
+diff -Naur pidgin/libpurple/protocols/facebook/api.h pidgin2/libpurple/protocols/facebook/api.h
+--- a/libpurple/protocols/facebook/api.h
++++ b/libpurple/protocols/facebook/api.h
+@@ -111,7 +111,7 @@
+ *
+ * The HTTP User-Agent header.
+ */
+-#define FB_API_AGENT "Facebook plugin / Purple / 0.9.5 " FB_ORCA_AGENT
++#define FB_API_AGENT "Facebook plugin / Purple / 0.9.6 " FB_ORCA_AGENT
+
+ /**
+ * FB_API_MQTT_AGENT