VK plugin is no more :(.

This commit is contained in:
Stanislav Nikitin 2020-09-11 14:27:46 +05:00
parent 74f3394706
commit 89cffc6e88
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
2 changed files with 0 additions and 23 deletions

View File

@ -8,7 +8,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
SKYPE_COMMIT=f836eebcda6eba6e321d5baa2efd1934ab43ed1d \
SLACK_COMMIT=b61b4dd07987edde84ba7dcdef12746a32f37ebe \
TELEGRAM_COMMIT=323cab7698e3830db797422a2ad2f6bb2678d272 \
VK_COMMIT=51a91c83561741996a07af46cba512b9c86b8e98 \
RUNTIME_DEPS=" \
cyrus-sasl \
cyrus-sasl-crammd5 \
@ -185,27 +184,6 @@ RUN apk add --no-cache --virtual build-dependencies \
mkdir /root; \
apk del --purge build-dependencies
# vkontakte
RUN apk add --no-cache --virtual build-dependencies \
build-base \
cmake \
libtool \
libxml2-dev \
mercurial \
pidgin-dev; \
cd /root; \
hg clone -U https://bitbucket.org/olegoandreev/purple-vk-plugin; \
cd purple-vk-plugin; \
hg update ${VK_COMMIT}; \
cd build; \
cmake ..; \
make; \
make install; \
strip /usr/lib/purple-2/libpurple-vk-plugin.so; \
rm -rf /root; \
mkdir /root; \
apk del --purge build-dependencies
# Install runtime dependencies
RUN apk add --no-cache ${RUNTIME_DEPS}

View File

@ -11,7 +11,6 @@ Currently available plugins:
* [Skype](https://github.com/EionRobb/skype4pidgin)
* [Slack](https://github.com/dylex/slack-libpurple)
* [Telegram](https://github.com/majn/telegram-purple)
* [VK](https://bitbucket.org/olegoandreev/purple-vk-plugin) (warning - might not work!)
## ToDos (maybe or not)