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

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