Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: squeekboard-1.9.3
@ 2020-08-20  1:15 jjsullivan5196
  2020-08-21 11:32 ` [PR REVIEW] " sgn
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-20  1:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jjsullivan5196/void-packages squeekboard
https://github.com/void-linux/void-packages/pull/24375

New package: squeekboard-1.9.3
#24072 will be the first port to a mobile phone, so some mobile graphical elements such as onscreen keyboards will be needed. Squeekboard is maintained by the Librem5 team at purism, and is the choice for most non-kde wayland environments such as wlroots compositors, GNOME 3 (Phosh), etc. It has been used extensively in postmarketos and the pinephone port of Archlinux ARM. 

I've tested it running inside sway on x86_64 and aarch64 cross-compiled. Basic typing and DBus/protocol activation both work.

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

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

From c3d0f68e33fe349dedfa7f45839a9e4e82442cca Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 17:59:45 -0700
Subject: [PATCH 1/3] New package: feedbackd-20200726

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

diff --git a/srcpkgs/feedbackd/template b/srcpkgs/feedbackd/template
new file mode 100644
index 00000000000..97f60dd1158
--- /dev/null
+++ b/srcpkgs/feedbackd/template
@@ -0,0 +1,19 @@
+# Template file for 'feedbackd'
+pkgname=feedbackd
+version=20200726
+revision=1
+wrksrc="${pkgname}-v0.0.0+git${version}"
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel gobject-introspection"
+makedepends="gsound-devel json-glib-devel libgudev-devel"
+depends="gsound json-glib libgudev"
+short_desc="Daemon to provide haptic (and later more) feedback on events"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/feedbackd"
+distfiles="https://source.puri.sm/Librem5/$pkgname/-/archive/v0.0.0+git${version}/${pkgname}-v0.0.0+git${version}.tar.gz"
+checksum=e9632d1d1ef228bb7f6ca3d3d875806b2a5763b4def4e30e94acf0c7f3eb79ef
+
+if test $CROSS_BUILD; then
+	hostmakedepends+=" prelink-cross qemu-user-static"
+fi

From a30cd53786f780d3cc7759115b6fc2c9cf53bcef Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:01:37 -0700
Subject: [PATCH 2/3] common/shlibs: feedbackd lib

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 676eb94366b..676a352d703 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libfcft.so.3 fcft-2.2.2_1
 libaml.so.0 aml-0.1.0_1
 libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
+libfeedback-0.0.so.0 feedbackd-20200726_1

From 3e968a2df206878cc9fb4fc6c329e7e27b91d894 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:04:20 -0700
Subject: [PATCH 3/3] New package: squeekboard-1.9.3

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

diff --git a/srcpkgs/squeekboard/template b/srcpkgs/squeekboard/template
new file mode 100644
index 00000000000..ed891305086
--- /dev/null
+++ b/srcpkgs/squeekboard/template
@@ -0,0 +1,23 @@
+# Template file for 'squeekboard'
+pkgname=squeekboard
+version=1.9.3
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config glib-devel wayland-devel"
+makedepends="rust gtk+3-devel feedbackd gnome-desktop-devel"
+depends="gtk+3 feedbackd"
+short_desc="Onscreen keyboard for mobile devices - Used in GNOME Phosh"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/squeekboard"
+distfiles="https://source.puri.sm/Librem5/$pkgname/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=b99e56faace3986bf752e08c104cea60ed896d514284840655033dd9457db824
+
+post_patch() {
+	[ -z "${CROSS_BUILD}" ] && return 0
+
+	vsed -i cargo_build.sh \
+		-e 's/\${BINARY_DIR}/${RUST_TARGET}\/debug/'
+}

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
@ 2020-08-21 11:32 ` sgn
  2020-08-21 11:33 ` sgn
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: sgn @ 2020-08-21 11:32 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474640548

Comment:
Don't invent new version scheme, use their version: `v0.0.0+git20200726`

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
  2020-08-21 11:32 ` [PR REVIEW] " sgn
@ 2020-08-21 11:33 ` sgn
  2020-08-21 20:12 ` [PR PATCH] [Updated] " jjsullivan5196
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: sgn @ 2020-08-21 11:33 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474640722

