Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xdg-desktop-portal: update to 1.15.0
@ 2022-09-28 22:54 oreo639
  2022-09-28 22:55 ` [PR PATCH] [Updated] " oreo639
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: oreo639 @ 2022-09-28 22:54 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

---
 srcpkgs/xdg-desktop-portal/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..6373af4c4b03 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,9 +1,10 @@
 # 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"
+build_style=meson
+configure_args="-Dpipewire=enabled -Dgeoclue=enabled -Dlibportal=enabled
+ -Dsystemd=disabled"
 hostmakedepends="pkg-config glib-devel"
 makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
  libportal-devel"
@@ -14,8 +15,4 @@ 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+checksum=73d1e7f6201cda3a81e1b67ada2e5deb403c08eaccd44fe91ac1adca9d980da7

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
@ 2022-09-28 22:55 ` oreo639
  2022-09-28 22:58 ` oreo639
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-28 22:55 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

---
 srcpkgs/xdg-desktop-portal/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..6373af4c4b03 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,9 +1,10 @@
 # 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"
+build_style=meson
+configure_args="-Dpipewire=enabled -Dgeoclue=enabled -Dlibportal=enabled
+ -Dsystemd=disabled"
 hostmakedepends="pkg-config glib-devel"
 makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
  libportal-devel"
@@ -14,8 +15,4 @@ 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+checksum=73d1e7f6201cda3a81e1b67ada2e5deb403c08eaccd44fe91ac1adca9d980da7

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
  2022-09-28 22:55 ` [PR PATCH] [Updated] " oreo639
@ 2022-09-28 22:58 ` oreo639
  2022-09-28 23:03 ` oreo639
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-28 22:58 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

---
 srcpkgs/xdg-desktop-portal/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..691d3cbd4007 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,10 +1,11 @@
 # 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 glib-devel bubblewrap"
 makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
  libportal-devel"
 checkdepends="dbus"
@@ -14,8 +15,4 @@ 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+checksum=73d1e7f6201cda3a81e1b67ada2e5deb403c08eaccd44fe91ac1adca9d980da7

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
  2022-09-28 22:55 ` [PR PATCH] [Updated] " oreo639
  2022-09-28 22:58 ` oreo639
@ 2022-09-28 23:03 ` oreo639
  2022-09-28 23:35 ` oreo639
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-28 23:03 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

---
 srcpkgs/xdg-desktop-portal/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..71772771db9b 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,10 +1,11 @@
 # 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 glib-devel bubblewrap flatpak"
 makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
  libportal-devel"
 checkdepends="dbus"
@@ -14,8 +15,4 @@ 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+checksum=73d1e7f6201cda3a81e1b67ada2e5deb403c08eaccd44fe91ac1adca9d980da7

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (2 preceding siblings ...)
  2022-09-28 23:03 ` oreo639
@ 2022-09-28 23:35 ` oreo639
  2022-09-29  0:50 ` oreo639
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-28 23:35 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

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

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..f642239116f3 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,18 @@
 # 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+checksum=73d1e7f6201cda3a81e1b67ada2e5deb403c08eaccd44fe91ac1adca9d980da7

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (3 preceding siblings ...)
  2022-09-28 23:35 ` oreo639
@ 2022-09-29  0:50 ` oreo639
  2022-09-29  0:56 ` oreo639
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-29  0:50 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

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

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..6b35078b877b 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,18 @@
 # 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
+checksum=a0fc502e862dd4b23530bf4aa97899145415228b4c54bf6e6ef8b61e68ebb2bf

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (4 preceding siblings ...)
  2022-09-29  0:50 ` oreo639
@ 2022-09-29  0:56 ` oreo639
  2022-09-29  1:28 ` oreo639
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-29  0:56 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

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

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..460b29c89bba 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,18 @@
 # 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 rtkit"
 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
+checksum=a0fc502e862dd4b23530bf4aa97899145415228b4c54bf6e6ef8b61e68ebb2bf

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (5 preceding siblings ...)
  2022-09-29  0:56 ` oreo639
@ 2022-09-29  1:28 ` oreo639
  2022-09-29  1:34 ` oreo639
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-29  1:28 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

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

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..15a21b534cb6 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,18 @@
 # 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 rtkit pipewire"
 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
