Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4057,7 +4057,7 @@ libcglm.so.0 cglm-0.7.6_1
libfcft.so.4 fcft-3.0.1_1
libaml.so.0 aml-0.1.0_1
libneatvnc.so.0 neatvnc-0.3.2_1
libtdjson.so.1.8.64 libtd-1.8.64_1
libtdjson.so.1.8.66 libtd-1.8.66_1
libJudy.so.1 judy-1.0.5_1
libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
libKSeExprUI.so.4 seexpr-krita-4.0.4.0_1
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libtd/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'libtd'
pkgname=libtd
version=1.8.64
version=1.8.66
revision=1
_td_hash=7f163d850abbebecf749e99fb412271cc1f4e805
_td_hash=a9966eb3704a3351568c28013fed67d797c17828
build_style=cmake
build_helper=qemu
hostmakedepends="gperf"
Expand All @@ -12,7 +12,7 @@ maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="BSL-1.0"
homepage="https://core.telegram.org/tdlib"
distfiles="https://github.com/tdlib/td/archive/${_td_hash}.tar.gz>libtd-${version}.tar.gz"
checksum=b9aec59413390905b93edead111eb688067a6bdead28caca9ce6d356701219e4
checksum=8abd09dc925afd86eac1e6c7c86da034e9e459a3a66289dd630f6da97489e8a4

if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="Unsupported tl-schema version -1"
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/telegram-desktop/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=6.8.2
revision=2
version=7.0.4
revision=1
build_style=cmake
build_helper="qemu gir"
configure_args="-DTDESKTOP_API_ID=209235
-DTDESKTOP_API_HASH=169ee702e1df4b6e66d80311db36cc43
-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
-Dtde2e_DIR='/usr/lib/cmake/Td'
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
-DQT_HOST_PATH=/usr"
-DQT_HOST_PATH=/usr -DQSB_EXECUTABLE=/usr/lib/qt6/bin/qsb"
hostmakedepends="pkg-config qt6-base python3 extra-cmake-modules
qt6-declarative-host-tools wayland-devel protobuf glib-devel kf6-kcoreaddons"
qt6-declarative-host-tools wayland-devel protobuf glib-devel kf6-kcoreaddons qt6-shadertools"
makedepends="alsa-lib-devel boost-devel-minimal libboost_regex
fmt-devel ffmpeg6-devel libglib-devel
gobject-introspection libdbusmenu-glib-devel libopenal-devel
Expand All @@ -29,7 +29,7 @@ license="GPL-3.0-or-later, OpenSSL"
homepage="https://desktop.telegram.org/"
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
checksum=cce1c196ef00703e9872d7072defd14860c970effc52d52d990745c8dca16cac
checksum=9b805d85cc9d36b4a8e3cab78d8f4137fa82ec70d5c6dbfef4beb4f449e14eb9

case $XBPS_TARGET_MACHINE in
armv6*) configure_args+=" -DDESKTOP_APP_DISABLE_SCUDO=true";; # Requires armv6k+ due to yield
Expand Down