diff --git a/net-im/tdesktop/tdesktop-1.1.23.recipe b/net-im/tdesktop/tdesktop-1.1.23.recipe index 390b586e9..3257148a4 100644 --- a/net-im/tdesktop/tdesktop-1.1.23.recipe +++ b/net-im/tdesktop/tdesktop-1.1.23.recipe @@ -68,7 +68,6 @@ BUILD_REQUIRES=" devel:libQt5Widgets$secondaryArchSuffix devel:libswresample$secondaryArchSuffix devel:libswscale$secondaryArchSuffix - devel:libxcb$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -82,16 +81,14 @@ BUILD_PREREQUIRES=" BUILD() { # link submodules - rm -rf Telegram/ThirdParty/libtgvoip \ - Telegram/ThirdParty/variant \ - Telegram/ThirdParty/GSL \ - Telegram/ThirdParty/Catch + rm -rf Telegram/ThirdParty/{libtgvoip, variant, GSL, Catch} ln -sfn $sourceDir2/libtgvoip-$COMMIT_2 Telegram/ThirdParty/libtgvoip ln -sfn $sourceDir3/variant-$COMMIT_3 Telegram/ThirdParty/variant ln -sfn $sourceDir4/GSL-$COMMIT_4 Telegram/ThirdParty/GSL ln -sfn $sourceDir5/Catch-$COMMIT_5 Telegram/ThirdParty/Catch Telegram/gyp/refresh.sh ; cd out/Release + # multi-job takes too much memory make }