Skip to content

Commit

Permalink
telegram-desktop: enable Qt 6
Browse files Browse the repository at this point in the history
Signed-off-by: Kaiyang Wu <[email protected]>
  • Loading branch information
OriginCode committed Mar 25, 2024
1 parent e88aa98 commit 42861c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app-web/telegram-desktop/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKGNAME=telegram-desktop
PKGSEC=web
PKGDEP="ffmpeg hicolor-icon-theme libnotify minizip abseil-cpp \
openal-soft openssl lz4 qt-5 xxhash hunspell libdispatch \
openal-soft openssl lz4 qt-6 xxhash hunspell libdispatch \
libjpeg-turbo opus pulseaudio rnnoise pipewire kcoreaddons \
glibmm-2.68 fmt"
BUILDDEP="cmake range-v3 python-3 tl-expected microsoft-gsl yasm \
Expand All @@ -21,7 +21,7 @@ CMAKE_AFTER="-DCMAKE_INSTALL_PREFIX='/usr' \
-DDESKTOP_APP_DISABLE_X11_INTEGRATION=OFF \
-DDESKTOP_APP_USE_PACKAGED=OFF \
-DDESKTOP_APP_USE_PACKAGED_FONTS=OFF \
-DQT_VERSION_MAJOR=5"
-DQT_VERSION_MAJOR=6"

ABTYPE=cmakeninja

Expand Down
2 changes: 1 addition & 1 deletion app-web/telegram-desktop/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VER=4.15.2
REL=1
REL=2
# Update tg_owt to the latest Git snapshot when updating Telegram Desktop
OWTVER=afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60
SRCS="tbl::https://github.com/telegramdesktop/tdesktop/releases/download/v$VER/tdesktop-$VER-full.tar.gz \
Expand Down

0 comments on commit 42861c1

Please sign in to comment.