Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xdg-desktop-portal-gnome: update to 43.0.
@ 2022-09-29  3:48 oreo639
  2022-10-02  1:06 ` [PR PATCH] [Updated] " oreo639
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: oreo639 @ 2022-09-29  3:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages xdp-gnome
https://github.com/void-linux/void-packages/pull/39521

xdg-desktop-portal-gnome: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 15a32dcc364339428efc37fde2201928dd342ab5 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 15:51:56 -0700
Subject: [PATCH 1/2] xdg-desktop-portal: update to 1.15.0.

---
 srcpkgs/xdg-desktop-portal/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..2e29350b5d3d 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,22 @@
 # Template file for 'xdg-desktop-portal'
 pkgname=xdg-desktop-portal
-version=1.14.6
+version=1.15.0
 revision=1
-build_style=gnu-configure
-configure_args="--enable-pipewire --enable-geoclue --enable-libportal --without-systemd"
-hostmakedepends="pkg-config glib-devel"
+build_style=meson
+configure_args="-Dpipewire=enabled -Dgeoclue=enabled -Dlibportal=enabled
+ -Dsystemd=disabled"
+hostmakedepends="pkg-config gettext glib-devel bubblewrap flatpak"
 makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
  libportal-devel"
-checkdepends="dbus"
+checkdepends="dbus python3-dbusmock"
 short_desc="Portal frontend service for Flatpak"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/flatpak/xdg-desktop-portal"
 changelog="https://github.com/flatpak/xdg-desktop-portal/raw/main/NEWS"
-distfiles="https://github.com/flatpak/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=f2e589972c0af78f2ba92ac222ebc9b9e1499bc9017aaa00041567caed950de0
+distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
+checksum=a0fc502e862dd4b23530bf4aa97899145415228b4c54bf6e6ef8b61e68ebb2bf
 
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
+	export TEST_IN_CI="true"
+fi

From 68eec1414aca9186ecefe684864ff70bff5e59ab Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 20:48:12 -0700
Subject: [PATCH 2/2] xdg-desktop-portal-gnome: update to 43.0.

---
 srcpkgs/xdg-desktop-portal-gnome/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template
index 8002ddcc399c..34d7150c6e9c 100644
--- a/srcpkgs/xdg-desktop-portal-gnome/template
+++ b/srcpkgs/xdg-desktop-portal-gnome/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-gnome'
 pkgname=xdg-desktop-portal-gnome
-version=42.3
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
@@ -15,4 +15,4 @@ license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
 changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-42/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4ed105a667e46325467103dc7346d2023faec1d5ec153bd17316da938f53ace0
+checksum=0e1867a45bcaa5ddb240a4cfdb22dd055cf87f07210b9e3bb70949f3c7be16a6

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
@ 2022-10-02  1:06 ` oreo639
  2022-10-02  1:16 ` [PR REVIEW] " classabbyamp
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages xdp-gnome
https://github.com/void-linux/void-packages/pull/39521

xdg-desktop-portal-gnome: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 74eb4f502584267277ce89d1b8d8dbcf90a6499b Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 20:48:12 -0700
Subject: [PATCH] xdg-desktop-portal-gnome: update to 43.0.

---
 srcpkgs/xdg-desktop-portal-gnome/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template
index 8002ddcc399c..34d7150c6e9c 100644
--- a/srcpkgs/xdg-desktop-portal-gnome/template
+++ b/srcpkgs/xdg-desktop-portal-gnome/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-gnome'
 pkgname=xdg-desktop-portal-gnome
-version=42.3
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
@@ -15,4 +15,4 @@ license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
 changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-42/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4ed105a667e46325467103dc7346d2023faec1d5ec153bd17316da938f53ace0
+checksum=0e1867a45bcaa5ddb240a4cfdb22dd055cf87f07210b9e3bb70949f3c7be16a6

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

* Re: [PR REVIEW] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
  2022-10-02  1:06 ` [PR PATCH] [Updated] " oreo639
@ 2022-10-02  1:16 ` classabbyamp
  2022-10-02  1:18 ` [PR PATCH] [Updated] " oreo639
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2022-10-02  1:16 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39521#discussion_r985163628

Comment:
```suggestion
changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/main/NEWS"
```

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
  2022-10-02  1:06 ` [PR PATCH] [Updated] " oreo639
  2022-10-02  1:16 ` [PR REVIEW] " classabbyamp
@ 2022-10-02  1:18 ` oreo639
  2022-10-02  1:21 ` [PR REVIEW] " classabbyamp
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages xdp-gnome
https://github.com/void-linux/void-packages/pull/39521

