tdesktop-4.8.4

This commit is contained in:
Rmys
2023-06-14 18:18:33 +03:00
parent 3831dab66a
commit f572401234
2 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ from pisi.actionsapi import get
def setup():
shelltools.system("rm -rf cmake/external/glib/cppgir/expected-lite")
shelltools.copy("expected-lite-*/*", "cmake/external/glib/cppgir/expected-lite")
shelltools.copy("cppgir-*/*", "cmake/external/glib/cppgir")
# shelltools.system("rm -rf cmake/external/glib/cppgir/expected-lite")
# shelltools.copy("expected-lite-*/*", "cmake/external/glib/cppgir/expected-lite")
# shelltools.copy("cppgir-*/*", "cmake/external/glib/cppgir")
shelltools.export("NINJAJOBS", "-j 4")
shelltools.system("patch -p1 < fix-tgcalls-cstdint.patch -d Telegram/ThirdParty/tgcalls")
+11 -4
View File
@@ -13,10 +13,10 @@
<Icon>telegram</Icon>
<Summary>Official Telegram Desktop client</Summary>
<Description>Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
<Archive sha1sum="c270accd7ce6b0d82a1a5bd34aa72ebc4d6fa48f" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.8.3/tdesktop-4.8.3-full.tar.gz</Archive>
<Archive sha1sum="6f04c6ef779cc3845cae174e83d9362749d923e9" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.8.4/tdesktop-4.8.4-full.tar.gz</Archive>
<Archive sha1sum="fcede0f13c0b6982172820cd072883cfc3a9af95" type="targz" target="tdesktop-4.8.3-full">https://gitlab.com/mnauw/cppgir/-/archive/960fe054ffaab7cf55722fea6094c56a8ee8f18e/cppgir-960fe054ffaab7cf55722fea6094c56a8ee8f18e.tar.gz</Archive>
<Archive sha1sum="9aab506bc8de752492cfd6a7d7215ef60cc5ae29" type="targz" target="tdesktop-4.8.3-full">https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.6.3.tar.gz</Archive>
<!-- <Archive sha1sum="fcede0f13c0b6982172820cd072883cfc3a9af95" type="targz" target="tdesktop-4.8.4-full">https://gitlab.com/mnauw/cppgir/-/archive/960fe054ffaab7cf55722fea6094c56a8ee8f18e/cppgir-960fe054ffaab7cf55722fea6094c56a8ee8f18e.tar.gz</Archive> -->
<!-- <Archive sha1sum="9aab506bc8de752492cfd6a7d7215ef60cc5ae29" type="targz" target="tdesktop-4.8.4-full">https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.6.3.tar.gz</Archive> -->
<AdditionalFiles>
<AdditionalFile target="fix-tgcalls-cstdint.patch" permission="0644">fix-tgcalls-cstdint.patch</AdditionalFile>
</AdditionalFiles>
@@ -60,7 +60,7 @@
<Dependency>kcoreaddons-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">tdesktop.patch</Patch>
<!-- <Patch level="1">tdesktop.patch</Patch> -->
<!-- <Patch level="1">fix-tgcalls-cstdint.patch</Patch> -->
</Patches>
</Source>
@@ -115,6 +115,13 @@
</Package>
<History>
<Update release="29">
<Date>2023-06-14</Date>
<Version>4.8.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2023-06-10</Date>
<Version>4.8.3</Version>