Comment:
use `build_helper=gir`

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

* Re: [PR PATCH] [Updated] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
  2020-08-21 11:32 ` [PR REVIEW] " sgn
  2020-08-21 11:33 ` sgn
@ 2020-08-21 20:12 ` jjsullivan5196
  2020-08-21 20:12 ` [PR REVIEW] " jjsullivan5196
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jjsullivan5196/void-packages squeekboard
https://github.com/void-linux/void-packages/pull/24375

New package: squeekboard-1.9.3
#24072 will be the first port to a mobile phone, so some mobile graphical elements such as onscreen keyboards will be needed. Squeekboard is maintained by the Librem5 team at purism, and is the choice for most non-kde wayland environments such as wlroots compositors, GNOME 3 (Phosh), etc. It has been used extensively in postmarketos and the pinephone port of Archlinux ARM. 

I've tested it running inside sway on x86_64 and aarch64 cross-compiled. Basic typing and DBus/protocol activation both work.

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

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

From 727d32a0bfc19446e9405e4176277595bd1e176f Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 17:59:45 -0700
Subject: [PATCH 1/3] New package: feedbackd-20200726

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

diff --git a/srcpkgs/feedbackd/template b/srcpkgs/feedbackd/template
new file mode 100644
index 00000000000..cc9bc081b56
--- /dev/null
+++ b/srcpkgs/feedbackd/template
@@ -0,0 +1,16 @@
+# Template file for 'feedbackd'
+pkgname=feedbackd
+version=0.0.0+git20200726
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="gsound-devel json-glib-devel libgudev-devel"
+depends="gsound json-glib libgudev"
+short_desc="Daemon to provide haptic (and later more) feedback on events"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/feedbackd"
+distfiles="https://source.puri.sm/Librem5/$pkgname/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=e9632d1d1ef228bb7f6ca3d3d875806b2a5763b4def4e30e94acf0c7f3eb79ef
\ No newline at end of file

From eb6dbb7e63bd22c226290dcee0eb144f67b66719 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:01:37 -0700
Subject: [PATCH 2/3] common/shlibs: feedbackd lib

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 676eb94366b..0a508b5c4b2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libfcft.so.3 fcft-2.2.2_1
 libaml.so.0 aml-0.1.0_1
 libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
+libfeedback-0.0.so.0 feedbackd-0.0.0+git20200726_1

From 92429f8ecde10f14532f0612eb0aaf5acb23df19 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:04:20 -0700
Subject: [PATCH 3/3] New package: squeekboard-1.9.3

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

diff --git a/srcpkgs/squeekboard/template b/srcpkgs/squeekboard/template
new file mode 100644
index 00000000000..ed891305086
--- /dev/null
+++ b/srcpkgs/squeekboard/template
@@ -0,0 +1,23 @@
+# Template file for 'squeekboard'
+pkgname=squeekboard
+version=1.9.3
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config glib-devel wayland-devel"
+makedepends="rust gtk+3-devel feedbackd gnome-desktop-devel"
+depends="gtk+3 feedbackd"
+short_desc="Onscreen keyboard for mobile devices - Used in GNOME Phosh"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/squeekboard"
+distfiles="https://source.puri.sm/Librem5/$pkgname/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=b99e56faace3986bf752e08c104cea60ed896d514284840655033dd9457db824
+
+post_patch() {
+	[ -z "${CROSS_BUILD}" ] && return 0
+
+	vsed -i cargo_build.sh \
+		-e 's/\${BINARY_DIR}/${RUST_TARGET}\/debug/'
+}

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (2 preceding siblings ...)
  2020-08-21 20:12 ` [PR PATCH] [Updated] " jjsullivan5196
@ 2020-08-21 20:12 ` jjsullivan5196
  2020-08-21 20:14 ` jjsullivan5196
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 20:12 UTC (permalink / raw)
  To: ml

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

New review comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474928038

Comment:
Right, fixed it

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (3 preceding siblings ...)
  2020-08-21 20:12 ` [PR REVIEW] " jjsullivan5196
@ 2020-08-21 20:14 ` jjsullivan5196
  2020-08-21 20:19 ` [PR PATCH] [Updated] " jjsullivan5196
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 20:14 UTC (permalink / raw)
  To: ml

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

