Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sov-0.9b
@ 2023-03-05 12:15 milgra
  2023-03-06 20:27 ` [PR REVIEW] " abenson
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: milgra @ 2023-03-05 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.9b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From 3e051a08dd43508b530dc4457f1c3afcfaec213d Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.9b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..3fcd1401e9ba
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,15 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.9b
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/release"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=c02da72c071583dc2797f35a31b2264f98aee2b1fd0801e5454f52f3a4f666d1

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

* Re: [PR REVIEW] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
@ 2023-03-06 20:27 ` abenson
  2023-03-06 20:28 ` abenson
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abenson @ 2023-03-06 20:27 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1126999524

Comment:
Why is this restricted?

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

* Re: [PR REVIEW] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
  2023-03-06 20:27 ` [PR REVIEW] " abenson
@ 2023-03-06 20:28 ` abenson
  2023-03-06 21:11 ` [PR PATCH] [Updated] " milgra
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: abenson @ 2023-03-06 20:28 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1126999993

Comment:
We prefer a plaintext log; this can be omitted if there isn't one.

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

* Re: [PR PATCH] [Updated] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
  2023-03-06 20:27 ` [PR REVIEW] " abenson
  2023-03-06 20:28 ` abenson
@ 2023-03-06 21:11 ` milgra
  2023-03-06 21:12 ` [PR REVIEW] " milgra
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-06 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.9b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From 8215ce41aa625efc94251ca1405bed2719744b56 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.9b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..3fcd1401e9ba
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,15 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.9b
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/release"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=c02da72c071583dc2797f35a31b2264f98aee2b1fd0801e5454f52f3a4f666d1

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

* Re: [PR REVIEW] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (2 preceding siblings ...)
  2023-03-06 21:11 ` [PR PATCH] [Updated] " milgra
@ 2023-03-06 21:12 ` milgra
  2023-03-06 21:14 ` milgra
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-06 21:12 UTC (permalink / raw)
  To: ml

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

New review comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1127037785

Comment:
On i686 the build fails with
`/usr/include/GL/glew.h:1693:19: error: conflicting types for 'GLintptr'; have 'ptrdiff_t' {aka 'int'}`
On arm archs build fails with
`meson.build:105:3: ERROR: Include dir /usr/include/GLES2 does not exist.`
I didn't go after these issues mainly because I couldn't test on real hardware. But it works on x86_64-musl so I add that.

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

* Re: [PR REVIEW] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (3 preceding siblings ...)
  2023-03-06 21:12 ` [PR REVIEW] " milgra
@ 2023-03-06 21:14 ` milgra
  2023-03-06 21:14 ` [PR PATCH] [Updated] " paper42
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-06 21:14 UTC (permalink / raw)
  To: ml

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

New review comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1127039355