xdg-desktop-portal-gnome: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a992c43293b9b10ab2fab2e48b9e4f0256a0d14b Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 20:48:12 -0700
Subject: [PATCH] xdg-desktop-portal-gnome: update to 43.0.

---
 srcpkgs/xdg-desktop-portal-gnome/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template
index 8002ddcc399c..b8d4d5341c66 100644
--- a/srcpkgs/xdg-desktop-portal-gnome/template
+++ b/srcpkgs/xdg-desktop-portal-gnome/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-gnome'
 pkgname=xdg-desktop-portal-gnome
-version=42.3
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
@@ -13,6 +13,7 @@ short_desc="GNOME portal backend for xdg-desktop-portal"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
-changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-42/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4ed105a667e46325467103dc7346d2023faec1d5ec153bd17316da938f53ace0
+checksum=0e1867a45bcaa5ddb240a4cfdb22dd055cf87f07210b9e3bb70949f3c7be16a6

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

* Re: [PR REVIEW] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (2 preceding siblings ...)
  2022-10-02  1:18 ` [PR PATCH] [Updated] " oreo639
@ 2022-10-02  1:21 ` classabbyamp
  2022-10-02  1:23 ` [PR PATCH] [Updated] " oreo639
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2022-10-02  1:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39521#discussion_r985163986

Comment:
the default branch is main, not master, and the changelog should be pulled from that branch, not the branch associated with a certain release

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (3 preceding siblings ...)
  2022-10-02  1:21 ` [PR REVIEW] " classabbyamp
@ 2022-10-02  1:23 ` oreo639
  2022-10-02  1:26 ` [PR REVIEW] " oreo639
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages xdp-gnome
https://github.com/void-linux/void-packages/pull/39521

xdg-desktop-portal-gnome: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1ed5200b91ba9a7f718f650b7ce96c77725ab646 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 20:48:12 -0700
Subject: [PATCH] xdg-desktop-portal-gnome: update to 43.0.

---
 srcpkgs/xdg-desktop-portal-gnome/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template
index 8002ddcc399c..b8d4d5341c66 100644
--- a/srcpkgs/xdg-desktop-portal-gnome/template
+++ b/srcpkgs/xdg-desktop-portal-gnome/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-gnome'
 pkgname=xdg-desktop-portal-gnome
-version=42.3
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
@@ -13,6 +13,7 @@ short_desc="GNOME portal backend for xdg-desktop-portal"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
-changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-42/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4ed105a667e46325467103dc7346d2023faec1d5ec153bd17316da938f53ace0
+checksum=0e1867a45bcaa5ddb240a4cfdb22dd055cf87f07210b9e3bb70949f3c7be16a6

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

* Re: [PR REVIEW] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (4 preceding siblings ...)
  2022-10-02  1:23 ` [PR PATCH] [Updated] " oreo639
@ 2022-10-02  1:26 ` oreo639
  2022-10-02  1:26 ` oreo639
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39521#discussion_r985164298

Comment:
> the default branch is main, not master

Thanks.

> the changelog should be pulled from that branch, not the branch associated with a certain release

It's commented out, the changlogs for specific branches are stored in that branch, when xdg-desktop-portal's main branch is gnome 44 and patches need to be backported for gnome 43, the changelogs for those patch releases won't appear in main usually.

Hence why you don't see any change information for 42.1, 42.2, and 42.3.

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

* Re: [PR REVIEW] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (5 preceding siblings ...)
  2022-10-02  1:26 ` [PR REVIEW] " oreo639
@ 2022-10-02  1:26 ` oreo639
  2022-10-02  1:27 ` oreo639
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39521#discussion_r985164298

Comment:
> the default branch is main, not master

Thanks.

> the changelog should be pulled from that branch, not the branch associated with a certain release

It's commented out, the changlogs for specific branches are stored in that branch, when xdg-desktop-portal-gnome's main branch is gnome 44 and patches need to be backported for gnome 43, the changelogs for those patch releases won't appear in main usually.

Hence why you don't see any change information for 42.1, 42.2, and 42.3.

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

* Re: [PR REVIEW] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (6 preceding siblings ...)
  2022-10-02  1:26 ` oreo639
@ 2022-10-02  1:27 ` oreo639
  2022-10-02  1:28 ` classabbyamp
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39521#discussion_r985164298

Comment:
> the default branch is main, not master

Thanks.

> the changelog should be pulled from that branch, not the branch associated with a certain release

It's commented out, the changlogs for specific branches are stored in that branch, when xdg-desktop-portal-gnome's main branch is gnome 44 and patches need to be backported for gnome 43, the changelogs for those patch releases won't appear in main usually.

Hence why you don't see any change information for 42.1, 42.2, and 42.3 in the changelog in the main branch (those are only in the gnome-42 branch).

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

* Re: [PR REVIEW] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (7 preceding siblings ...)
  2022-10-02  1:27 ` oreo639
