Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2 modules #668

Merged
merged 2 commits into from
Jan 1, 2024
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
8 changes: 4 additions & 4 deletions org.telegram.desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ modules:
- -DFMT_TEST=OFF
sources:
- type: archive
url: https://github.com/fmtlib/fmt/releases/download/10.1.1/fmt-10.1.1.zip
sha256: b84e58a310c9b50196cda48d5678d5fa0849bca19e5fdba6b684f0ee93ed9d1b
url: https://github.com/fmtlib/fmt/releases/download/10.2.0/fmt-10.2.0.zip
sha256: 8a942861a94f8461a280f823041cde8f620a6d8b0e0aacc98c15bb5a9dd92399
x-checker-data:
type: json
url: https://api.github.com/repos/fmtlib/fmt/releases/latest
Expand Down Expand Up @@ -541,8 +541,8 @@ modules:
sources:
- type: git
url: https://github.com/telegramdesktop/tdesktop.git
commit: cb4fce251e77fe5a7f9f311ce9447804c01a1fc8
tag: v4.13.1
commit: 0ae537478fdcf96a0aedc4e0c1f22273c759f85c
tag: v4.14.1
x-checker-data:
type: json
url: https://api.github.com/repos/telegramdesktop/tdesktop/releases
Expand Down
4 changes: 2 additions & 2 deletions qtbase.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"desktop-app-patches/qtbase_6.6.1/0024-highdpi-downscale-property.patch",
"desktop-app-patches/qtbase_6.6.1/0025-highdpi-downscale-wayland.patch",
"desktop-app-patches/qtbase_6.6.1/0026-highdpi-downscale-opengl.patch",
"desktop-app-patches/qtbase_6.6.1/0027-qt-patched-define.patch",
"desktop-app-patches/qtbase_6.6.1/0028-fill-transparent-hidpi-backing-store.patch"
"desktop-app-patches/qtbase_6.6.1/0027-fill-transparent-hidpi-backing-store.patch",
"desktop-app-patches/qtbase_6.6.1/0028-update-window-geometry-on-scale-change.patch"
]
}
4 changes: 3 additions & 1 deletion qtwayland.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"desktop-app-patches/qtwayland_6.6.1/0001-Client-Move-topmost-grabbing-popup-tracking-to-QWayl.patch",
"desktop-app-patches/qtwayland_6.6.1/0002-force-enable-fractional-scale.patch",
"desktop-app-patches/qtwayland_6.6.1/0003-use-native-coordinates-cursor-pos.patch",
"desktop-app-patches/qtwayland_6.6.1/0004-offload-transparency-filling-to-hidpi.patch"
"desktop-app-patches/qtwayland_6.6.1/0004-offload-transparency-filling-to-hidpi.patch",
"desktop-app-patches/qtwayland_6.6.1/0005-popup-reposition.patch",
"desktop-app-patches/qtwayland_6.6.1/0006-fix-gtk4-embedding.patch"
]
}