Comment:
There is no plaintext log, only the github release descriptions :(

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

* Re: [PR PATCH] [Updated] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (4 preceding siblings ...)
  2023-03-06 21:14 ` milgra
@ 2023-03-06 21:14 ` paper42
  2023-03-06 21:21 ` [PR REVIEW] " Duncaen
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: paper42 @ 2023-03-06 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.9b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From 1912698e5bbf8e35558b43e0e0ecd100e97473e8 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.9b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..7205bec4bde6
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,15 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.9b
+revision=1
+archs="x86_64*"
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/releases"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=c02da72c071583dc2797f35a31b2264f98aee2b1fd0801e5454f52f3a4f666d1

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

* Re: [PR REVIEW] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (5 preceding siblings ...)
  2023-03-06 21:14 ` [PR PATCH] [Updated] " paper42
@ 2023-03-06 21:21 ` Duncaen
  2023-03-06 21:49 ` milgra
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Duncaen @ 2023-03-06 21:21 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1127045685

Comment:
The `meson.build` script is broken and hardcodes paths, this breaks cross compilation, not any specific architecture.

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

* Re: [PR REVIEW] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (6 preceding siblings ...)
  2023-03-06 21:21 ` [PR REVIEW] " Duncaen
@ 2023-03-06 21:49 ` milgra
  2023-03-08 10:55 ` [PR PATCH] [Updated] " milgra
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-06 21:49 UTC (permalink / raw)
  To: ml

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

New review comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1127069762

Comment:
True, I check how it is done in other packages and update the PR. The functional tests also fail, have to check that also.

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

* Re: [PR PATCH] [Updated] New package: sov-0.9b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (7 preceding siblings ...)
  2023-03-06 21:49 ` milgra
@ 2023-03-08 10:55 ` milgra
  2023-03-08 10:59 ` New package: sov-0.91b milgra
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 10:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.9b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From d4c09f0928720fb986541af8388e2cbf3d971e8a Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.91b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..fd9f0ef50ee7
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,14 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.91b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/releases"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=577cffbab0a575ea64f8c1ddb05a19a30d28f2fa47e16bd67fa86f07c3e3c011

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

* Re: New package: sov-0.91b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (8 preceding siblings ...)
  2023-03-08 10:55 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 10:59 ` milgra
  2023-03-08 11:32 ` [PR REVIEW] " paper42
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 10:59 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#issuecomment-1459987714

Comment:
I removed the hardcoded paths from meson.build, also had to bump version number, hope it is working now.

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

* Re: [PR REVIEW] New package: sov-0.91b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (9 preceding siblings ...)
  2023-03-08 10:59 ` New package: sov-0.91b milgra
@ 2023-03-08 11:32 ` paper42
  2023-03-08 11:32 ` paper42
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: paper42 @ 2023-03-08 11:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1129292881

Comment:
If there is no plaintext log, releases is better than nothing, but please fix the typo

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

* Re: [PR REVIEW] New package: sov-0.91b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (10 preceding siblings ...)
  2023-03-08 11:32 ` [PR REVIEW] " paper42
@ 2023-03-08 11:32 ` paper42
  2023-03-08 12:58 ` [PR PATCH] [Updated] " milgra
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: paper42 @ 2023-03-08 11:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1129292881

Comment:
If there is no plaintext log, releases is better than nothing

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

* Re: [PR PATCH] [Updated] New package: sov-0.91b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (11 preceding siblings ...)
  2023-03-08 11:32 ` paper42
@ 2023-03-08 12:58 ` milgra
  2023-03-08 13:00 ` [PR PATCH] [Updated] New package: sov-0.92b milgra
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 12:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.91b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From ed0e68ff9c17cf82fcf352e60b8173734a4ff36b Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.92b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..fd9f0ef50ee7
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,14 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.91b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/releases"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=577cffbab0a575ea64f8c1ddb05a19a30d28f2fa47e16bd67fa86f07c3e3c011

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

* Re: [PR PATCH] [Updated] New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (12 preceding siblings ...)
  2023-03-08 12:58 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 13:00 ` milgra
  2023-03-08 13:02 ` milgra
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 13:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.92b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From 16b7072438c32e59b4bf941f1f5ef1a966dbd924 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.92b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..ec1922e1d8ea
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,14 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.92b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/releases"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=ca7b4653af481b026a4bcc99e5954f9abff3fdbfe368c0f9b4fa6cbd33fcfa9d

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

* Re: New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (13 preceding siblings ...)
  2023-03-08 13:00 ` [PR PATCH] [Updated] New package: sov-0.92b milgra
@ 2023-03-08 13:02 ` milgra
  2023-03-08 13:02 ` [PR PATCH] [Updated] " milgra
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 13:02 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#issuecomment-1460118380

Comment:
Removed glew from the dependencies and glVertexArrays from the code to avoid type redefinitions on ARM systems, bumped versioon to 0.92b.

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

* Re: [PR PATCH] [Updated] New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (14 preceding siblings ...)
  2023-03-08 13:02 ` milgra
@ 2023-03-08 13:02 ` milgra
  2023-03-08 13:02 ` milgra
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 13:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.92b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From d17faf5768c9915024eafdf8137974b68ad1a721 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.92b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..b1491445acf4
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,14 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.92b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/releases"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=ca7b4653af481b026a4bcc99e5954f9abff3fdbfe368c0f9b4fa6cbd33fcfa9d

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

* Re: New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (15 preceding siblings ...)
  2023-03-08 13:02 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 13:02 ` milgra
  2023-03-08 16:21 ` [PR PATCH] [Updated] " milgra
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 13:02 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#issuecomment-1460118380

Comment:
Removed glew from the dependencies and glVertexArrays from the code to avoid type redefinitions on ARM systems, bumped version to 0.92b.

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

* Re: [PR PATCH] [Updated] New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (16 preceding siblings ...)
  2023-03-08 13:02 ` milgra
@ 2023-03-08 16:21 ` milgra
  2023-03-08 17:19 ` milgra
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages sov-branch
https://github.com/void-linux/void-packages/pull/42596

New package: sov-0.92b
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

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

From 1bacda026d9f5820a69dadd7c969d6b8afd0840f Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 13:14:30 +0100
Subject: [PATCH] New package: sov-0.92b

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

diff --git a/srcpkgs/sov/template b/srcpkgs/sov/template
new file mode 100644
index 000000000000..a3848e5b222f
--- /dev/null
+++ b/srcpkgs/sov/template
@@ -0,0 +1,14 @@
+# Template file for 'sov'
+pkgname=sov
+version=0.92b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libglvnd-devel libpng-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Overlay that shows schemas for all workspaces in sway wm"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/sov"
+changelog="https://github.com/milgra/sov/releases"
+distfiles="https://github.com/milgra/sov/archive/${version}.tar.gz"
+checksum=ca7b4653af481b026a4bcc99e5954f9abff3fdbfe368c0f9b4fa6cbd33fcfa9d

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

* Re: New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (17 preceding siblings ...)
  2023-03-08 16:21 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 17:19 ` milgra
  2023-03-10  3:20 ` [PR REVIEW] " hervyqa
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-08 17:19 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#issuecomment-1460528709

Comment:
Added missing dependency libglvnd-devel.

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

* Re: [PR REVIEW] New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (18 preceding siblings ...)
  2023-03-08 17:19 ` milgra
@ 2023-03-10  3:20 ` hervyqa
  2023-03-10  3:21 ` hervyqa
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hervyqa @ 2023-03-10  3:20 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1131908754

Comment:
typo. `releases`, not release

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

* Re: [PR REVIEW] New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (19 preceding siblings ...)
  2023-03-10  3:20 ` [PR REVIEW] " hervyqa
@ 2023-03-10  3:21 ` hervyqa
  2023-03-28 20:05 ` milgra
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hervyqa @ 2023-03-10  3:21 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#discussion_r1131908754

Comment:
~typo. `releases`, not release~

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

* Re: New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (20 preceding siblings ...)
  2023-03-10  3:21 ` hervyqa
@ 2023-03-28 20:05 ` milgra
  2023-06-27  2:08 ` github-actions
  2023-07-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  23 siblings, 0 replies; 25+ messages in thread
From: milgra @ 2023-03-28 20:05 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42596#issuecomment-1487524592

Comment:
Can you please approve the workflow?

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

* Re: New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (21 preceding siblings ...)
  2023-03-28 20:05 ` milgra
@ 2023-06-27  2:08 ` github-actions
  2023-07-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  23 siblings, 0 replies; 25+ messages in thread
From: github-actions @ 2023-06-27  2:08 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/42596#issuecomment-1608597487

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

* Re: [PR PATCH] [Closed]: New package: sov-0.92b
  2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
                   ` (22 preceding siblings ...)
  2023-06-27  2:08 ` github-actions
@ 2023-07-12  2:06 ` github-actions
  23 siblings, 0 replies; 25+ messages in thread
From: github-actions @ 2023-07-12  2:06 UTC (permalink / raw)
  To: ml

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

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

New package: sov-0.92b
https://github.com/void-linux/void-packages/pull/42596

Description:
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

[sov](https://www.github.com/milgra/sov) is an overlay that shows schemas for all workspaces to make navigation in sway wm easier.

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

end of thread, other threads:[~2023-07-12  2:06 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 12:15 [PR PATCH] New package: sov-0.9b milgra
2023-03-06 20:27 ` [PR REVIEW] " abenson
2023-03-06 20:28 ` abenson
2023-03-06 21:11 ` [PR PATCH] [Updated] " milgra
2023-03-06 21:12 ` [PR REVIEW] " milgra
2023-03-06 21:14 ` milgra
2023-03-06 21:14 ` [PR PATCH] [Updated] " paper42
2023-03-06 21:21 ` [PR REVIEW] " Duncaen
2023-03-06 21:49 ` milgra
2023-03-08 10:55 ` [PR PATCH] [Updated] " milgra
2023-03-08 10:59 ` New package: sov-0.91b milgra
2023-03-08 11:32 ` [PR REVIEW] " paper42
2023-03-08 11:32 ` paper42
2023-03-08 12:58 ` [PR PATCH] [Updated] " milgra
2023-03-08 13:00 ` [PR PATCH] [Updated] New package: sov-0.92b milgra
2023-03-08 13:02 ` milgra
2023-03-08 13:02 ` [PR PATCH] [Updated] " milgra
2023-03-08 13:02 ` milgra
2023-03-08 16:21 ` [PR PATCH] [Updated] " milgra
2023-03-08 17:19 ` milgra
2023-03-10  3:20 ` [PR REVIEW] " hervyqa
2023-03-10  3:21 ` hervyqa
2023-03-28 20:05 ` milgra
2023-06-27  2:08 ` github-actions
2023-07-12  2:06 ` [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).