+checksum=a0fc502e862dd4b23530bf4aa97899145415228b4c54bf6e6ef8b61e68ebb2bf

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (6 preceding siblings ...)
  2022-09-29  1:28 ` oreo639
@ 2022-09-29  1:34 ` oreo639
  2022-09-29  1:38 ` oreo639
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-29  1:34 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

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

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

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

diff --git a/srcpkgs/xdg-desktop-portal/template b/srcpkgs/xdg-desktop-portal/template
index 966016ad9e7b..d688de9e94b6 100644
--- a/srcpkgs/xdg-desktop-portal/template
+++ b/srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,21 @@
 # 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
-
-post_install() {
-	rm -rf "${DESTDIR}/usr/lib/systemd"
-}
+distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
+checksum=a0fc502e862dd4b23530bf4aa97899145415228b4c54bf6e6ef8b61e68ebb2bf
+if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
+	export TEST_IN_CI="true"
+fi

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

* Re: [PR PATCH] [Updated] xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (7 preceding siblings ...)
  2022-09-29  1:34 ` oreo639
@ 2022-09-29  1:38 ` oreo639
  2022-10-02  0:57 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-09-29  1:38 UTC (permalink / raw)
  To: ml

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

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

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

xdg-desktop-portal: update to 1.15.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/39518.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xdp-39518.patch --]
[-- Type: text/x-diff, Size: 1915 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] 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

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

* Re: [PR PATCH] [Merged]: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (8 preceding siblings ...)
  2022-09-29  1:38 ` oreo639
@ 2022-10-02  0:57 ` classabbyamp
  2022-10-02 12:34 ` Duncaen
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2022-10-02  0:57 UTC (permalink / raw)
  To: ml

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

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

xdg-desktop-portal: update to 1.15.0.
https://github.com/void-linux/void-packages/pull/39518

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] 23+ messages in thread

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (9 preceding siblings ...)
  2022-10-02  0:57 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-10-02 12:34 ` Duncaen
  2022-10-02 12:37 ` oreo639
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2022-10-02 12:34 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264633279

Comment:
This is a pre-release

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (10 preceding siblings ...)
  2022-10-02 12:34 ` Duncaen
@ 2022-10-02 12:37 ` oreo639
  2022-10-02 12:39 ` oreo639
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:37 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264633714

Comment:
It is required by xdg-desktop-portal-gnome 43 unfortunately.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (11 preceding siblings ...)
  2022-10-02 12:37 ` oreo639
@ 2022-10-02 12:39 ` oreo639
  2022-10-02 12:43 ` Duncaen
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:39 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264633714

Comment:
It is required by xdg-desktop-portal-gnome 43 unfortunately. (It is necessary for screenshot v2 support)

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (12 preceding siblings ...)
  2022-10-02 12:39 ` oreo639
@ 2022-10-02 12:43 ` Duncaen
  2022-10-02 12:44 ` oreo639
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2022-10-02 12:43 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635007

Comment:
Would be more appropriate to do this with the update that would require the pre-release version.

Also why did you switch to the automatically generated release tar ball instead of the one the developers upload with a known sha256 hash?

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (13 preceding siblings ...)
  2022-10-02 12:43 ` Duncaen
@ 2022-10-02 12:44 ` oreo639
  2022-10-02 12:49 ` oreo639
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:44 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
The autogen dist was missing test files.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (14 preceding siblings ...)
  2022-10-02 12:44 ` oreo639
@ 2022-10-02 12:49 ` oreo639
  2022-10-02 12:51 ` oreo639
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:49 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
The autogen dist was missing test files.
Although I decided to leave pytest disabled since it can't find the xdg-desktop-portal executable, so it could be switched back, sorry about that.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (15 preceding siblings ...)
  2022-10-02 12:49 ` oreo639
