Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dunst: update to 1.6.1
@ 2021-02-24 20:33 biopsin
  2021-02-24 20:37 ` biopsin
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: biopsin @ 2021-02-24 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29039

dunst: update to 1.6.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] armv7l-musl
-->
Drop make_build_target defaults to all
Add wayland support (default force_wayland = false)

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

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

From 8378599ea27a658bee546bd0cdd862b11505f76a Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Wed, 24 Feb 2021 20:17:20 +0000
Subject: [PATCH] dunst: update to 1.6.1 Drop make_build_target defaults to all
 Add wayland support (default force_wayland = false)

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

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index ce1c91a5a53..6fdd18e3216 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,20 +1,19 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.5.0
+version=1.6.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
-make_build_target="all dunstify"
 hostmakedepends="perl pkg-config"
 makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
- libxdg-basedir-devel libnotify-devel"
+ libxdg-basedir-devel libnotify-devel wayland-devel wayland-protocols"
 short_desc="Lightweight and customizable notification daemon"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a
+checksum=cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13
 
 post_install() {
 	vlicense LICENSE

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
@ 2021-02-24 20:37 ` biopsin
  2021-02-24 21:23 ` FollieHiyuki
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: biopsin @ 2021-02-24 20:37 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-785358914

Comment:
wtf

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
  2021-02-24 20:37 ` biopsin
@ 2021-02-24 21:23 ` FollieHiyuki
  2021-02-24 22:14 ` [PR PATCH] [Updated] " biopsin
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-02-24 21:23 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-785393406

Comment:
Don't do `git merge` :) Do `git pull --rebase` from upstream branch instead

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

* Re: [PR PATCH] [Updated] dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
  2021-02-24 20:37 ` biopsin
  2021-02-24 21:23 ` FollieHiyuki
@ 2021-02-24 22:14 ` biopsin
  2021-02-24 23:48 ` FollieHiyuki
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: biopsin @ 2021-02-24 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29039

dunst: update to 1.6.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] armv7l-musl
-->
Drop make_build_target defaults to all
Add wayland support (default force_wayland = false)

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

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

From aa72b5397ee7bbeb9d2e2a89c960a5a63ea9017b Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Wed, 24 Feb 2021 20:17:20 +0000
Subject: [PATCH] dunst: update to 1.6.1 Drop make_build_target defaults to all
 Add wayland support (default force_wayland = false)

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

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index ce1c91a5a53..6fdd18e3216 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,20 +1,19 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.5.0
+version=1.6.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
-make_build_target="all dunstify"
 hostmakedepends="perl pkg-config"
 makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
- libxdg-basedir-devel libnotify-devel"
+ libxdg-basedir-devel libnotify-devel wayland-devel wayland-protocols"
 short_desc="Lightweight and customizable notification daemon"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a
+checksum=cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13
 
 post_install() {
 	vlicense LICENSE

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (2 preceding siblings ...)
  2021-02-24 22:14 ` [PR PATCH] [Updated] " biopsin
@ 2021-02-24 23:48 ` FollieHiyuki
  2021-02-25  5:36 ` biopsin
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-02-24 23:48 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-785469472

Comment:
Anyway `dunst` natively runs on Wayland is a huge deal for me. I was kinda waiting for this. 
Will try it out when I finish digging the doc and updating my config.

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (3 preceding siblings ...)
  2021-02-24 23:48 ` FollieHiyuki
@ 2021-02-25  5:36 ` biopsin
  2021-02-25 11:02 ` FollieHiyuki
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: biopsin @ 2021-02-25  5:36 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-785625991

Comment:
@FollieHiyuki You should diff your dunstrc with the one in /etc/dunst as there are some changes.
Any feedback is appriciated, as I don't run wayland.

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (4 preceding siblings ...)
  2021-02-25  5:36 ` biopsin
@ 2021-02-25 11:02 ` FollieHiyuki
  2021-02-25 14:52 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-02-25 11:02 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-785811545

Comment:
Seems to work natively on `sway` for me. `xeyes` doesn't see the notifications.
The new progress bar feature works ok too.
I only use notification for basic backlight / volume control, so my testing ability is limited :)

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

* Re: [PR REVIEW] dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (5 preceding siblings ...)
  2021-02-25 11:02 ` FollieHiyuki
@ 2021-02-25 14:52 ` ericonr
  2021-02-25 14:53 ` ericonr
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-25 14:52 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#discussion_r582893492

Comment:
I'm about 100% sure `wayland-protocols` isn't making any difference here.

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

* Re: [PR REVIEW] dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (6 preceding siblings ...)
  2021-02-25 14:52 ` [PR REVIEW] " ericonr
@ 2021-02-25 14:53 ` ericonr
  2021-02-25 15:02 ` FollieHiyuki
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-25 14:53 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#discussion_r582897273

Comment:
Unless it's being used to determine if Wayland should be built at all.

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

