Telegram: correct previous fix

This commit is contained in:
Sergei Reznikov
2017-12-12 15:39:57 +03:00
parent 7fc229e1b9
commit ebb9e4143f
2 changed files with 2 additions and 2 deletions

View File

@@ -2550,7 +2550,7 @@ index b9e1d5a..26a27ed 100644
'qt_version%': '5.3.2', 'qt_version%': '5.3.2',
}, { }, {
- 'qt_version%': '5.9.2', - 'qt_version%': '5.9.2',
+ 'qt_version%': '!@(pkg-config --modversion Qt5Core)', + 'qt_version%': '<!(pkg-config --modversion Qt5Core)',
}] }]
], ],
}, },

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Official desktop version of Telegram messaging app."
HOMEPAGE="https://www.telegram.org/" HOMEPAGE="https://www.telegram.org/"
COPYRIGHT="2013-2017 Telegram" COPYRIGHT="2013-2017 Telegram"
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="9" REVISION="10"
SOURCE_URI="https://github.com/telegramdesktop/tdesktop/archive/v$portVersion.tar.gz" SOURCE_URI="https://github.com/telegramdesktop/tdesktop/archive/v$portVersion.tar.gz"
SOURCE_DIR="tdesktop-$portVersion" SOURCE_DIR="tdesktop-$portVersion"
CHECKSUM_SHA256="56b7fce84adf85a4af1c3174353169f32d0b0c052a4e7a284fc741fa96b04030" CHECKSUM_SHA256="56b7fce84adf85a4af1c3174353169f32d0b0c052a4e7a284fc741fa96b04030"