aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/Makefile2
-rw-r--r--skype/README4
2 files changed, 5 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile
index b56958d2..2171bb7f 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -3,7 +3,7 @@
VERSION = 0.8.0
DATE := $(shell date +%Y-%m-%d)
# latest stable
-BITLBEE_VERSION = 1.2.3
+BITLBEE_VERSION = 1.2.4
AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|")
diff --git a/skype/README b/skype/README
index 1dcbbdd3..169c719a 100644
--- a/skype/README
+++ b/skype/README
@@ -107,6 +107,10 @@ $ tar xf bitlbee-@BITLBEE_VERSION@.tar.gz
$ cd bitlbee-@BITLBEE_VERSION@
----
+- Backport r482 and r483 from bzr, to fix plugin support. If you don't
+ want to use bzr, you can find the patches
+ http://ftp.frugalware.org/pub/frugalware/frugalware-current/source/network-extra/bitlbee/[here].
+
- Now compile and install it:
----