New review comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474929330

Comment:
Sorry, was feeling around to get that working. Thanks for pointing that out. Fixed.

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

* Re: [PR PATCH] [Updated] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (4 preceding siblings ...)
  2020-08-21 20:14 ` jjsullivan5196
@ 2020-08-21 20:19 ` jjsullivan5196
  2020-08-21 22:10 ` [PR REVIEW] " ericonr
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jjsullivan5196/void-packages squeekboard
https://github.com/void-linux/void-packages/pull/24375

New package: squeekboard-1.9.3
#24072 will be the first port to a mobile phone, so some mobile graphical elements such as onscreen keyboards will be needed. Squeekboard is maintained by the Librem5 team at purism, and is the choice for most non-kde wayland environments such as wlroots compositors, GNOME 3 (Phosh), etc. It has been used extensively in postmarketos and the pinephone port of Archlinux ARM. 

I've tested it running inside sway on x86_64 and aarch64 cross-compiled. Basic typing and DBus/protocol activation both work.

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

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

From ffefb87e327a252491178f8116fca7ab3858373e Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 17:59:45 -0700
Subject: [PATCH 1/3] New package: feedbackd-20200726

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

diff --git a/srcpkgs/feedbackd/template b/srcpkgs/feedbackd/template
new file mode 100644
index 00000000000..23a9bce5fbe
--- /dev/null
+++ b/srcpkgs/feedbackd/template
@@ -0,0 +1,16 @@
+# Template file for 'feedbackd'
+pkgname=feedbackd
+version=0.0.0+git20200726
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="gsound-devel json-glib-devel libgudev-devel"
+depends="gsound json-glib libgudev"
+short_desc="Daemon to provide haptic (and later more) feedback on events"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/feedbackd"
+distfiles="https://source.puri.sm/Librem5/$pkgname/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=e9632d1d1ef228bb7f6ca3d3d875806b2a5763b4def4e30e94acf0c7f3eb79ef

From 53e60f5e132078ee464269c7703f4fdb5caa5b78 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:01:37 -0700
Subject: [PATCH 2/3] common/shlibs: feedbackd lib

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 676eb94366b..0a508b5c4b2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libfcft.so.3 fcft-2.2.2_1
 libaml.so.0 aml-0.1.0_1
 libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
+libfeedback-0.0.so.0 feedbackd-0.0.0+git20200726_1

From 6a47e202a5f8bb2f31d8b03dff7c962c8442cb5f Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:04:20 -0700
Subject: [PATCH 3/3] New package: squeekboard-1.9.3

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

diff --git a/srcpkgs/squeekboard/template b/srcpkgs/squeekboard/template
new file mode 100644
index 00000000000..ed891305086
--- /dev/null
+++ b/srcpkgs/squeekboard/template
@@ -0,0 +1,23 @@
+# Template file for 'squeekboard'
+pkgname=squeekboard
+version=1.9.3
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config glib-devel wayland-devel"
+makedepends="rust gtk+3-devel feedbackd gnome-desktop-devel"
+depends="gtk+3 feedbackd"
+short_desc="Onscreen keyboard for mobile devices - Used in GNOME Phosh"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/squeekboard"
+distfiles="https://source.puri.sm/Librem5/$pkgname/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=b99e56faace3986bf752e08c104cea60ed896d514284840655033dd9457db824
+
+post_patch() {
+	[ -z "${CROSS_BUILD}" ] && return 0
+
+	vsed -i cargo_build.sh \
+		-e 's/\${BINARY_DIR}/${RUST_TARGET}\/debug/'
+}

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (5 preceding siblings ...)
  2020-08-21 20:19 ` [PR PATCH] [Updated] " jjsullivan5196
@ 2020-08-21 22:10 ` ericonr
  2020-08-21 22:10 ` ericonr
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2020-08-21 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474990516

Comment:
Aren't these automatically detected as `shlib-requires` in the build process?

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (6 preceding siblings ...)
  2020-08-21 22:10 ` [PR REVIEW] " ericonr
@ 2020-08-21 22:10 ` ericonr
  2020-08-21 22:10 ` ericonr
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2020-08-21 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474990609

Comment:
`$homepage/-/...`

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (7 preceding siblings ...)
  2020-08-21 22:10 ` ericonr