@ 2022-10-02 12:51 ` oreo639
  2022-10-02 12:53 ` oreo639
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:51 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
The autogen dist was missing test files.
Although I decided to leave pytest disabled since it couldn't find the xdg-desktop-portal executable, so it can be switched back, sorry about that.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (16 preceding siblings ...)
  2022-10-02 12:51 ` oreo639
@ 2022-10-02 12:53 ` oreo639
  2022-10-02 12:54 ` oreo639
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:53 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
> Would be more appropriate to do this with the update that would require the pre-release version.

I did. That was a separate PR.

> Also why did you switch to the automatically generated release tar ball instead of the one the developers upload with a known sha256 hash?

The autogen dist was missing test files.
Although I decided to leave pytest disabled since it couldn't find the xdg-desktop-portal executable, so it can be switched back, sorry about that.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (17 preceding siblings ...)
  2022-10-02 12:53 ` oreo639
@ 2022-10-02 12:54 ` oreo639
  2022-10-02 13:00 ` oreo639
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 12:54 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
> Would be more appropriate to do this with the update that would require the pre-release version.

I did. That was a separate PR.

> Also why did you switch to the automatically generated release tar ball instead of the one the developers upload with a known sha256 hash?

The autogen dist was missing test files.
Although I ended up leaving pytest disabled since it couldn't find the xdg-desktop-portal executable, so it can be switched back, sorry about that.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (18 preceding siblings ...)
  2022-10-02 12:54 ` oreo639
@ 2022-10-02 13:00 ` oreo639
  2022-10-02 13:13 ` oreo639
  2022-10-02 13:13 ` oreo639
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 13:00 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
> Would be more appropriate to do this with the update that would require the pre-release version.

I did. That was a separate PR. https://github.com/void-linux/void-packages/pull/39521

> Also why did you switch to the automatically generated release tar ball instead of the one the developers upload with a known sha256 hash?

The autogen dist was missing test files.
Although I ended up leaving pytest disabled since it couldn't find the xdg-desktop-portal executable, so it can be switched back, sorry about that.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (19 preceding siblings ...)
  2022-10-02 13:00 ` oreo639
@ 2022-10-02 13:13 ` oreo639
  2022-10-02 13:13 ` oreo639
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 13:13 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
> Would be more appropriate to do this with the update that would require the pre-release version.

I did. That was a separate PR. https://github.com/void-linux/void-packages/pull/39521

> Also why did you switch to the automatically generated release tar ball instead of the one the developers upload with a known sha256 hash?

The autogen dist was missing some of the test files.
Although I ended up leaving the pytest tests disabled since it couldn't find the xdg-desktop-portal executable, so it can be switched back, sorry about that.

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

* Re: xdg-desktop-portal: update to 1.15.0.
  2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
                   ` (20 preceding siblings ...)
  2022-10-02 13:13 ` oreo639
@ 2022-10-02 13:13 ` oreo639
  21 siblings, 0 replies; 23+ messages in thread
From: oreo639 @ 2022-10-02 13:13 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39518#issuecomment-1264635281

Comment:
> Would be more appropriate to do this with the update that would require the pre-release version.

I did. That was a separate PR. https://github.com/void-linux/void-packages/pull/39521

> Also why did you switch to the automatically generated release tar ball instead of the one the developers upload with a known sha256 hash?

The autogen dist was missing some of the test files.
Although I ended up leaving the pytest tests disabled since it couldn't find the xdg-desktop-portal executable.

It can be switched back, sorry about that.

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

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

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 22:54 [PR PATCH] xdg-desktop-portal: update to 1.15.0 oreo639
2022-09-28 22:55 ` [PR PATCH] [Updated] " oreo639
2022-09-28 22:58 ` oreo639
2022-09-28 23:03 ` oreo639
2022-09-28 23:35 ` oreo639
2022-09-29  0:50 ` oreo639
2022-09-29  0:56 ` oreo639
2022-09-29  1:28 ` oreo639
2022-09-29  1:34 ` oreo639
2022-09-29  1:38 ` oreo639
2022-10-02  0:57 ` [PR PATCH] [Merged]: " classabbyamp
2022-10-02 12:34 ` Duncaen
2022-10-02 12:37 ` oreo639
2022-10-02 12:39 ` oreo639
2022-10-02 12:43 ` Duncaen
2022-10-02 12:44 ` oreo639
2022-10-02 12:49 ` oreo639
2022-10-02 12:51 ` oreo639
2022-10-02 12:53 ` oreo639
2022-10-02 12:54 ` oreo639
2022-10-02 13:00 ` oreo639
2022-10-02 13:13 ` oreo639
2022-10-02 13:13 ` oreo639

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