telegram-desktop: update to 0.7.0.
This commit is contained in:
parent
ba523b1e43
commit
17cd0c44f4
|
@ -90,7 +90,6 @@ file(GLOB FLAT_SOURCE_FILES
|
|||
SourceFiles/core/*.cpp
|
||||
SourceFiles/data/*.cpp
|
||||
SourceFiles/dialogs/*.cpp
|
||||
SourceFiles/history/*.cpp
|
||||
SourceFiles/inline_bots/*.cpp
|
||||
SourceFiles/intro/*.cpp
|
||||
SourceFiles/lang/*.cpp
|
||||
|
@ -113,7 +112,9 @@ file(GLOB FLAT_EXTRA_FILES
|
|||
SourceFiles/passport/passport_form_row.cpp
|
||||
SourceFiles/storage/*_tests.cpp
|
||||
SourceFiles/storage/*_win.cpp
|
||||
SourceFiles/storage/storage_feed_messages.cpp
|
||||
SourceFiles/storage/cache/*_tests.cpp
|
||||
SourceFiles/data/data_feed_messages.cpp
|
||||
)
|
||||
list(REMOVE_ITEM FLAT_SOURCE_FILES ${FLAT_EXTRA_FILES})
|
||||
|
||||
|
@ -127,6 +128,13 @@ file(GLOB_RECURSE SUBDIRS_SOURCE_FILES
|
|||
SourceFiles/window/*.cpp
|
||||
)
|
||||
|
||||
file(GLOB SUBDIRS_EXTRA_FILES
|
||||
SourceFiles/info/feed/*.cpp
|
||||
SourceFiles/info/channels/*.cpp
|
||||
SourceFiles/history/feed/*.cpp
|
||||
)
|
||||
list(REMOVE_ITEM SUBDIRS_SOURCE_FILES ${SUBDIRS_EXTRA_FILES})
|
||||
|
||||
add_executable(Telegram WIN32 ${QRC_FILES} ${FLAT_SOURCE_FILES} ${SUBDIRS_SOURCE_FILES})
|
||||
|
||||
set(TELEGRAM_COMPILE_DEFINITIONS
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'telegram-desktop'
|
||||
pkgname=telegram-desktop
|
||||
version=1.6.7
|
||||
version=1.7.0
|
||||
revision=1
|
||||
_libtgvoip_commit=e7010506210fbb3a6704d7ac1276b3334f9ab6c9
|
||||
_GSL_commit=d846fe50a3f0bb7767c7e087a05f4be95f4da0ec
|
||||
|
@ -29,7 +29,7 @@ distfiles="https://github.com/telegramdesktop/tdesktop/archive/v${version}.tar.g
|
|||
https://github.com/mapbox/variant/archive/${_variant_commit}.tar.gz
|
||||
https://github.com/telegramdesktop/crl/archive/${_crl_commit}.tar.gz
|
||||
https://github.com/catchorg/Catch2/archive/${_Catch_commit}.tar.gz"
|
||||
checksum="77f4cf6507d1ebc26eaef472aa4817cc57a77c5e3065f6b2afa294530f0633a1
|
||||
checksum="3be1f6979da9dd0061f27ad5082f96633a4dfde078b1406554b13d5e9674a8bb
|
||||
9c250f24c0f1775daefb2967c2a25be1d10ea35e72928256aec3f469e576bac4
|
||||
be81db4ab1b57102a0fa1cd0c4a6469294eb9daf24294347592245b754f65ff6
|
||||
aa794dfefe0a90501587e36d977b958d0df888503117a8d9aa43dc14f8526d9d
|
||||
|
|
Loading…
Reference in New Issue