Github messages for voidlinux
 help / color / mirror / Atom feed
From: jjsullivan5196 <jjsullivan5196@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: squeekboard-1.9.3
Date: Fri, 21 Aug 2020 22:19:35 +0200	[thread overview]
Message-ID: <20200821201935.4l3pKT0AizfO5BDf5xYyIWL5L354cpkzVfDOxk9C_pU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24375@inbox.vuxu.org>

[-- 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/'
+}

  parent reply	other threads:[~2020-08-21 20:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20  1:15 [PR PATCH] " 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 ` jjsullivan5196 [this message]
2020-08-21 22:10 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200821201935.4l3pKT0AizfO5BDf5xYyIWL5L354cpkzVfDOxk9C_pU@z \
    --to=jjsullivan5196@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).