Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] evemu: New package
Date: Mon, 23 Nov 2020 16:26:28 +0100	[thread overview]
Message-ID: <20201123152628.dL0lUvl0IKDrnG__2JWdL1MS0RTn56O8FLcmw-Buu9Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26623@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages evemu
https://github.com/void-linux/void-packages/pull/26623

evemu: New package
Closes #26600

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

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

From bf3ef1715009313a8c35366c9f7823e34fea4347 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 19:51:27 -0600
Subject: [PATCH] evemu: New package

Closes #26600
---
 common/shlibs                    |  1 +
 srcpkgs/evemu/patches/musl.patch | 25 +++++++++++++++++++++++++
 srcpkgs/evemu/template           | 17 +++++++++++++++++
 3 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/evemu/patches/musl.patch
 create mode 100644 srcpkgs/evemu/template

diff --git a/common/shlibs b/common/shlibs
index 51c9ba0635a..616ea3970b1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3998,3 +3998,4 @@ libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
 libnotcurses.so.2 notcurses-2.0.4_1
 libnotcurses++.so.2 notcurses-2.0.4_1
+libevemu.so.3 evemu-2.7.0_1
diff --git a/srcpkgs/evemu/patches/musl.patch b/srcpkgs/evemu/patches/musl.patch
new file mode 100644
index 00000000000..c620fd629f0
--- /dev/null
+++ b/srcpkgs/evemu/patches/musl.patch
@@ -0,0 +1,25 @@
+From c6891596fc4a1f41dae60c5a8bd08dd7a933d625 Mon Sep 17 00:00:00 2001
+From: Nathan Owens <ndowens@artixlinux.org>
+Date: Sun, 22 Nov 2020 19:56:11 -0600
+Subject: [PATCH] musl build fix
+
+---
+ tools/find_event_devices.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git tools/find_event_devices.c tools/find_event_devices.c
+index 2a43d54..70314e8 100644
+--- tools/find_event_devices.c
++++ tools/find_event_devices.c
+@@ -32,7 +32,7 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <unistd.h>
+-
++#include <limits.h>
+ 
+ #define DEV_INPUT_EVENT "/dev/input"
+ #define EVENT_DEV_NAME "event"
+-- 
+2.29.2
+
diff --git a/srcpkgs/evemu/template b/srcpkgs/evemu/template
new file mode 100644
index 00000000000..12513aae596
--- /dev/null
+++ b/srcpkgs/evemu/template
@@ -0,0 +1,17 @@
+# Template file for 'evemu'
+pkgname=evemu
+version=2.7.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool python3"
+makedepends="libevdev-devel"
+short_desc="Kernel device emulation"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
+license="LGPL-3.0-only"
+homepage="https://freedesktop.org/wiki/Evemu/"
+distfiles=${FREEDESKTOP_SITE}/evemu/evemu-$version.tar.xz
+checksum=78c9400d55eeeb5ab75161360543f9376438c4da4934cb34cdda5b46021ae379
+
+pre_configure() {
+	autoreconf -fi
+}

  parent reply	other threads:[~2020-11-23 15:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23  1:51 [PR PATCH] " ndowens
2020-11-23  1:58 ` [PR PATCH] [Updated] " ndowens
2020-11-23 11:57 ` [PR REVIEW] " sgn
2020-11-23 15:16 ` [PR PATCH] [Updated] " ndowens
2020-11-23 15:26 ` ndowens [this message]
2020-11-24 14:22 ` sgn
2020-11-24 19:46 ` ndowens

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=20201123152628.dL0lUvl0IKDrnG__2JWdL1MS0RTn56O8FLcmw-Buu9Y@z \
    --to=ndowens@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).