* Re: [PR REVIEW] dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (7 preceding siblings ...)
  2021-02-25 14:53 ` ericonr
@ 2021-02-25 15:02 ` FollieHiyuki
  2021-02-26  7:57 ` biopsin
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-02-25 15:02 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#discussion_r582905027

Comment:
> WAYLAND=(0|1): Disable/Enable wayland support. (Default: 1 (enabled))

I think it always tries to build with Wayland.

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

* Re: [PR REVIEW] dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (8 preceding siblings ...)
  2021-02-25 15:02 ` FollieHiyuki
@ 2021-02-26  7:57 ` biopsin
  2021-02-26 22:49 ` [PR PATCH] [Updated] " biopsin
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: biopsin @ 2021-02-26  7:57 UTC (permalink / raw)
  To: ml

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

New review comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#discussion_r583447563

Comment:
Package wayland-protocols was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-protocols.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-protocols' found
Makefile:40: "Failed to query pkg-config for package 'wayland-protocols'!"

Yes enable build default, so you mean you would like wayland be put in a build_option_ ?

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

* Re: [PR PATCH] [Updated] dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (9 preceding siblings ...)
  2021-02-26  7:57 ` biopsin
@ 2021-02-26 22:49 ` biopsin
  2021-02-26 23:02 ` biopsin
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: biopsin @ 2021-02-26 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29039

dunst: update to 1.6.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] armv7l-musl
-->
Drop make_build_target defaults to all
Add wayland support (default force_wayland = false)

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

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

From 3169c3d3d44af0f91e0384a78e4c442b7a55dfc5 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Wed, 24 Feb 2021 20:17:20 +0000
Subject: [PATCH] dunst: update to 1.6.1 Drop make_build_target it defaults to
 all Add wayland support (default force_wayland = false) Drop binary files
 install it's now handled too

update
---
 srcpkgs/dunst/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index ce1c91a5a53..9d054656c50 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,23 +1,24 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.5.0
+version=1.6.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
-make_build_target="all dunstify"
+make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0)"
 hostmakedepends="perl pkg-config"
 makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
- libxdg-basedir-devel libnotify-devel"
+ libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"
 short_desc="Lightweight and customizable notification daemon"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a
+checksum=cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13
+
+build_options="wayland"
+build_options_default="wayland"
 
 post_install() {
 	vlicense LICENSE
-	vbin dunstctl
-	vbin dunstify
 }

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (10 preceding siblings ...)
  2021-02-26 22:49 ` [PR PATCH] [Updated] " biopsin
@ 2021-02-26 23:02 ` biopsin
  2021-02-27  0:12 ` ericonr
  2021-02-27  0:12 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: biopsin @ 2021-02-26 23:02 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-786940360

Comment:
@ericonr template updated; when you have the time to take a peek, I'm in a limbo regarding the wayland-protocols comment, build stage complains if it's not pressent (see https://github.com/void-linux/void-packages/pull/29039#discussion_r583447563).

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

* Re: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (11 preceding siblings ...)
  2021-02-26 23:02 ` biopsin
@ 2021-02-27  0:12 ` ericonr
  2021-02-27  0:12 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-27  0:12 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29039#issuecomment-786960515

Comment:
I don't think a build option is necessary, but it's simple enough. And some of their `pkg-config` invocations must require wayland protocols, despite it not being necessary. Thanks for checking :)

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

* Re: [PR PATCH] [Merged]: dunst: update to 1.6.1
  2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
                   ` (12 preceding siblings ...)
  2021-02-27  0:12 ` ericonr
@ 2021-02-27  0:12 ` ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-27  0:12 UTC (permalink / raw)
  To: ml

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

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

dunst: update to 1.6.1
https://github.com/void-linux/void-packages/pull/29039

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

#### General
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] armv7l-musl
-->
Drop make_build_target defaults to all
Add wayland support (default force_wayland = false)

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

end of thread, other threads:[~2021-02-27  0:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 20:33 [PR PATCH] dunst: update to 1.6.1 biopsin
2021-02-24 20:37 ` biopsin
2021-02-24 21:23 ` FollieHiyuki
2021-02-24 22:14 ` [PR PATCH] [Updated] " biopsin
2021-02-24 23:48 ` FollieHiyuki
2021-02-25  5:36 ` biopsin
2021-02-25 11:02 ` FollieHiyuki
2021-02-25 14:52 ` [PR REVIEW] " ericonr
2021-02-25 14:53 ` ericonr
2021-02-25 15:02 ` FollieHiyuki
2021-02-26  7:57 ` biopsin
2021-02-26 22:49 ` [PR PATCH] [Updated] " biopsin
2021-02-26 23:02 ` biopsin
2021-02-27  0:12 ` ericonr
2021-02-27  0:12 ` [PR PATCH] [Merged]: " 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).