Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: swaykbdd-1.0
@ 2022-01-10  2:06 TinfoilSubmarine
  2022-01-11 22:13 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-01-10  2:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages swaykbdd
https://github.com/void-linux/void-packages/pull/34973

New package: swaykbdd-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### 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 [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Closes https://github.com/void-linux/void-packages/issues/34949, briefly tested several months ago.

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

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

From 1ea57aee019f75be023521741835cf4749ffd61a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 9 Jan 2022 20:59:59 -0500
Subject: [PATCH] New package: swaykbdd-1.0

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

diff --git a/srcpkgs/swaykbdd/template b/srcpkgs/swaykbdd/template
new file mode 100644
index 000000000000..5afc10483403
--- /dev/null
+++ b/srcpkgs/swaykbdd/template
@@ -0,0 +1,18 @@
+# Template file for 'swaykbdd'
+pkgname=swaykbdd
+version=1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="json-c-devel"
+short_desc="Keyboard layout switcher for Sway"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://github.com/artemsen/swaykbdd"
+distfiles="https://github.com/artemsen/swaykbdd/archive/v${version}.tar.gz"
+checksum=9de46256cafb2b002d4632e1a2f4ca2383e69b69de4d19d3d2d6f4825ef9fca2
+
+post_install() {
+	vlicense LICENSE
+	vman swaykbdd.1
+}

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

* Re: [PR REVIEW] New package: swaykbdd-1.0
  2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
@ 2022-01-11 22:13 ` paper42
  2022-01-11 22:13 ` paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-11 22:13 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34973#discussion_r782565281

Comment:
I think this is better (from #35004).
```suggestion
short_desc="Per-window keyboard layout switcher for Sway"
```

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

* Re: [PR REVIEW] New package: swaykbdd-1.0
  2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
  2022-01-11 22:13 ` [PR REVIEW] " paper42
@ 2022-01-11 22:13 ` paper42
  2022-01-12 18:45 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-11 22:13 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34973#discussion_r782564703

Comment:
Isn't this already installed by meson?

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

* Re: [PR PATCH] [Updated] New package: swaykbdd-1.0
  2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
  2022-01-11 22:13 ` [PR REVIEW] " paper42
  2022-01-11 22:13 ` paper42
@ 2022-01-12 18:45 ` TinfoilSubmarine
  2022-01-12 18:45 ` [PR REVIEW] " TinfoilSubmarine
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-01-12 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages swaykbdd
https://github.com/void-linux/void-packages/pull/34973

New package: swaykbdd-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### 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 [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Closes https://github.com/void-linux/void-packages/issues/34949, briefly tested several months ago.

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

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

From e3c0b64b3ca91f74f3ccd46e8140a6b66a4e4e18 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 9 Jan 2022 20:59:59 -0500
Subject: [PATCH] New package: swaykbdd-1.0

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

diff --git a/srcpkgs/swaykbdd/template b/srcpkgs/swaykbdd/template
new file mode 100644
index 000000000000..195b04475bc1
--- /dev/null
+++ b/srcpkgs/swaykbdd/template
@@ -0,0 +1,17 @@
+# Template file for 'swaykbdd'
+pkgname=swaykbdd
+version=1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="json-c-devel"
+short_desc="Per-window keyboard layout switcher for Sway"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://github.com/artemsen/swaykbdd"
+distfiles="https://github.com/artemsen/swaykbdd/archive/v${version}.tar.gz"
+checksum=9de46256cafb2b002d4632e1a2f4ca2383e69b69de4d19d3d2d6f4825ef9fca2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: swaykbdd-1.0
  2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-01-12 18:45 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-01-12 18:45 ` TinfoilSubmarine
  2022-01-12 18:45 ` TinfoilSubmarine
  2022-01-12 19:12 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-01-12 18:45 UTC (permalink / raw)
  To: ml

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

New review comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/34973#discussion_r783347770

Comment:
Yep, fixed

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

* Re: [PR REVIEW] New package: swaykbdd-1.0
  2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2022-01-12 18:45 ` [PR REVIEW] " TinfoilSubmarine
@ 2022-01-12 18:45 ` TinfoilSubmarine
  2022-01-12 19:12 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-01-12 18:45 UTC (permalink / raw)
  To: ml

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

New review comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/34973#discussion_r783347862

Comment:
Sure, updated

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

* Re: [PR PATCH] [Merged]: New package: swaykbdd-1.0
  2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2022-01-12 18:45 ` TinfoilSubmarine
@ 2022-01-12 19:12 ` paper42
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-12 19:12 UTC (permalink / raw)
  To: ml

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

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

New package: swaykbdd-1.0
https://github.com/void-linux/void-packages/pull/34973

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### 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 [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Closes https://github.com/void-linux/void-packages/issues/34949, briefly tested several months ago.

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

* [PR PATCH] New package: swaykbdd-1.0
@ 2022-01-11 22:05 steinex
  0 siblings, 0 replies; 8+ messages in thread
From: steinex @ 2022-01-11 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages swaykbdd
https://github.com/void-linux/void-packages/pull/35004

New package: swaykbdd-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Closes #34949

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b5f520e20a655222ea35e118efd21e5b81d7a7e9 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 11 Jan 2022 22:59:35 +0100
Subject: [PATCH] New package: swaykbdd-1.0

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

diff --git a/srcpkgs/swaykbdd/template b/srcpkgs/swaykbdd/template
new file mode 100644
index 000000000000..ccd93bf56aa8
--- /dev/null
+++ b/srcpkgs/swaykbdd/template
@@ -0,0 +1,17 @@
+# Template file for 'swaykbdd'
+pkgname=swaykbdd
+version=1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="json-c-devel"
+short_desc="Per-window keyboard layout for sway"
+maintainer="Frank Steinborn <steinex@nognu.de>"
+license="MIT"
+homepage="https://github.com/artemsen/swaykbdd"
+distfiles="https://github.com/artemsen/swaykbdd/archive/refs/tags/v${version}.tar.gz"
+checksum=9de46256cafb2b002d4632e1a2f4ca2383e69b69de4d19d3d2d6f4825ef9fca2
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-01-12 19:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10  2:06 [PR PATCH] New package: swaykbdd-1.0 TinfoilSubmarine
2022-01-11 22:13 ` [PR REVIEW] " paper42
2022-01-11 22:13 ` paper42
2022-01-12 18:45 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-01-12 18:45 ` [PR REVIEW] " TinfoilSubmarine
2022-01-12 18:45 ` TinfoilSubmarine
2022-01-12 19:12 ` [PR PATCH] [Merged]: " paper42
2022-01-11 22:05 [PR PATCH] " steinex

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