@ 2020-08-21 22:10 ` ericonr
  2020-08-21 22:10 ` ericonr
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2020-08-21 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474990779

Comment:
`gtk+3` isn't detected automatically either? :/ 

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (8 preceding siblings ...)
  2020-08-21 22:10 ` ericonr
@ 2020-08-21 22:10 ` ericonr
  2020-08-21 23:43 ` [PR PATCH] [Updated] " jjsullivan5196
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2020-08-21 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r474991002

Comment:
`$homepage/-/...`

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

* Re: [PR PATCH] [Updated] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (9 preceding siblings ...)
  2020-08-21 22:10 ` ericonr
@ 2020-08-21 23:43 ` jjsullivan5196
  2020-08-21 23:44 ` [PR REVIEW] " jjsullivan5196
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 23:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jjsullivan5196/void-packages squeekboard
https://github.com/void-linux/void-packages/pull/24375

New package: squeekboard-1.9.3
#24072 will be the first port to a mobile phone, so some mobile graphical elements such as onscreen keyboards will be needed. Squeekboard is maintained by the Librem5 team at purism, and is the choice for most non-kde wayland environments such as wlroots compositors, GNOME 3 (Phosh), etc. It has been used extensively in postmarketos and the pinephone port of Archlinux ARM. 

I've tested it running inside sway on x86_64 and aarch64 cross-compiled. Basic typing and DBus/protocol activation both work.

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

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

From 376d1120b85b36b7b350787c385c1e89b8337f17 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 17:59:45 -0700
Subject: [PATCH 1/3] New package: feedbackd-20200726

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

diff --git a/srcpkgs/feedbackd/template b/srcpkgs/feedbackd/template
new file mode 100644
index 00000000000..f3dd0c80f24
--- /dev/null
+++ b/srcpkgs/feedbackd/template
@@ -0,0 +1,15 @@
+# Template file for 'feedbackd'
+pkgname=feedbackd
+version=0.0.0+git20200726
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="gsound-devel json-glib-devel libgudev-devel"
+short_desc="Daemon to provide haptic (and later more) feedback on events"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/feedbackd"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=e9632d1d1ef228bb7f6ca3d3d875806b2a5763b4def4e30e94acf0c7f3eb79ef

From 67c0f417892a8689341f0f2783df9d2d9c956704 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:01:37 -0700
Subject: [PATCH 2/3] common/shlibs: feedbackd lib

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 676eb94366b..0a508b5c4b2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libfcft.so.3 fcft-2.2.2_1
 libaml.so.0 aml-0.1.0_1
 libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
+libfeedback-0.0.so.0 feedbackd-0.0.0+git20200726_1

From b61dccdb8d344aa408817d9e3b2f1755dd4b8eb9 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Wed, 19 Aug 2020 18:04:20 -0700
Subject: [PATCH 3/3] New package: squeekboard-1.9.3

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

diff --git a/srcpkgs/squeekboard/template b/srcpkgs/squeekboard/template
new file mode 100644
index 00000000000..7d918369a6e
--- /dev/null
+++ b/srcpkgs/squeekboard/template
@@ -0,0 +1,22 @@
+# Template file for 'squeekboard'
+pkgname=squeekboard
+version=1.9.3
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config glib-devel wayland-devel"
+makedepends="rust gtk+3-devel feedbackd gnome-desktop-devel"
+short_desc="Onscreen keyboard for mobile devices - Used in GNOME Phosh"
+maintainer="John Sullivan <jsullivan@csumb.edu>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/squeekboard"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=b99e56faace3986bf752e08c104cea60ed896d514284840655033dd9457db824
+
+post_patch() {
+	[ -z "${CROSS_BUILD}" ] && return 0
+
+	vsed -i cargo_build.sh \
+		-e 's/\${BINARY_DIR}/${RUST_TARGET}\/debug/'
+}

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (10 preceding siblings ...)
  2020-08-21 23:43 ` [PR PATCH] [Updated] " jjsullivan5196
@ 2020-08-21 23:44 ` jjsullivan5196
  2020-08-21 23:44 ` jjsullivan5196
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 23:44 UTC (permalink / raw)
  To: ml

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

New review comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r475012680

Comment:
Didn't know about the automatic detection, fixed.

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (11 preceding siblings ...)
  2020-08-21 23:44 ` [PR REVIEW] " jjsullivan5196
