Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sway: update to 1.8.1.
@ 2023-02-13 17:53 mhmdanas
  2023-02-14 20:22 ` [PR REVIEW] " paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mhmdanas @ 2023-02-13 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sway-1.8.1
https://github.com/void-linux/void-packages/pull/42236

sway: update to 1.8.1.
<!-- 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/42236.patch is attached

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

From 1750676bd5a1488b140c2155fc1c29d1402b9747 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 13 Feb 2023 17:29:06 +0000
Subject: [PATCH] sway: update to 1.8.1.

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 1eca32f6b8e5..4071826fae8c 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,7 +1,7 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.8
-revision=2
+version=1.8.1
+revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
 conf_files="/etc/sway/config"
@@ -14,7 +14,7 @@ maintainer="Olaf Mersmann <olafm@p-value.net>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
-checksum=fae0422bca8f528027f77e3a7bbea2be0498bba2ad3f0d22554ff8827e37f04e
+checksum=e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
@ 2023-02-14 20:22 ` paper42
  2023-02-14 20:49 ` [PR PATCH] [Updated] " mhmdanas
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-02-14 20:22 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42236#discussion_r1106332113

Comment:
```suggestion
homepage="https://swaywm.org"
changelog="https://github.com/swaywm/sway/releases"
```

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

* Re: [PR PATCH] [Updated] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
  2023-02-14 20:22 ` [PR REVIEW] " paper42
@ 2023-02-14 20:49 ` mhmdanas
  2023-02-14 21:55 ` mhmdanas
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-02-14 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sway-1.8.1
https://github.com/void-linux/void-packages/pull/42236

sway: update to 1.8.1.
<!-- 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/42236.patch is attached

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

From 0b2dd9a23a6f286765032bebf02c5bc74393737d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 13 Feb 2023 17:29:06 +0000
Subject: [PATCH] sway: update to 1.8.1.

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

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 1eca32f6b8e5..04cd43ba3603 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,7 +1,7 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.8
-revision=2
+version=1.8.1
+revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
 conf_files="/etc/sway/config"
@@ -14,7 +14,8 @@ maintainer="Olaf Mersmann <olafm@p-value.net>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
-checksum=fae0422bca8f528027f77e3a7bbea2be0498bba2ad3f0d22554ff8827e37f04e
+homepage="https://github.com/swaywm/sway/releases"
+checksum=e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
  2023-02-14 20:22 ` [PR REVIEW] " paper42
  2023-02-14 20:49 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-02-14 21:55 ` mhmdanas
  2023-02-14 22:05 ` mhmdanas
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-02-14 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sway-1.8.1
https://github.com/void-linux/void-packages/pull/42236

sway: update to 1.8.1.
<!-- 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/42236.patch is attached

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

From ccc76bf0eb5d56e12bbda30b5f66d3fe88ff6e24 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 13 Feb 2023 17:29:06 +0000
Subject: [PATCH] sway: update to 1.8.1.

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

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 1eca32f6b8e5..a0b720db5067 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,7 +1,7 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.8
-revision=2
+version=1.8.1
+revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
 conf_files="/etc/sway/config"
@@ -14,7 +14,8 @@ maintainer="Olaf Mersmann <olafm@p-value.net>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
-checksum=fae0422bca8f528027f77e3a7bbea2be0498bba2ad3f0d22554ff8827e37f04e
+changelog="https://github.com/swaywm/sway/releases"
+checksum=e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
                   ` (2 preceding siblings ...)
  2023-02-14 21:55 ` mhmdanas
@ 2023-02-14 22:05 ` mhmdanas
  2023-02-28 22:18 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-02-14 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sway-1.8.1
https://github.com/void-linux/void-packages/pull/42236

sway: update to 1.8.1.
<!-- 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/42236.patch is attached

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

From ed8a3a941bca465254685744a532c464b41a7bf5 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 13 Feb 2023 17:29:06 +0000
Subject: [PATCH] sway: update to 1.8.1.

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

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 1eca32f6b8e5..0b4521e9fac3 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,7 +1,7 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.8
-revision=2
+version=1.8.1
+revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
 conf_files="/etc/sway/config"
@@ -13,8 +13,9 @@ short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Olaf Mersmann <olafm@p-value.net>"
 license="MIT"
 homepage="https://swaywm.org"
+changelog="https://github.com/swaywm/sway/releases"
 distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
