Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0
@ 2021-02-17 19:35 ifreund
  2021-02-17 22:48 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ifreund @ 2021-02-17 19:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages xdpw
https://github.com/void-linux/void-packages/pull/28829

New package: xdg-desktop-portal-wlr-0.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28829.patch is attached

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

From bea8f8f59e6265eeb7d8b4a50343c11dec0672ae Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 17 Feb 2021 20:30:29 +0100
Subject: [PATCH] New package: xdg-desktop-portal-wlr-0.2.0

---
 srcpkgs/xdg-desktop-portal-wlr/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/xdg-desktop-portal-wlr/template

diff --git a/srcpkgs/xdg-desktop-portal-wlr/template b/srcpkgs/xdg-desktop-portal-wlr/template
new file mode 100644
index 00000000000..3392d274358
--- /dev/null
+++ b/srcpkgs/xdg-desktop-portal-wlr/template
@@ -0,0 +1,18 @@
+# Template file for 'xdg-desktop-portal-wlr'
+pkgname=xdg-desktop-portal-wlr
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols elogind-devel pipewire-devel"
+depends="xdg-desktop-portal"
+short_desc="Backend of xdg-desktop-portal for wlroots"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://github.com/emersion/xdg-desktop-portal-wlr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=316f5df3a70331c2fa5476e33acf92349e56eb0514d245b942fcf3122ba32df6
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
@ 2021-02-17 22:48 ` paper42
  2021-02-18  4:48 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-02-17 22:48 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/28829#issuecomment-780905469

Comment:
this PR closes #23296

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

* Re: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
  2021-02-17 22:48 ` paper42
@ 2021-02-18  4:48 ` ericonr
  2021-02-18  9:26 ` ifreund
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-18  4:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28829#issuecomment-781047601

Comment:
I managed to get it working for me, I had to select the output whose name was empty, instead of the "entire screen" option :/

I still have some slight reservations on it being considered pre-release by upstream. Can you explain their instance on this?

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

* Re: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
  2021-02-17 22:48 ` paper42
  2021-02-18  4:48 ` ericonr
@ 2021-02-18  9:26 ` ifreund
  2021-02-18  9:27 ` ifreund
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2021-02-18  9:26 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/28829#issuecomment-781207824

Comment:
@ericonr
```
10:21 <ifreund> emersion: what's the reasoning for xdg-desktop-portal-wlr being a pre-release? void doesn't usually accept projects marked as such into the repos: https://github.com/void-linux/void-packages/pull/28829#issuecomment-781047601
10:22 <ifreund> which is is a shame, because both chrome and firefox in the void repos are built with pipewire support now :)
10:23 <emersion> ifreund: i don't really understand. meson has version 0.57.0, is it in the repos?
10:23 <ifreund> xdpw 0.2.0 is listed as a pre-release by github here: https://github.com/emersion/xdg-desktop-portal-wlr/releases
10:24 <emersion> oh, the github thing? it's just something automatically done by my release script
10:25 <ifreund> does the script wait for 1.0 before marking it as a release? :D
10:25 <emersion> yea
10:25 <emersion> probably doesn't make a lot of sense
```

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

* Re: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
                   ` (2 preceding siblings ...)
  2021-02-18  9:26 ` ifreund
@ 2021-02-18  9:27 ` ifreund
  2021-02-18 12:35 ` [PR PATCH] [Merged]: " ericonr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2021-02-18  9:27 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/28829#issuecomment-781207824

Comment:
@ericonr
```
10:21 <ifreund> emersion: what's the reasoning for xdg-desktop-portal-wlr being a pre-release? void doesn't usually accept projects marked as such into the repos: https://github.com/void-linux/void-packages/pull/28829#issuecomment-781047601
10:22 <ifreund> which is is a shame, because both chrome and firefox in the void repos are built with pipewire support now :)
10:23 <emersion> ifreund: i don't really understand. meson has version 0.57.0, is it in the repos?
10:23 <ifreund> xdpw 0.2.0 is listed as a pre-release by github here: https://github.com/emersion/xdg-desktop-portal-wlr/releases
10:24 <emersion> oh, the github thing? it's just something automatically done by my release script
10:25 <ifreund> does the script wait for 1.0 before marking it as a release? :D
10:25 <emersion> yea
10:25 <emersion> probably doesn't make a lot of sense
```
Edit: 0.2.0 is no longer marked as a pre-release :)

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

* Re: [PR PATCH] [Merged]: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
                   ` (3 preceding siblings ...)
  2021-02-18  9:27 ` ifreund
@ 2021-02-18 12:35 ` ericonr
  2021-02-18 15:29 ` st3r4g
  2021-02-18 15:46 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-18 12:35 UTC (permalink / raw)
  To: ml

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

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

New package: xdg-desktop-portal-wlr-0.2.0
https://github.com/void-linux/void-packages/pull/28829

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Closes #23296

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

* Re: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
                   ` (4 preceding siblings ...)
  2021-02-18 12:35 ` [PR PATCH] [Merged]: " ericonr
@ 2021-02-18 15:29 ` st3r4g
  2021-02-18 15:46 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: st3r4g @ 2021-02-18 15:29 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/28829#issuecomment-781424482

Comment:
> I managed to get it working for me, I had to select the output whose name was empty, instead of the "entire screen" option :/

which browser is that? I remember this happened in an older firefox version but now it seems fixed

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

* Re: New package: xdg-desktop-portal-wlr-0.2.0
  2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
                   ` (5 preceding siblings ...)
  2021-02-18 15:29 ` st3r4g
@ 2021-02-18 15:46 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-18 15:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28829#issuecomment-781437398

Comment:
I was on firefox 84, it's better on 85. Thanks for the reminder :)

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

end of thread, other threads:[~2021-02-18 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17 19:35 [PR PATCH] New package: xdg-desktop-portal-wlr-0.2.0 ifreund
2021-02-17 22:48 ` paper42
2021-02-18  4:48 ` ericonr
2021-02-18  9:26 ` ifreund
2021-02-18  9:27 ` ifreund
2021-02-18 12:35 ` [PR PATCH] [Merged]: " ericonr
2021-02-18 15:29 ` st3r4g
2021-02-18 15:46 ` ericonr

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