Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: swayr-0.6.2
@ 2021-08-06 13:52 ram02z
  2021-08-06 14:09 ` [PR PATCH] [Updated] " ram02z
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: ram02z @ 2021-08-06 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.6.2
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From f6bff5a61cab2301238bf852445bd64f3640f896 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.6.2

---
 srcpkgs/swayr/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..f7ebb7d7392e
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,16 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.6.2
+revision=1
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=35a64cf1d27b7ec305d152029f77c23031cbbff4254161e4893c2525d4be4c82
+wrksrc="${pkgname}-v${version}"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: swayr-0.6.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
@ 2021-08-06 14:09 ` ram02z
  2021-08-06 14:10 ` ram02z
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2021-08-06 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.6.2
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From 885434de2dd38299df451f1170d1eb72ffef7724 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.6.2

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..2ae8eed6c4b4
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.6.2
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=35a64cf1d27b7ec305d152029f77c23031cbbff4254161e4893c2525d4be4c82

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

* Re: New package: swayr-0.6.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
  2021-08-06 14:09 ` [PR PATCH] [Updated] " ram02z
@ 2021-08-06 14:10 ` ram02z
  2021-08-06 19:27 ` ericonr
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2021-08-06 14:10 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-894288547

Comment:
Not sure why my local version of `xlint` didn't give me the same warnings as the CI, but I have pushed the fixes to the warnings.

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

* Re: New package: swayr-0.6.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
  2021-08-06 14:09 ` [PR PATCH] [Updated] " ram02z
  2021-08-06 14:10 ` ram02z
@ 2021-08-06 19:27 ` ericonr
  2021-08-10 14:18 ` [PR PATCH] [Updated] " ram02z
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-08-06 19:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-894473243

Comment:
CI uses git version of xlint.

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

* Re: [PR PATCH] [Updated] New package: swayr-0.6.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (2 preceding siblings ...)
  2021-08-06 19:27 ` ericonr
@ 2021-08-10 14:18 ` ram02z
  2021-10-31 14:08 ` ram02z
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2021-08-10 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.6.2
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From a2a3afd25660b7abb6af343e90fb859da78e3c4d Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.6.2

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..276fd9f0f5e8
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.6.2
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/v${version}.tar.gz"
+checksum=35a64cf1d27b7ec305d152029f77c23031cbbff4254161e4893c2525d4be4c82

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

* Re: New package: swayr-0.6.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (3 preceding siblings ...)
  2021-08-10 14:18 ` [PR PATCH] [Updated] " ram02z
@ 2021-10-31 14:08 ` ram02z
  2022-01-04 18:45 ` [PR PATCH] [Updated] " ram02z
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2021-10-31 14:08 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-955707604

Comment:
Waiting on https://github.com/void-linux/void-packages/pull/32555 to update from v0.62.

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

* Re: [PR PATCH] [Updated] New package: swayr-0.6.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (4 preceding siblings ...)
  2021-10-31 14:08 ` ram02z
@ 2022-01-04 18:45 ` ram02z
  2022-02-12 20:30 ` [PR PATCH] [Updated] New package: swayr-0.11.2 ram02z
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-01-04 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.6.2
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From e30c562d9e2e5e4f5f0602bd1a27cfe8b596c873 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.11.2

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..47b8105210a0
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.11.2
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/v${version}.tar.gz"
+checksum=7bf02f0de70e0f9695a13c22a1774f64d44802194ffcf0e8a65bf637586ea402

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

* Re: [PR PATCH] [Updated] New package: swayr-0.11.2
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (5 preceding siblings ...)
  2022-01-04 18:45 ` [PR PATCH] [Updated] " ram02z
@ 2022-02-12 20:30 ` ram02z
  2022-05-26  9:46 ` [PR PATCH] [Updated] New package: swayr-0.13.0 ram02z
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-02-12 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.11.2
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From 4b3a97b946764aa37262f1c8df8f471b407128d7 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.13.0

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..d191df292ec8
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.13.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/v${version}.tar.gz"
+checksum=bff14714705d7ec7d8fbd435b3b014776b37cfbb9d80cc242640a092503adc4a

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

* Re: [PR PATCH] [Updated] New package: swayr-0.13.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (6 preceding siblings ...)
  2022-02-12 20:30 ` [PR PATCH] [Updated] New package: swayr-0.11.2 ram02z
@ 2022-05-26  9:46 ` ram02z
  2022-05-26  9:55 ` New package: swayr-0.18.0 ram02z
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-05-26  9:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.13.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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From 9beaa0d4d6c35ff796ddd7d93cda6009f9bafeb1 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.18.0

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..76e14024756a
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.18.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/swayr-${version}.tar.gz"
+checksum=4fdbe839b9e122752fad6f24cb6441c5df7b61099c5beffe6780aa6576c9b0c2

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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (7 preceding siblings ...)
  2022-05-26  9:46 ` [PR PATCH] [Updated] New package: swayr-0.13.0 ram02z
@ 2022-05-26  9:55 ` ram02z
  2022-05-28  0:30 ` ram02z
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-05-26  9:55 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1138362811

Comment:
Package v.1.18.0 won't build since the version of cargo is too old.

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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (8 preceding siblings ...)
  2022-05-26  9:55 ` New package: swayr-0.18.0 ram02z
@ 2022-05-28  0:30 ` ram02z
  2022-06-10 15:27 ` jcgruenhage
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-05-28  0:30 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1138362811

Comment:
Package v.0.18.0 won't build since the version of cargo is too old.

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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (9 preceding siblings ...)
  2022-05-28  0:30 ` ram02z
@ 2022-06-10 15:27 ` jcgruenhage
  2022-06-11 15:14 ` [PR PATCH] [Updated] " ram02z
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jcgruenhage @ 2022-06-10 15:27 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1152481181

