Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sov-0.63
@ 2022-05-03  9:31 brihadeesh
  2022-05-04 20:43 ` [PR REVIEW] " abenson
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: brihadeesh @ 2022-05-03  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From f8ec29b407a253a59cbeaff071870c2af1b246aa Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.63

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..39208a39dd8f
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,18 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.63
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+depends="wayland"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=07e5a0c807104e73ff0cb50fb216fe425035d90671b8febd8eb0443fe7076239
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
@ 2022-05-04 20:43 ` abenson
  2022-05-05  4:57 ` brihadeesh
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: abenson @ 2022-05-04 20:43 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r865358637

Comment:
You need `wayland-devel` here as well

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
  2022-05-04 20:43 ` [PR REVIEW] " abenson
@ 2022-05-05  4:57 ` brihadeesh
  2022-05-05  5:01 ` [PR PATCH] [Updated] " brihadeesh
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-05-05  4:57 UTC (permalink / raw)
  To: ml

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

New review comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r865554559

Comment:
In hostmakedepends?

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

* Re: [PR PATCH] [Updated] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
  2022-05-04 20:43 ` [PR REVIEW] " abenson
  2022-05-05  4:57 ` brihadeesh
@ 2022-05-05  5:01 ` brihadeesh
  2022-05-05  5:04 ` [PR REVIEW] " brihadeesh
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-05-05  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From 20d45007913e81fe5511fc34b4ee6a30be19e954 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.63

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..fd8d4daeb30b
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,18 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.63
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+depends="wayland"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=07e5a0c807104e73ff0cb50fb216fe425035d90671b8febd8eb0443fe7076239
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (2 preceding siblings ...)
  2022-05-05  5:01 ` [PR PATCH] [Updated] " brihadeesh
@ 2022-05-05  5:04 ` brihadeesh
  2022-08-07  2:14 ` github-actions
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-05-05  5:04 UTC (permalink / raw)
  To: ml

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

New review comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r865556519

Comment:
Alright this seems to fix the failed checks

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (3 preceding siblings ...)
  2022-05-05  5:04 ` [PR REVIEW] " brihadeesh
@ 2022-08-07  2:14 ` github-actions
  2022-08-07  9:58 ` brihadeesh
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: github-actions @ 2022-08-07  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1207316038

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (4 preceding siblings ...)
  2022-08-07  2:14 ` github-actions
@ 2022-08-07  9:58 ` brihadeesh
  2022-08-07 10:02 ` [PR REVIEW] " paper42
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07  9:58 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1207371820

Comment:
Hi @abenson @paper42 could either of you review this? (just saw that it's gone stale)

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (6 preceding siblings ...)
  2022-08-07 10:02 ` [PR REVIEW] " paper42
@ 2022-08-07 10:02 ` paper42
  2022-08-07 10:10 ` brihadeesh
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: paper42 @ 2022-08-07 10:02 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r939640864

Comment:
this should be autodetected, remove this line

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (5 preceding siblings ...)
  2022-08-07  9:58 ` brihadeesh
@ 2022-08-07 10:02 ` paper42
  2022-08-07 10:02 ` paper42
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: paper42 @ 2022-08-07 10:02 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r939640701

Comment:
cmake is an alternative to pkg-config in this case, drop it

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (7 preceding siblings ...)
  2022-08-07 10:02 ` paper42
@ 2022-08-07 10:10 ` brihadeesh
  2022-08-07 10:17 ` paper42
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07 10:10 UTC (permalink / raw)
  To: ml

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

New review comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r939641970

Comment:
The `depends` assignment?

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

* Re: [PR REVIEW] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (8 preceding siblings ...)
  2022-08-07 10:10 ` brihadeesh
@ 2022-08-07 10:17 ` paper42
  2022-08-07 10:47 ` [PR PATCH] [Updated] " brihadeesh
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: paper42 @ 2022-08-07 10:17 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#discussion_r939642891

Comment:
yes

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

* Re: [PR PATCH] [Updated] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (9 preceding siblings ...)
  2022-08-07 10:17 ` paper42
