Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] telegram-desktop: update to 4.7.1.
@ 2023-04-03  6:49 baalajimaestro
  2023-04-03  7:26 ` icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: baalajimaestro @ 2023-04-03  6:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

There is a new pull request by baalajimaestro against master on the void-packages repository

https://github.com/baalajimaestro/void-packages update/tdesktop/4.7.1
https://github.com/void-linux/void-packages/pull/43232

telegram-desktop: update to 4.7.1.
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x64

Note: PR depends on PR #43231 to build

A patch file from https://github.com/void-linux/void-packages/pull/43232.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tdesktop/4.7.1-43232.patch --]
[-- Type: text/x-diff, Size: 1242 bytes --]

From db2b7b1ee3c48b56ae4784a7c88bfadc0270918c Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Mon, 3 Apr 2023 12:13:40 +0530
Subject: [PATCH] telegram-desktop: update to 4.7.1.

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 srcpkgs/telegram-desktop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template
index aae9f3135100..736c887aa6a3 100644
--- a/srcpkgs/telegram-desktop/template
+++ b/srcpkgs/telegram-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'telegram-desktop'
 pkgname=telegram-desktop
-version=4.6.5
+version=4.7.1
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -25,7 +25,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=3448d879afdc7c5c06d2b0f9cabe339b08093cb25f380a3e398d32daa96a9c36
+checksum=c3aeb12f5f533eacc70e69e5056f46cd01245ada67fd3fbc70e161104b87f8c5
 
 build_options="spellcheck"
 build_options_default="spellcheck"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: telegram-desktop: update to 4.7.1.
  2023-04-03  6:49 [PR PATCH] telegram-desktop: update to 4.7.1 baalajimaestro
@ 2023-04-03  7:26 ` icp1994
  2023-04-03  7:29 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-04-03  7:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43232#issuecomment-1493815908

Comment:
cherry pick the glibmm commit into this branch and force push

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: telegram-desktop: update to 4.7.1.
  2023-04-03  6:49 [PR PATCH] telegram-desktop: update to 4.7.1 baalajimaestro
  2023-04-03  7:26 ` icp1994
@ 2023-04-03  7:29 ` icp1994
  2023-04-03  7:34 ` paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-04-03  7:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43232#issuecomment-1493815908

Comment:
cherry pick the glibmm commit into this branch and force push

edit: never mind, that package is named with the version tag itself so it's probably not supposed to be updated except for patch versions.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: telegram-desktop: update to 4.7.1.
  2023-04-03  6:49 [PR PATCH] telegram-desktop: update to 4.7.1 baalajimaestro
  2023-04-03  7:26 ` icp1994
  2023-04-03  7:29 ` icp1994
@ 2023-04-03  7:34 ` paper42
  2023-04-24 10:13 ` baalajimaestro
  2023-04-24 10:55 ` [PR PATCH] [Closed]: " baalajimaestro
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-04-03  7:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43232#issuecomment-1493824144

Comment:
> edit: never mind, that package is named with the version tag itself so it's probably not supposed to be updated except for patch versions.

if you are talking about glibmm, the name is derived from the library name - it's `/usr/lib/libglibmm-2.4.so.1.3.0` for glibmm and `/usr/lib/libglibmm-2.68.so.1.3.0` for glibmm2.68. Updating glibmm2.68 to 2.76 doesn't change that name, so it can be updated.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: telegram-desktop: update to 4.7.1.
  2023-04-03  6:49 [PR PATCH] telegram-desktop: update to 4.7.1 baalajimaestro
                   ` (2 preceding siblings ...)
  2023-04-03  7:34 ` paper42
@ 2023-04-24 10:13 ` baalajimaestro
  2023-04-24 10:55 ` [PR PATCH] [Closed]: " baalajimaestro
  4 siblings, 0 replies; 6+ messages in thread
From: baalajimaestro @ 2023-04-24 10:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by baalajimaestro on void-packages repository

https://github.com/void-linux/void-packages/pull/43232#issuecomment-1519845398

Comment:
@paper42 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: telegram-desktop: update to 4.7.1.
  2023-04-03  6:49 [PR PATCH] telegram-desktop: update to 4.7.1 baalajimaestro
                   ` (3 preceding siblings ...)
  2023-04-24 10:13 ` baalajimaestro
@ 2023-04-24 10:55 ` baalajimaestro
  4 siblings, 0 replies; 6+ messages in thread
From: baalajimaestro @ 2023-04-24 10:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There's a closed pull request on the void-packages repository

telegram-desktop: update to 4.7.1.
https://github.com/void-linux/void-packages/pull/43232

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x64

Note: PR depends on PR #43231 to build

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-24 10:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03  6:49 [PR PATCH] telegram-desktop: update to 4.7.1 baalajimaestro
2023-04-03  7:26 ` icp1994
2023-04-03  7:29 ` icp1994
2023-04-03  7:34 ` paper42
2023-04-24 10:13 ` baalajimaestro
2023-04-24 10:55 ` [PR PATCH] [Closed]: " baalajimaestro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).