Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] polari: update to 46.0.
@ 2024-04-21 12:52 fanyx
  2024-04-21 17:24 ` [PR REVIEW] " chrysos349
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: fanyx @ 2024-04-21 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages polari
https://github.com/void-linux/void-packages/pull/49957

polari: update to 46.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-polari-49957.patch --]
[-- Type: text/x-diff, Size: 1381 bytes --]

From 867eb30994fdace99790205c53265a8b58af516d Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Sun, 21 Apr 2024 14:51:25 +0200
Subject: [PATCH] polari: update to 46.0.

---
 srcpkgs/polari/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/polari/template b/srcpkgs/polari/template
index d81d16855305d4..b3f0a0a3ea43d8 100644
--- a/srcpkgs/polari/template
+++ b/srcpkgs/polari/template
@@ -1,12 +1,13 @@
 # Template file for 'polari'
 pkgname=polari
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="pkg-config itstool gettext glib-devel gtk-update-icon-cache
  desktop-file-utils"
-makedepends="gjs-devel telepathy-logger-devel telepathy-glib-devel"
+makedepends="gjs-devel telepathy-logger-devel telepathy-glib-devel
+ tracker-devel"
 depends="telepathy-logger telepathy-glib libsecret gtk4 libadwaita
  telepathy-idle telepathy-mission-control"
 checkdepends="appstream-glib desktop-file-utils"
@@ -16,4 +17,4 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Polari"
 changelog="https://gitlab.gnome.org/GNOME/polari/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/polari/${version%.*}/polari-${version}.tar.xz"
-checksum=9db7ddc094aa8557f19177e164c42d8be167f54724b927130b7621c829c1d4a1
+checksum=d2b1709e379189294f53d4ef15f03f8bcbbbe8c52f0f415e62f7d5f00c360a31

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
@ 2024-04-21 17:24 ` chrysos349
  2024-04-21 17:25 ` chrysos349
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-04-21 17:24 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573861729

Comment:
remove `telepathy-logger-devel`

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
  2024-04-21 17:24 ` [PR REVIEW] " chrysos349
@ 2024-04-21 17:25 ` chrysos349
  2024-04-21 17:29 ` chrysos349
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-04-21 17:25 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573861916

Comment:
remove `telepathy-logger`. read the changelog.

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
  2024-04-21 17:24 ` [PR REVIEW] " chrysos349
  2024-04-21 17:25 ` chrysos349
@ 2024-04-21 17:29 ` chrysos349
  2024-04-21 17:30 ` fanyx
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-04-21 17:29 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573863122

Comment:
and also add `tracker` to depends

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (2 preceding siblings ...)
  2024-04-21 17:29 ` chrysos349
@ 2024-04-21 17:30 ` fanyx
  2024-04-21 17:43 ` [PR PATCH] [Updated] " fanyx
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2024-04-21 17:30 UTC (permalink / raw)
  To: ml

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

New review comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573863266

Comment:
Ah, sorry
will update asap

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

* Re: [PR PATCH] [Updated] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (3 preceding siblings ...)
  2024-04-21 17:30 ` fanyx
@ 2024-04-21 17:43 ` fanyx
  2024-04-21 23:32 ` [PR REVIEW] " oreo639
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2024-04-21 17:43 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages polari
https://github.com/void-linux/void-packages/pull/49957

polari: update to 46.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-polari-49957.patch --]
[-- Type: text/x-diff, Size: 1447 bytes --]

From 284fc4cdf5737a51b246424d6bbbbc702dbe0bf6 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Sun, 21 Apr 2024 14:51:25 +0200
Subject: [PATCH] polari: update to 46.0.

---
 srcpkgs/polari/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/polari/template b/srcpkgs/polari/template
index d81d16855305d4..f795b40fdcdd4a 100644
--- a/srcpkgs/polari/template
+++ b/srcpkgs/polari/template
@@ -1,13 +1,13 @@
 # Template file for 'polari'
 pkgname=polari
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="pkg-config itstool gettext glib-devel gtk-update-icon-cache
  desktop-file-utils"
-makedepends="gjs-devel telepathy-logger-devel telepathy-glib-devel"
-depends="telepathy-logger telepathy-glib libsecret gtk4 libadwaita
+makedepends="gjs-devel telepathy-glib-devel tracker-devel"
+depends="tracker telepathy-glib libsecret gtk4 libadwaita
  telepathy-idle telepathy-mission-control"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="GNOME IRC client"
@@ -16,4 +16,4 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Polari"
 changelog="https://gitlab.gnome.org/GNOME/polari/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/polari/${version%.*}/polari-${version}.tar.xz"
