net-im/telegram-desktop: update to 4.5.2 release (+)
Changelog: v 4.5.1 * Fix crash in profile photo privacy edition. * Allow sending photos larger than 1280px (in Experimental Settings). v 4.5.2: * Fix unread reactions button in private chats. * Fix tile background saving after an app update. * Allow Ctrl+6,7,8 to activate extra pinned chats. Also add quick hack for upcoming CMake 3.25.x update which goes more strict with LINUX/BSD definitions Discussed with: osa
This commit is contained in:
parent
863c44739f
commit
75571883d7
2 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= telegram-desktop
|
||||
DISTVERSION= 4.5.0
|
||||
DISTVERSION= 4.5.2
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
|
||||
DISTNAME= tdesktop-${DISTVERSION}-full
|
||||
|
@ -77,6 +77,9 @@ CMAKE_ON= DESKTOP_APP_USE_PACKAGED DESKTOP_APP_DISABLE_CRASH_REPORTS \
|
|||
DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION
|
||||
CMAKE_OFF= DESKTOP_APP_USE_PACKAGED_FONTS
|
||||
|
||||
# Since cmake 3.25.0, BSDs are no longer recognised as Linux (in this port).
|
||||
CMAKE_ARGS+= -DLINUX=true
|
||||
|
||||
# libdispatch components
|
||||
LDFLAGS+= -lBlocksRuntime
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672431846
|
||||
SHA256 (tdesktop-4.5.0-full.tar.gz) = 9ba9eab6ae4b8be96056007e0fce36996b6bd2bbdec16bfb73a28b9208ceba93
|
||||
SIZE (tdesktop-4.5.0-full.tar.gz) = 63715621
|
||||
TIMESTAMP = 1672737775
|
||||
SHA256 (tdesktop-4.5.2-full.tar.gz) = b2c77dc4cd3589a60a7eb124233d339d68eb18ff9c1be52c64c048b42bf45bba
|
||||
SIZE (tdesktop-4.5.2-full.tar.gz) = 63717775
|
||||
|
|
Loading…
Reference in a new issue