Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] protonmail-bridge: update to 3.8.2.
@ 2024-02-03 15:56 jbenden
  2024-02-04  8:01 ` [PR REVIEW] " oreo639
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jbenden @ 2024-02-03 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jbenden/void-packages protonmail-bridge-3.8.2
https://github.com/void-linux/void-packages/pull/48508

protonmail-bridge: update to 3.8.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (`x86_64`-`glibc`)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-3.8.2-48508.patch --]
[-- Type: text/x-diff, Size: 1832 bytes --]

From fde1e7aa63b2aeb369c15f65e9e54b25552f7092 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Sat, 3 Feb 2024 08:03:56 -0700
Subject: [PATCH] protonmail-bridge: update to 3.8.2.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/protonmail-bridge/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index ff08aee8720d7..b7696038b7637 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,28 +1,25 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=3.3.0
-revision=2
+version=3.8.2
+revision=1
 archs="x86_64"
 create_wrksrc=yes
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Joseph Benden <joe@benden.us>"
 license="GPL-3.0-or-later"
 homepage="https://proton.me/mail/bridge"
 distfiles="https://proton.me/download/bridge/protonmail-bridge_${version}-1_amd64.deb"
-checksum=4541f8aa145097ee171889b0c9d058450d09dc23be10231c83d6659789a27627
+checksum=410258231ac5df2f4896e9aa1c39cf6b7449fef79541ed31706ad4d8e134b545
 
 restricted=yes
+noverifyrdeps=yes
 nopie=yes
 
 do_install() {
 	rm -f usr/lib/protonmail/bridge/plugins/sqldrivers/libqsqlmysql.so
 	rm -f usr/lib/protonmail/bridge/plugins/sqldrivers/libqsqlodbc.so
 	rm -f usr/lib/protonmail/bridge/plugins/sqldrivers/libqsqlpsql.so
-	rm -rf usr/lib/protonmail/bridge/plugins/designer
-	rm -rf usr/lib/protonmail/bridge/plugins/qmltooling
-	rm -rf usr/lib/protonmail/bridge/qml/QtTest
-	rm -rf usr/lib/protonmail/bridge/qml/Qt/labs
 	rm -rf usr/lib/protonmail/bridge/lib/cmake
 	rm -rf usr/lib/protonmail/bridge/lib/pkgconfig
 	rm -rf usr/lib/protonmail/bridge/lib/*.a

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
@ 2024-02-04  8:01 ` oreo639
  2024-02-04  8:02 ` oreo639
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04  8:01 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477202390

Comment:
Don't add `noverifyrdeps=yes` here, this causes *all* rundeps to not be discovered.
The missing rdeps are for qt6-webview, which isn't packaged currently, the fix would be to package the dependency.

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
  2024-02-04  8:01 ` [PR REVIEW] " oreo639
@ 2024-02-04  8:02 ` oreo639
  2024-02-04  8:03 ` oreo639
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04  8:02 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477202390

Comment:
Don't add `noverifyrdeps=yes` here, this causes *all* rundeps to not be discovered.
The missing rdeps are for qt6-webview, which isn't packaged currently. The fix would be to package the dependency.

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
  2024-02-04  8:01 ` [PR REVIEW] " oreo639
  2024-02-04  8:02 ` oreo639
@ 2024-02-04  8:03 ` oreo639
  2024-02-04 14:25 ` jbenden
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04  8:03 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477202390

Comment:
Don't add `noverifyrdeps=yes` here, this causes *all* rundeps to not be discovered and added to the `depends`.
The missing rdeps are for qt6-webview, which isn't packaged currently. The fix would be to package the dependency.

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (2 preceding siblings ...)
  2024-02-04  8:03 ` oreo639
@ 2024-02-04 14:25 ` jbenden
  2024-02-04 15:30 ` oreo639
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jbenden @ 2024-02-04 14:25 UTC (permalink / raw)
  To: ml

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

New review comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477331635

Comment:
This is propriety software which bundles all dependencies. We cannot substitute our own.

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (3 preceding siblings ...)
  2024-02-04 14:25 ` jbenden
@ 2024-02-04 15:30 ` oreo639
  2024-02-04 15:30 ` oreo639
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04 15:30 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477202390

Comment:
Don't add `noverifyrdeps=yes` here, this causes *all* rundeps to not be discovered and added to the `depends`.
The missing rdeps are for qt6-webview, which isn't packaged currently. ~~The fix would be to package the dependency.~~

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (4 preceding siblings ...)
  2024-02-04 15:30 ` oreo639
@ 2024-02-04 15:30 ` oreo639
  2024-02-04 15:32 ` oreo639
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04 15:30 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477344394

Comment:
Ah, yeah, qt6-webview plugin is bundled. However `noverifyrdeps=yes` also causes dependencies like glibc, libxcb, glib, etc to not get pulled in, which are not bundled.

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (5 preceding siblings ...)
  2024-02-04 15:30 ` oreo639
@ 2024-02-04 15:32 ` oreo639
  2024-02-04 15:33 ` oreo639
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04 15:32 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477344394

Comment:
Ah, yeah, qt6-webview plugin is bundled. However `noverifyrdeps=yes` also causes dependencies like glibc, libxcb, glib, etc to not get pulled in, which are not bundled.

You can use, for example, `noverifyrdeps="libQt6WebViewQuick.so.6 libQt6WebView.so.6"` instead.

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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (6 preceding siblings ...)
  2024-02-04 15:32 ` oreo639
@ 2024-02-04 15:33 ` oreo639
  2024-02-04 15:36 ` oreo639
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04 15:33 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477344394

Comment:
Ah, yeah, qt6-webview plugin is bundled. However `noverifyrdeps=yes` also causes dependencies like glibc, libxcb, glib, etc to not get pulled in, which are not bundled.


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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (7 preceding siblings ...)
  2024-02-04 15:33 ` oreo639
@ 2024-02-04 15:36 ` oreo639
  2024-02-05  5:23 ` classabbyamp
  2024-05-06  1:46 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-02-04 15:36 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477344394

Comment:
Ah, yeah, qt6 plugins are bundled. However `noverifyrdeps=yes` also causes dependencies like glibc, libxcb, glib, etc to not get pulled in, which are not bundled.


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

* Re: [PR REVIEW] protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (8 preceding siblings ...)
  2024-02-04 15:36 ` oreo639
@ 2024-02-05  5:23 ` classabbyamp
  2024-05-06  1:46 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2024-02-05  5:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#discussion_r1477678042

Comment:
> This is propriety software which bundles all dependencies. We cannot substitute our own.

isn't the source here? 
https://github.com/ProtonMail/proton-bridge

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

* Re: protonmail-bridge: update to 3.8.2.
  2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
                   ` (9 preceding siblings ...)
  2024-02-05  5:23 ` classabbyamp
@ 2024-05-06  1:46 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-05-06  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48508#issuecomment-2095064979

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

end of thread, other threads:[~2024-05-06  1:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-03 15:56 [PR PATCH] protonmail-bridge: update to 3.8.2 jbenden
2024-02-04  8:01 ` [PR REVIEW] " oreo639
2024-02-04  8:02 ` oreo639
2024-02-04  8:03 ` oreo639
2024-02-04 14:25 ` jbenden
2024-02-04 15:30 ` oreo639
2024-02-04 15:30 ` oreo639
2024-02-04 15:32 ` oreo639
2024-02-04 15:33 ` oreo639
2024-02-04 15:36 ` oreo639
2024-02-05  5:23 ` classabbyamp
2024-05-06  1:46 ` github-actions

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