diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-12-09 13:02:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-12-09 13:02:47 +0100 |
commit | c29b62b385aec9004fb45d9bbba8b74aa9ac3afc (patch) | |
tree | 43311d8e5e90caf7552c5f1b74eb3232c77c2a80 | |
parent | d0e9ceadeffaa42eeb1aecbd565018dda0c72e77 (diff) |
document how to build plugins for 1.2.4
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/README | 4 |
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: ---- |