@ 2022-08-07 10:47 ` brihadeesh
  2022-08-07 10:52 ` brihadeesh
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07 10:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From 77fe43925a5208bbc6ee0788fde8e8f87e405728 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.63

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..49e30d66b7ef
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,17 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.63
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=07e5a0c807104e73ff0cb50fb216fe425035d90671b8febd8eb0443fe7076239
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (10 preceding siblings ...)
  2022-08-07 10:47 ` [PR PATCH] [Updated] " brihadeesh
@ 2022-08-07 10:52 ` brihadeesh
  2022-08-07 10:59 ` [PR PATCH] [Updated] " brihadeesh
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07 10:52 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1207380796

Comment:
Not sure why my np_sov branch is so outdated or why it's diverging when I rebase with upstream here.

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

* Re: [PR PATCH] [Updated] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (11 preceding siblings ...)
  2022-08-07 10:52 ` brihadeesh
@ 2022-08-07 10:59 ` brihadeesh
  2022-08-07 11:02 ` brihadeesh
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07 10:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From fd64aedb706e256f1656b73fb46f0622a4aa495d Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.63

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..49e30d66b7ef
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,17 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.63
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=07e5a0c807104e73ff0cb50fb216fe425035d90671b8febd8eb0443fe7076239
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (12 preceding siblings ...)
  2022-08-07 10:59 ` [PR PATCH] [Updated] " brihadeesh
@ 2022-08-07 11:02 ` brihadeesh
  2022-08-07 11:03 ` brihadeesh
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07 11:02 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1207382352

Comment:
Ok that should've fixed it.

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (13 preceding siblings ...)
  2022-08-07 11:02 ` brihadeesh
@ 2022-08-07 11:03 ` brihadeesh
  2022-08-24 10:16 ` brihadeesh
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-07 11:03 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1207382352

Comment:
Ok that should've fixed it. @paper42 

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (14 preceding siblings ...)
  2022-08-07 11:03 ` brihadeesh
@ 2022-08-24 10:16 ` brihadeesh
  2022-08-24 11:21 ` abenson
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-24 10:16 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1225517724

Comment:
Hey, @paper42 @abenson gentle reminder to review this. 

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (15 preceding siblings ...)
  2022-08-24 10:16 ` brihadeesh
@ 2022-08-24 11:21 ` abenson
  2022-08-24 11:22 ` abenson
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: abenson @ 2022-08-24 11:21 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1225584943

Comment:
Update to the latest version and force push to this branch 

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (16 preceding siblings ...)
  2022-08-24 11:21 ` abenson
@ 2022-08-24 11:22 ` abenson
  2022-08-24 11:30 ` [PR PATCH] [Updated] " brihadeesh
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: abenson @ 2022-08-24 11:22 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1225584943

Comment:
Update to the latest version (0.72) and force push to this branch 

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

* Re: [PR PATCH] [Updated] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (17 preceding siblings ...)
  2022-08-24 11:22 ` abenson
@ 2022-08-24 11:30 ` brihadeesh
  2022-08-24 11:50 ` brihadeesh
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-24 11:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From 394e16a15cc5bdcafcb20bf3bdef90cf9e66de99 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.72

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..6ac81cac0389
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,17 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.72
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=9873fa2fee84ce0d253f47233689a43659e1e634090151c392260079822f7845
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (18 preceding siblings ...)
  2022-08-24 11:30 ` [PR PATCH] [Updated] " brihadeesh
@ 2022-08-24 11:50 ` brihadeesh
  2022-08-24 11:53 ` brihadeesh
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-24 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From dc485a73dbc49cb9441a940089f54818831d2d68 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.72

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..6ac81cac0389
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,17 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.72
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=9873fa2fee84ce0d253f47233689a43659e1e634090151c392260079822f7845
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (19 preceding siblings ...)
  2022-08-24 11:50 ` brihadeesh
@ 2022-08-24 11:53 ` brihadeesh
  2022-11-23  2:06 ` github-actions
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-08-24 11:53 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1225615322

Comment:
Hey, @abenson it's done. Somehow keep forgetting to rebase before pushing

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

* Re: New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (20 preceding siblings ...)
  2022-08-24 11:53 ` brihadeesh
@ 2022-11-23  2:06 ` github-actions
  2022-11-24  8:59 ` [PR PATCH] [Updated] " brihadeesh
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: github-actions @ 2022-11-23  2:06 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1324457558

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: sov-0.63
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (21 preceding siblings ...)
  2022-11-23  2:06 ` github-actions