Comment:
@ram02z Rust has been updated, so a rebase should fix this.

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

* Re: [PR PATCH] [Updated] New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (10 preceding siblings ...)
  2022-06-10 15:27 ` jcgruenhage
@ 2022-06-11 15:14 ` ram02z
  2022-06-11 15:16 ` ram02z
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-06-11 15:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.18.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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From 04f4bab9ec2e7f2b5340cc777bdc890705279148 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.18.0

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..76e14024756a
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.18.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/swayr-${version}.tar.gz"
+checksum=4fdbe839b9e122752fad6f24cb6441c5df7b61099c5beffe6780aa6576c9b0c2

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

* Re: [PR PATCH] [Updated] New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (11 preceding siblings ...)
  2022-06-11 15:14 ` [PR PATCH] [Updated] " ram02z
@ 2022-06-11 15:16 ` ram02z
  2022-06-11 15:21 ` [PR PATCH] [Closed]: " ram02z
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-06-11 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages swayr
https://github.com/void-linux/void-packages/pull/32363

New package: swayr-0.18.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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32363.patch is attached

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

From c451214a5e140c5a96b4942845e4c36c74f9cf16 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 6 Aug 2021 14:49:51 +0100
Subject: [PATCH] New package: swayr-0.19.0

---
 srcpkgs/swayr/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/swayr/template

diff --git a/srcpkgs/swayr/template b/srcpkgs/swayr/template
new file mode 100644
index 000000000000..df401e71aad3
--- /dev/null
+++ b/srcpkgs/swayr/template
@@ -0,0 +1,12 @@
+# Template file for 'swayr'
+pkgname=swayr
+version=0.19.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
+build_style=cargo
+short_desc="Swayr is a window switcher (and more) for sway"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~tsdh/swayr"
+distfiles="https://git.sr.ht/~tsdh/swayr/archive/swayr-${version}.tar.gz"
+checksum=3d67d0fdabd28cafb05c505f5c0ba4c339500247968ca5a7ebaa2c0b9c077154

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

* Re: [PR PATCH] [Closed]: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (12 preceding siblings ...)
  2022-06-11 15:16 ` ram02z
@ 2022-06-11 15:21 ` ram02z
  2022-06-11 15:22 ` ram02z
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-06-11 15:21 UTC (permalink / raw)
  To: ml

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

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

New package: swayr-0.18.0
https://github.com/void-linux/void-packages/pull/32363

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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (13 preceding siblings ...)
  2022-06-11 15:21 ` [PR PATCH] [Closed]: " ram02z
@ 2022-06-11 15:22 ` ram02z
  2022-06-11 15:22 ` ram02z
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-06-11 15:22 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1152950043

Comment:
> @ram02z Rust has been updated, so a rebase should fix this.

The swayr project has two tools as part of it now which I have no desire of maintaiting. Feel free to use the template.

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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (14 preceding siblings ...)
  2022-06-11 15:22 ` ram02z
@ 2022-06-11 15:22 ` ram02z
  2022-06-11 16:18 ` jcgruenhage
  2022-06-11 16:49 ` jcgruenhage
  17 siblings, 0 replies; 19+ messages in thread
From: ram02z @ 2022-06-11 15:22 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1152950043

Comment:
> @ram02z Rust has been updated, so a rebase should fix this.

The swayr project has two tools as part of it now which I have no desire of maintaining. Feel free to use the template.

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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (15 preceding siblings ...)
  2022-06-11 15:22 ` ram02z
@ 2022-06-11 16:18 ` jcgruenhage
  2022-06-11 16:49 ` jcgruenhage
  17 siblings, 0 replies; 19+ messages in thread
From: jcgruenhage @ 2022-06-11 16:18 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1152958635

Comment:
yay, another swaybar/i3bar backend :D

I have no intention of using swayrbar, but swayr itself sounds useful enough, so I'll go ahead and whip up a template.

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

* Re: New package: swayr-0.18.0
  2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
                   ` (16 preceding siblings ...)
  2022-06-11 16:18 ` jcgruenhage
@ 2022-06-11 16:49 ` jcgruenhage
  17 siblings, 0 replies; 19+ messages in thread
From: jcgruenhage @ 2022-06-11 16:49 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/32363#issuecomment-1152962728

Comment:
I just opened #37520 which includes both swayr and swayrbar, in case you're still interested in using one of those

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

end of thread, other threads:[~2022-06-11 16:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 13:52 [PR PATCH] New package: swayr-0.6.2 ram02z
2021-08-06 14:09 ` [PR PATCH] [Updated] " ram02z
2021-08-06 14:10 ` ram02z
2021-08-06 19:27 ` ericonr
2021-08-10 14:18 ` [PR PATCH] [Updated] " ram02z
2021-10-31 14:08 ` ram02z
2022-01-04 18:45 ` [PR PATCH] [Updated] " ram02z
2022-02-12 20:30 ` [PR PATCH] [Updated] New package: swayr-0.11.2 ram02z
2022-05-26  9:46 ` [PR PATCH] [Updated] New package: swayr-0.13.0 ram02z
2022-05-26  9:55 ` New package: swayr-0.18.0 ram02z
2022-05-28  0:30 ` ram02z
2022-06-10 15:27 ` jcgruenhage
2022-06-11 15:14 ` [PR PATCH] [Updated] " ram02z
2022-06-11 15:16 ` ram02z
2022-06-11 15:21 ` [PR PATCH] [Closed]: " ram02z
2022-06-11 15:22 ` ram02z
2022-06-11 15:22 ` ram02z
2022-06-11 16:18 ` jcgruenhage
2022-06-11 16:49 ` jcgruenhage

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