From ce67a785567e9e4a3975081f68499a904bea28d2 Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 25 Aug 2020 14:35:41 +0200 Subject: [PATCH 1/2] Fix: update plugin repositories - purple-hangouts and purple-rocketchat are now hosted on GitHub --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 219831d..b9178a5 100755 --- a/build.sh +++ b/build.sh @@ -11,9 +11,9 @@ curl -LO# https://get.bitlbee.org/src/bitlbee-$BITLBEE_VERSION.tar.gz curl -LO# https://github.com/EionRobb/skype4pidgin/archive/1.5.tar.gz curl -LO# https://github.com/majn/telegram-purple/releases/download/v1.4.3/telegram-purple_1.4.3.orig.tar.gz curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.0.tar.gz -hg clone https://bitbucket.org/EionRobb/purple-hangouts/ +git clone https://github.com/EionRobb/purple-hangouts.git git clone https://alexschroeder.ch/cgit/bitlbee-mastodon -hg clone https://bitbucket.org/EionRobb/purple-rocketchat +git clone https://github.com/EionRobb/purple-rocketchat.git curl -LO# https://github.com/sm00th/bitlbee-discord/archive/0.4.3.tar.gz git clone https://github.com/dylex/slack-libpurple.git git clone https://github.com/jgeboski/bitlbee-steam.git From 5fef38cef3f5829a231c077fc3cf8866f7beb551 Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 25 Aug 2020 15:26:12 +0200 Subject: [PATCH 2/2] Feat: version bump of skype4pidgin to 1.7 Logging in is now broken with older versions, see: https://github.com/EionRobb/skype4pidgin/releases/tag/1.7 --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index b9178a5..a62c75d 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ libgcrypt20-dev libmarkdown2-dev libpurple-dev libsqlite3-dev libwebp-dev libtoo cd curl -LO# https://get.bitlbee.org/src/bitlbee-$BITLBEE_VERSION.tar.gz -curl -LO# https://github.com/EionRobb/skype4pidgin/archive/1.5.tar.gz +curl -LO# https://github.com/EionRobb/skype4pidgin/archive/1.7.tar.gz curl -LO# https://github.com/majn/telegram-purple/releases/download/v1.4.3/telegram-purple_1.4.3.orig.tar.gz curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.0.tar.gz git clone https://github.com/EionRobb/purple-hangouts.git @@ -31,8 +31,8 @@ make install-dev # skypeweb cd -tar zxvf 1.5.tar.gz -cd skype4pidgin-1.5/skypeweb +tar zxvf 1.7.tar.gz +cd skype4pidgin-1.7/skypeweb make make install @@ -123,7 +123,7 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /tmp/* cd rm -fr /root/build.sh rm -fr $BITLBEE_VERSION* -rm -fr 1.5.tar.gz skype4pidgin-* +rm -fr 1.7.tar.gz skype4pidgin-* rm -fr telegram-purple* rm -fr v1.2.0.tar.gz bitlbee-facebook-* rm -fr purple-hangouts