-checksum=9db7ddc094aa8557f19177e164c42d8be167f54724b927130b7621c829c1d4a1
+checksum=d2b1709e379189294f53d4ef15f03f8bcbbbe8c52f0f415e62f7d5f00c360a31

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (4 preceding siblings ...)
  2024-04-21 17:43 ` [PR PATCH] [Updated] " fanyx
@ 2024-04-21 23:32 ` oreo639
  2024-04-21 23:36 ` oreo639
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-04-21 23:32 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573967049

Comment:
@chrysos349 Why tracker instead of libtracker? (the latter should get pulled in automatically)

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (5 preceding siblings ...)
  2024-04-21 23:32 ` [PR REVIEW] " oreo639
@ 2024-04-21 23:36 ` oreo639
  2024-04-21 23:39 ` oreo639
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-04-21 23:36 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573967049

Comment:
@chrysos349 Why tracker instead of libtracker? (the latter already gets pulled in automatically due to shlibs)

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (6 preceding siblings ...)
  2024-04-21 23:36 ` oreo639
@ 2024-04-21 23:39 ` oreo639
  2024-04-21 23:39 ` oreo639
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-04-21 23:39 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573968648

Comment:
Remove `tracker` from here. Only libtracker is required which already gets pulled in due to shlibs.

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (7 preceding siblings ...)
  2024-04-21 23:39 ` oreo639
@ 2024-04-21 23:39 ` oreo639
  2024-04-22  4:42 ` chrysos349
  2024-04-22  8:26 ` [PR PATCH] [Updated] " fanyx
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-04-21 23:39 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1573968648

Comment:
Remove `tracker` from here. Only `libtracker` is needed which already gets pulled in due to shlibs.

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

* Re: [PR REVIEW] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (8 preceding siblings ...)
  2024-04-21 23:39 ` oreo639
@ 2024-04-22  4:42 ` chrysos349
  2024-04-22  8:26 ` [PR PATCH] [Updated] " fanyx
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-04-22  4:42 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49957#discussion_r1574116543

Comment:
@oreo639 you're right about libtracker.

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

* Re: [PR PATCH] [Updated] polari: update to 46.0.
  2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
                   ` (9 preceding siblings ...)
  2024-04-22  4:42 ` chrysos349
@ 2024-04-22  8:26 ` fanyx
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2024-04-22  8:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages polari
https://github.com/void-linux/void-packages/pull/49957

polari: update to 46.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-polari-49957.patch --]
[-- Type: text/x-diff, Size: 1532 bytes --]

From a57008bcc76ba695c7f24be496fb4d0b957cb5a8 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Sun, 21 Apr 2024 14:51:25 +0200
Subject: [PATCH] polari: update to 46.0.

---
 srcpkgs/polari/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/polari/template b/srcpkgs/polari/template
index d81d16855305d4..e782d075baacee 100644
--- a/srcpkgs/polari/template
+++ b/srcpkgs/polari/template
@@ -1,14 +1,14 @@
 # Template file for 'polari'
 pkgname=polari
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="pkg-config itstool gettext glib-devel gtk-update-icon-cache
  desktop-file-utils"
-makedepends="gjs-devel telepathy-logger-devel telepathy-glib-devel"
-depends="telepathy-logger telepathy-glib libsecret gtk4 libadwaita
- telepathy-idle telepathy-mission-control"
+makedepends="gjs-devel telepathy-glib-devel tracker-devel"
+depends="telepathy-glib libsecret gtk4 libadwaita telepathy-idle
+ telepathy-mission-control"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="GNOME IRC client"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -16,4 +16,4 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Polari"
 changelog="https://gitlab.gnome.org/GNOME/polari/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/polari/${version%.*}/polari-${version}.tar.xz"
-checksum=9db7ddc094aa8557f19177e164c42d8be167f54724b927130b7621c829c1d4a1
+checksum=d2b1709e379189294f53d4ef15f03f8bcbbbe8c52f0f415e62f7d5f00c360a31

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

end of thread, other threads:[~2024-04-22  8:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-21 12:52 [PR PATCH] polari: update to 46.0 fanyx
2024-04-21 17:24 ` [PR REVIEW] " chrysos349
2024-04-21 17:25 ` chrysos349
2024-04-21 17:29 ` chrysos349
2024-04-21 17:30 ` fanyx
2024-04-21 17:43 ` [PR PATCH] [Updated] " fanyx
2024-04-21 23:32 ` [PR REVIEW] " oreo639
2024-04-21 23:36 ` oreo639
2024-04-21 23:39 ` oreo639
2024-04-21 23:39 ` oreo639
2024-04-22  4:42 ` chrysos349
2024-04-22  8:26 ` [PR PATCH] [Updated] " fanyx

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).