@ 2022-10-02  1:28 ` classabbyamp
  2022-10-02  1:33 ` [PR PATCH] [Updated] " oreo639
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2022-10-02  1:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39521#discussion_r985164445

Comment:
ok

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (8 preceding siblings ...)
  2022-10-02  1:28 ` classabbyamp
@ 2022-10-02  1:33 ` oreo639
  2022-10-02  1:33 ` oreo639
  2022-10-02  1:38 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages xdp-gnome
https://github.com/void-linux/void-packages/pull/39521

xdg-desktop-portal-gnome: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c24d73d1fcf421111c7f0e78d8b4fdb194e1635a Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 20:48:12 -0700
Subject: [PATCH] xdg-desktop-portal-gnome: update to 43.0.

---
 srcpkgs/xdg-desktop-portal-gnome/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template
index 8002ddcc399c..b8d4d5341c66 100644
--- a/srcpkgs/xdg-desktop-portal-gnome/template
+++ b/srcpkgs/xdg-desktop-portal-gnome/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-gnome'
 pkgname=xdg-desktop-portal-gnome
-version=42.3
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
@@ -13,6 +13,7 @@ short_desc="GNOME portal backend for xdg-desktop-portal"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
-changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-42/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4ed105a667e46325467103dc7346d2023faec1d5ec153bd17316da938f53ace0
+checksum=0e1867a45bcaa5ddb240a4cfdb22dd055cf87f07210b9e3bb70949f3c7be16a6

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (9 preceding siblings ...)
  2022-10-02  1:33 ` [PR PATCH] [Updated] " oreo639
@ 2022-10-02  1:33 ` oreo639
  2022-10-02  1:38 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-10-02  1:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages xdp-gnome
https://github.com/void-linux/void-packages/pull/39521

xdg-desktop-portal-gnome: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bf913631dc0d1e2315ac510f207ddba6ac2f5710 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Wed, 28 Sep 2022 20:48:12 -0700
Subject: [PATCH] xdg-desktop-portal-gnome: update to 43.0.

---
 srcpkgs/xdg-desktop-portal-gnome/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template
index 8002ddcc399c..03c68355eb9e 100644
--- a/srcpkgs/xdg-desktop-portal-gnome/template
+++ b/srcpkgs/xdg-desktop-portal-gnome/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-gnome'
 pkgname=xdg-desktop-portal-gnome
-version=42.3
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
@@ -13,6 +13,7 @@ short_desc="GNOME portal backend for xdg-desktop-portal"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
-changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-42/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4ed105a667e46325467103dc7346d2023faec1d5ec153bd17316da938f53ace0
+checksum=0e1867a45bcaa5ddb240a4cfdb22dd055cf87f07210b9e3bb70949f3c7be16a6

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

* Re: [PR PATCH] [Merged]: xdg-desktop-portal-gnome: update to 43.0.
  2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
                   ` (10 preceding siblings ...)
  2022-10-02  1:33 ` oreo639
@ 2022-10-02  1:38 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2022-10-02  1:38 UTC (permalink / raw)
  To: ml

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

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

xdg-desktop-portal-gnome: update to 43.0.
https://github.com/void-linux/void-packages/pull/39521

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-02  1:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  3:48 [PR PATCH] xdg-desktop-portal-gnome: update to 43.0 oreo639
2022-10-02  1:06 ` [PR PATCH] [Updated] " oreo639
2022-10-02  1:16 ` [PR REVIEW] " classabbyamp
2022-10-02  1:18 ` [PR PATCH] [Updated] " oreo639
2022-10-02  1:21 ` [PR REVIEW] " classabbyamp
2022-10-02  1:23 ` [PR PATCH] [Updated] " oreo639
2022-10-02  1:26 ` [PR REVIEW] " oreo639
2022-10-02  1:26 ` oreo639
2022-10-02  1:27 ` oreo639
2022-10-02  1:28 ` classabbyamp
2022-10-02  1:33 ` [PR PATCH] [Updated] " oreo639
2022-10-02  1:33 ` oreo639
2022-10-02  1:38 ` [PR PATCH] [Merged]: " classabbyamp

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