-checksum=fae0422bca8f528027f77e3a7bbea2be0498bba2ad3f0d22554ff8827e37f04e
+checksum=e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
                   ` (3 preceding siblings ...)
  2023-02-14 22:05 ` mhmdanas
@ 2023-02-28 22:18 ` paper42
  2023-03-01 10:12 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-02-28 22:18 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42236#discussion_r1120863917

Comment:
this person last contributed in 2021, could you orphan this package? (feel free to adopt it if you are actively using it)

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

* Re: [PR PATCH] [Updated] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
                   ` (4 preceding siblings ...)
  2023-02-28 22:18 ` [PR REVIEW] " paper42
@ 2023-03-01 10:12 ` mhmdanas
  2023-03-01 10:13 ` [PR REVIEW] " mhmdanas
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-03-01 10:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sway-1.8.1
https://github.com/void-linux/void-packages/pull/42236

sway: update to 1.8.1.
<!-- 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/42236.patch is attached

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

From 2d4ecb0e25cd7c59395caa21f7370dac857e9810 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 13 Feb 2023 17:29:06 +0000
Subject: [PATCH] sway: update to 1.8.1, adopt.

---
 srcpkgs/sway/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 1eca32f6b8e5..6a735c82e88f 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,7 +1,7 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.8
-revision=2
+version=1.8.1
+revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
 conf_files="/etc/sway/config"
@@ -10,11 +10,12 @@ makedepends="wlroots-devel pcre2-devel json-c-devel pango-devel cairo-devel
  gdk-pixbuf-devel libevdev-devel"
 depends="libcap-progs swaybg xorg-server-xwayland libxkbcommon>=1.5.0_1"
 short_desc="Tiling Wayland compositor compatible with i3"
-maintainer="Olaf Mersmann <olafm@p-value.net>"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="MIT"
 homepage="https://swaywm.org"
+changelog="https://github.com/swaywm/sway/releases"
 distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
-checksum=fae0422bca8f528027f77e3a7bbea2be0498bba2ad3f0d22554ff8827e37f04e
+checksum=e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
                   ` (5 preceding siblings ...)
  2023-03-01 10:12 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-01 10:13 ` mhmdanas
  2023-03-01 19:00 ` [PR PATCH] [Merged]: " paper42
  2023-03-09 11:33 ` [PR REVIEW] " olafmersmann
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-03-01 10:13 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42236#discussion_r1121464602

Comment:
I use Sway actively, so I'm fine with adopting it. @olafmersmann is this fine with you?

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

* Re: [PR PATCH] [Merged]: sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
                   ` (6 preceding siblings ...)
  2023-03-01 10:13 ` [PR REVIEW] " mhmdanas
@ 2023-03-01 19:00 ` paper42
  2023-03-09 11:33 ` [PR REVIEW] " olafmersmann
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-03-01 19:00 UTC (permalink / raw)
  To: ml

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

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

sway: update to 1.8.1.
https://github.com/void-linux/void-packages/pull/42236

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

* Re: [PR REVIEW] sway: update to 1.8.1.
  2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
                   ` (7 preceding siblings ...)
  2023-03-01 19:00 ` [PR PATCH] [Merged]: " paper42
@ 2023-03-09 11:33 ` olafmersmann
  8 siblings, 0 replies; 10+ messages in thread
From: olafmersmann @ 2023-03-09 11:33 UTC (permalink / raw)
  To: ml

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

New review comment by olafmersmann on void-packages repository

https://github.com/void-linux/void-packages/pull/42236#discussion_r1130863306

Comment:
Sure!

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

end of thread, other threads:[~2023-03-09 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13 17:53 [PR PATCH] sway: update to 1.8.1 mhmdanas
2023-02-14 20:22 ` [PR REVIEW] " paper42
2023-02-14 20:49 ` [PR PATCH] [Updated] " mhmdanas
2023-02-14 21:55 ` mhmdanas
2023-02-14 22:05 ` mhmdanas
2023-02-28 22:18 ` [PR REVIEW] " paper42
2023-03-01 10:12 ` [PR PATCH] [Updated] " mhmdanas
2023-03-01 10:13 ` [PR REVIEW] " mhmdanas
2023-03-01 19:00 ` [PR PATCH] [Merged]: " paper42
2023-03-09 11:33 ` [PR REVIEW] " olafmersmann

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