Changeset - 8d9a5fe3d8e3
[Not reviewed]
0 1 0
ThUnD3r|Gr33n - 7 years ago 2018-09-23 18:27:56
thundergreen@users.noreply.github.com
add new repo for yowsup

Changed yowsup repo to maintained one
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Dockerfile
Show inline comments
 
@@ -16,49 +16,49 @@ RUN dnf install protobuf protobuf swiften gcc gcc-c++ make libpqxx-devel libpurp
 
		cd .. && \
 
		rm -rf spectrum2 && \
 
		rm -rf ~/rpmbuild && \
 
	dnf mark install json-glib && \
 
	echo "---> Installing purple-facebook" && \
 
		wget https://github.com/dequis/purple-facebook/releases/download/v0.9.5-9ff9acf9fa14/purple-facebook-0.9.5-9ff9acf9fa14.tar.gz && \
 
		tar -xf purple-facebook-0.9.5-9ff9acf9fa14.tar.gz && \
 
		cd purple-facebook-0.9.5-9ff9acf9fa14 && \
 
		./autogen.sh && \
 
		./configure && \
 
		make && \
 
		make install && \
 
		cd .. && \
 
		rm -rf purple-facebook* && \
 
	echo "---> Installing skype4pidgin" && \
 
		git clone git://github.com/EionRobb/skype4pidgin.git && \
 
		cd skype4pidgin/skypeweb && \
 
		make CFLAGS=-DFEDORA=1 && \
 
		make install && \
 
		cd ../.. && \
 
		rm -rf skype4pidgin && \
 
	echo "---> Installing transwhat" && \
 
		pip install --pre e4u protobuf python-dateutil yowsup2 Pillow==2.9.0 &&\
 
		git clone git://github.com/stv0g/transwhat.git &&\
 
		git clone git://github.com/tgalal/yowsup.git &&\
 
		git clone git://github.com/AragurDEV/yowsup.git &&\
 
		cd transwhat &&\
 
		git worktree add /opt/transwhat &&\
 
		cd .. &&\
 
		cd yowsup &&\
 
		cp -R yowsup /opt/transwhat/yowsup &&\
 
		cd .. &&\
 
		rm -r transwhat &&\
 
		rm -r yowsup &&\
 
		rm -rf /opt/transwhat/.git &&\
 
		rm -rf /opt/transwhat/.gitignore &&\
 
	echo "---> Installing Telegram" && \
 
		git clone --recursive https://github.com/majn/telegram-purple && \
 
		cd telegram-purple && \
 
		./configure && \
 
		make && \
 
		make install && \
 
		cd .. && \
 
		rm -rf telegram-purple && \
 
	echo "---> Install Discord" && \
 
		git clone https://github.com/EionRobb/purple-discord.git && \
 
		cd purple-discord && \
 
		make && \
 
		make install && \
 
		cd .. && \
0 comments (0 inline, 0 general)