@ 2022-11-24  8:59 ` brihadeesh
  2022-11-24  9:04 ` [PR PATCH] [Updated] New package: sov-0.72 brihadeesh
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-11-24  8:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.63
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From dc485a73dbc49cb9441a940089f54818831d2d68 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.72

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..6ac81cac0389
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,17 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.72
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=9873fa2fee84ce0d253f47233689a43659e1e634090151c392260079822f7845
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: sov-0.72
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (22 preceding siblings ...)
  2022-11-24  8:59 ` [PR PATCH] [Updated] " brihadeesh
@ 2022-11-24  9:04 ` brihadeesh
  2022-11-24  9:08 ` brihadeesh
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-11-24  9:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_sov
https://github.com/void-linux/void-packages/pull/36970

New package: sov-0.72
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- 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/36970.patch is attached

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

From aa8cd7590dfead18cfbd59b03acd1cfa630115aa Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:20:16 +0530
Subject: [PATCH] New package: sov-0.73

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..c10f7ac8ad91
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,17 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.73
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel freetype-devel"
+short_desc="Overlay for easy window navigation in sway"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/milgra/sov"
+distfiles="https://github.com/milgra/sov/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=e62d8d98a26815b28f8cb28e8b468a075ca6c825b97bc6e77498b4f0f269f856
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: sov-0.72
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (23 preceding siblings ...)
  2022-11-24  9:04 ` [PR PATCH] [Updated] New package: sov-0.72 brihadeesh
@ 2022-11-24  9:08 ` brihadeesh
  2023-02-24  2:00 ` New package: sov-0.73 github-actions
  2023-03-10  2:05 ` [PR PATCH] [Closed]: " github-actions
  26 siblings, 0 replies; 28+ messages in thread
From: brihadeesh @ 2022-11-24  9:08 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1326153140

Comment:
Hi, @abenson I've updated the template to reflect the 0.73 which is one version number behind the current release. The latest release i.e. 0.74 doesn't appear to build and I think I might have to get that fixed upstream. 

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

* Re: New package: sov-0.73
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (24 preceding siblings ...)
  2022-11-24  9:08 ` brihadeesh
@ 2023-02-24  2:00 ` github-actions
  2023-03-10  2:05 ` [PR PATCH] [Closed]: " github-actions
  26 siblings, 0 replies; 28+ messages in thread
From: github-actions @ 2023-02-24  2:00 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36970#issuecomment-1442687997

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: sov-0.73
  2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
                   ` (25 preceding siblings ...)
  2023-02-24  2:00 ` New package: sov-0.73 github-actions
@ 2023-03-10  2:05 ` github-actions
  26 siblings, 0 replies; 28+ messages in thread
From: github-actions @ 2023-03-10  2:05 UTC (permalink / raw)
  To: ml

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

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

New package: sov-0.73
https://github.com/void-linux/void-packages/pull/36970

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)

<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-03-10  2:05 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03  9:31 [PR PATCH] New package: sov-0.63 brihadeesh
2022-05-04 20:43 ` [PR REVIEW] " abenson
2022-05-05  4:57 ` brihadeesh
2022-05-05  5:01 ` [PR PATCH] [Updated] " brihadeesh
2022-05-05  5:04 ` [PR REVIEW] " brihadeesh
2022-08-07  2:14 ` github-actions
2022-08-07  9:58 ` brihadeesh
2022-08-07 10:02 ` [PR REVIEW] " paper42
2022-08-07 10:02 ` paper42
2022-08-07 10:10 ` brihadeesh
2022-08-07 10:17 ` paper42
2022-08-07 10:47 ` [PR PATCH] [Updated] " brihadeesh
2022-08-07 10:52 ` brihadeesh
2022-08-07 10:59 ` [PR PATCH] [Updated] " brihadeesh
2022-08-07 11:02 ` brihadeesh
2022-08-07 11:03 ` brihadeesh
2022-08-24 10:16 ` brihadeesh
2022-08-24 11:21 ` abenson
2022-08-24 11:22 ` abenson
2022-08-24 11:30 ` [PR PATCH] [Updated] " brihadeesh
2022-08-24 11:50 ` brihadeesh
2022-08-24 11:53 ` brihadeesh
2022-11-23  2:06 ` github-actions
2022-11-24  8:59 ` [PR PATCH] [Updated] " brihadeesh
2022-11-24  9:04 ` [PR PATCH] [Updated] New package: sov-0.72 brihadeesh
2022-11-24  9:08 ` brihadeesh
2023-02-24  2:00 ` New package: sov-0.73 github-actions
2023-03-10  2:05 ` [PR PATCH] [Closed]: " github-actions

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