@ 2020-08-21 23:44 ` jjsullivan5196
  2020-08-21 23:44 ` jjsullivan5196
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 23:44 UTC (permalink / raw)
  To: ml

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

New review comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r475012738

Comment:
:+1: 

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (12 preceding siblings ...)
  2020-08-21 23:44 ` jjsullivan5196
@ 2020-08-21 23:44 ` jjsullivan5196
  2020-08-21 23:44 ` jjsullivan5196
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 23:44 UTC (permalink / raw)
  To: ml

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

New review comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r475012782

Comment:
Fixed :+1: 

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

* Re: [PR REVIEW] New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (13 preceding siblings ...)
  2020-08-21 23:44 ` jjsullivan5196
@ 2020-08-21 23:44 ` jjsullivan5196
  2020-09-01  4:05 ` jjsullivan5196
  2020-09-01  4:05 ` [PR PATCH] [Closed]: " jjsullivan5196
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-08-21 23:44 UTC (permalink / raw)
  To: ml

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

New review comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#discussion_r475012809

Comment:
:+1: 

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

* Re: New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (14 preceding siblings ...)
  2020-08-21 23:44 ` jjsullivan5196
@ 2020-09-01  4:05 ` jjsullivan5196
  2020-09-01  4:05 ` [PR PATCH] [Closed]: " jjsullivan5196
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-09-01  4:05 UTC (permalink / raw)
  To: ml

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

New comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/24375#issuecomment-684185291

Comment:
Closing in favor of #24538

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

* Re: [PR PATCH] [Closed]: New package: squeekboard-1.9.3
  2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
                   ` (15 preceding siblings ...)
  2020-09-01  4:05 ` jjsullivan5196
@ 2020-09-01  4:05 ` jjsullivan5196
  16 siblings, 0 replies; 18+ messages in thread
From: jjsullivan5196 @ 2020-09-01  4:05 UTC (permalink / raw)
  To: ml

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

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

New package: squeekboard-1.9.3
https://github.com/void-linux/void-packages/pull/24375

Description:
#24072 will be the first port to a mobile phone, so some mobile graphical elements such as onscreen keyboards will be needed. Squeekboard is maintained by the Librem5 team at purism, and is the choice for most non-kde wayland environments such as wlroots compositors, GNOME 3 (Phosh), etc. It has been used extensively in postmarketos and the pinephone port of Archlinux ARM. 

I've tested it running inside sway on x86_64 and aarch64 cross-compiled. Basic typing and DBus/protocol activation both work.

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

end of thread, other threads:[~2020-09-01  4:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20  1:15 [PR PATCH] New package: squeekboard-1.9.3 jjsullivan5196
2020-08-21 11:32 ` [PR REVIEW] " sgn
2020-08-21 11:33 ` sgn
2020-08-21 20:12 ` [PR PATCH] [Updated] " jjsullivan5196
2020-08-21 20:12 ` [PR REVIEW] " jjsullivan5196
2020-08-21 20:14 ` jjsullivan5196
2020-08-21 20:19 ` [PR PATCH] [Updated] " jjsullivan5196
2020-08-21 22:10 ` [PR REVIEW] " ericonr
2020-08-21 22:10 ` ericonr
2020-08-21 22:10 ` ericonr
2020-08-21 22:10 ` ericonr
2020-08-21 23:43 ` [PR PATCH] [Updated] " jjsullivan5196
2020-08-21 23:44 ` [PR REVIEW] " jjsullivan5196
2020-08-21 23:44 ` jjsullivan5196
2020-08-21 23:44 ` jjsullivan5196
2020-08-21 23:44 ` jjsullivan5196
2020-09-01  4:05 ` jjsullivan5196
2020-09-01  4:05 ` [PR PATCH] [Closed]: " jjsullivan5196

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