Skip to content

Commit

Permalink
net-im/telegram-desktop: update to 4.14.12 release (+)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffykhv committed Feb 3, 2024
1 parent 663a5a0 commit 1e452f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions net-im/telegram-desktop/Makefile
@@ -1,5 +1,5 @@
PORTNAME= telegram-desktop
DISTVERSION= 4.14.9
DISTVERSION= 4.14.12
CATEGORIES= net-im
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME= tdesktop-${DISTVERSION}-full
Expand Down Expand Up @@ -50,7 +50,7 @@ qt6_PKGNAMESUFFIX= -qt6
qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6
qt6_CONFLICTS_INSTALL= ${PORTNAME}

USES= cmake desktop-file-utils gl gnome jpeg localbase \
USES= cmake compiler:c++20-lang desktop-file-utils gl gnome jpeg localbase \
minizip openal pkgconfig python:build ssl xorg

USE_GITHUB= nodefault
Expand Down Expand Up @@ -107,8 +107,12 @@ TELEGRAM_API_ID= 601761

.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1400000 && ${OSVERSION} < 1400091) || ${OSVERSION} < 1302507)
USES+= llvm:min=16,build
.else
USES+= compiler:c++20-lang
USES:= ${USES:Ncompiler\:*} # XXX avoid warnings
.if defined(WITH_CCACHE_BUILD) && !defined(NO_CCACHE)
CMAKE_ARGS+= -DCMAKE_CC_COMPILER_LAUNCHER="${LOCALBASE}/bin/ccache" \
-DCMAKE_CPP_COMPILER_LAUNCHER="${LOCALBASE}/bin/ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="${LOCALBASE}/bin/ccache"
.endif
.endif

post-extract:
Expand Down
6 changes: 3 additions & 3 deletions net-im/telegram-desktop/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1705706135
SHA256 (tdesktop-4.14.9-full.tar.gz) = 64d639f36405a54136b520a3fcd68d15784ee85ed871b13119c4e6f9235f47a7
SIZE (tdesktop-4.14.9-full.tar.gz) = 68106660
TIMESTAMP = 1706956678
SHA256 (tdesktop-4.14.12-full.tar.gz) = 0556f9bedf4fbb185ed8df5646695b68204595e4976d5ec4a59f89cc7c540a7c
SIZE (tdesktop-4.14.12-full.tar.gz) = 68148132

0 comments on commit 1e452f6

Please sign in to comment.