Package Details: 64gram-desktop 1:1.1.18-2

Git Clone URL: https://aur.archlinux.org/64gram-desktop.git (read-only, click to copy)
Package Base: 64gram-desktop
Description: Unofficial desktop version of Telegram messaging app
Upstream URL: https://github.com/TDesktop-x64/tdesktop
Licenses: GPL3
Submitter: KspLite
Maintainer: alesar1
Last Packager: alesar1
Votes: 9
Popularity: 0.165077
First Submitted: 2021-04-05 11:02 (UTC)
Last Updated: 2024-04-18 15:49 (UTC)

Latest Comments

1 2 3 Next › Last »

kovdan01 commented on 2024-04-17 16:59 (UTC)

After https://github.com/TDesktop-x64/tdesktop/commit/3d481113688041b85523628a06a6863f7e21ed64, block-sponsored-messages.patch is broken. Here is a new version of this patch I've tested locally - please consider changing it here (note that line endings should be dos-style). Thanks!

diff --git a/Telegram/SourceFiles/data/components/sponsored_messages.cpp b/Telegram/SourceFiles/data/components/sponsored_messages.cpp
index d0e9bc5a0..cc7c8a5f9 100644
--- a/Telegram/SourceFiles/data/components/sponsored_messages.cpp
+++ b/Telegram/SourceFiles/data/components/sponsored_messages.cpp
@@ -181,7 +181,7 @@ void SponsoredMessages::inject(
 }

 bool SponsoredMessages::canHaveFor(not_null<History*> history) const {
-   return history->peer->isChannel();
+   return false;
 }

 void SponsoredMessages::request(not_null<History*> history, Fn<void()> done) {

alesar1 commented on 2024-04-01 14:00 (UTC)

@dr460nf1r3 Thank you, it should build fine now.

dr460nf1r3 commented on 2024-04-01 10:21 (UTC) (edited on 2024-04-01 10:22 (UTC) by dr460nf1r3)

Several findings for building this package:

  1. python-packaging missing in makedeps
  2. libxdamage also had to be added
  3. Build failure due to improper line endings in some files could be fixed by adding find "${srcdir}"/ -type f -exec dos2unix {} \; to prepare step and makedeps

alesar1 commented on 2024-01-27 10:08 (UTC)

@xiota Ok, I will add it for the next release.

xiota commented on 2024-01-27 09:48 (UTC)

@alesar1 It is a direct depend.

  1. This package is directly broken when the depend is updated, which has happened recently.
  2. Figuring out which packages need to be rebuilt is more difficult when frequently updated libraries are not listed in depends.
  3. Arch package guidelines state, "List all direct library dependencies." – I'm asking only for a library that has been demonstrated to be problematic.

alesar1 commented on 2024-01-27 08:29 (UTC)

@xiota libvpx.so is already an implicitly satisfied dependency (ffmpeg).

xiota commented on 2024-01-27 06:45 (UTC)

Please add depends on libvpx.so.

alesar1 commented on 2023-12-21 20:01 (UTC)

I made the package compatible with side-by-side installation of tdesktop, if you notice any issues, please let me know.

dreieck commented on 2023-12-19 20:53 (UTC)

Can you consider calling the executable /usr/bin/64gram-desktop instead of /usr/bin/telegram-desktop, and make this package compatible with side-by-side installation of telegram-desktop?

Regards!

alesar1 commented on 2023-11-02 22:35 (UTC)

@onurmercury I replaced 7z with LANG=C.UTF-8 bsdtar -xf It should work now, thank you!