Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] evemu: New package
@ 2020-11-23  1:51 ndowens
  2020-11-23  1:58 ` [PR PATCH] [Updated] " ndowens
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ndowens @ 2020-11-23  1:51 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1391 bytes --]

From 111d18f1fecd3b492a546be0651ca63e5691f1c6 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/template | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)
 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/template b/srcpkgs/evemu/template
new file mode 100644
index 00000000000..11e91caec1b
--- /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://github.com/freedesktop/evemu"
+distfiles="https://github.com/freedesktop/evemu/archive/v${version}.tar.gz"
+checksum=aee1ecc2b6761134470316d97208b173adb4686dc72548b82b2c2b5d1e5dc259
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR PATCH] [Updated] evemu: New package
  2020-11-23  1:51 [PR PATCH] evemu: New package ndowens
@ 2020-11-23  1:58 ` ndowens
  2020-11-23 11:57 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-23  1:58 UTC (permalink / raw)
  To: ml

[-- 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: 2376 bytes --]

From 4a36af651f3f7b7ae29d605cc81f28595db1e92f 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..11e91caec1b
--- /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://github.com/freedesktop/evemu"
+distfiles="https://github.com/freedesktop/evemu/archive/v${version}.tar.gz"
+checksum=aee1ecc2b6761134470316d97208b173adb4686dc72548b82b2c2b5d1e5dc259
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR REVIEW] evemu: New package
  2020-11-23  1:51 [PR PATCH] evemu: New package ndowens
  2020-11-23  1:58 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-23 11:57 ` sgn
  2020-11-23 15:16 ` [PR PATCH] [Updated] " ndowens
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-11-23 11:57 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/26623#discussion_r528651205

Comment:
```
homepage="https://freedesktop.org/wiki/Evemu/"
distfiles=https://www.freedesktop.org/software/evemu/evemu-$version.tar.xz
```

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

* Re: [PR PATCH] [Updated] evemu: New package
  2020-11-23  1:51 [PR PATCH] evemu: New package ndowens
  2020-11-23  1:58 ` [PR PATCH] [Updated] " ndowens
  2020-11-23 11:57 ` [PR REVIEW] " sgn
@ 2020-11-23 15:16 ` ndowens
  2020-11-23 15:26 ` ndowens
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-23 15:16 UTC (permalink / raw)
  To: ml

[-- 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: 2374 bytes --]

From 38d6308cfb8c781159879d5a56c24861b611055d 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..e887c8ebb8f
--- /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=https://www.freedesktop.org/software/evemu/evemu-$version.tar.xz
+checksum=78c9400d55eeeb5ab75161360543f9376438c4da4934cb34cdda5b46021ae379
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR PATCH] [Updated] evemu: New package
  2020-11-23  1:51 [PR PATCH] evemu: New package ndowens
                   ` (2 preceding siblings ...)
  2020-11-23 15:16 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-23 15:26 ` ndowens
  2020-11-24 14:22 ` sgn
  2020-11-24 19:46 ` ndowens
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-23 15:26 UTC (permalink / raw)
  To: ml

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

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

* Re: evemu: New package
  2020-11-23  1:51 [PR PATCH] evemu: New package ndowens
                   ` (3 preceding siblings ...)
  2020-11-23 15:26 ` ndowens
@ 2020-11-24 14:22 ` sgn
  2020-11-24 19:46 ` ndowens
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-11-24 14:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/26623#issuecomment-733005401

Comment:
```diff
diff --git a/srcpkgs/evemu/template b/srcpkgs/evemu/template
index 12513aae59..2cbbaeb9c6 100644
--- a/srcpkgs/evemu/template
+++ b/srcpkgs/evemu/template
@@ -3,7 +3,7 @@ pkgname=evemu
 version=2.7.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake pkg-config libtool python3"
+hostmakedepends="pkg-config python3 asciidoc xmlto"
 makedepends="libevdev-devel"
 short_desc="Kernel device emulation"
 maintainer="Nathan Owens <ndowens@artixlinux.org>"
@@ -11,7 +11,3 @@ 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
-}
```

I don't know if splitting `-devel` is a good idea.

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

* Re: evemu: New package
  2020-11-23  1:51 [PR PATCH] evemu: New package ndowens
                   ` (4 preceding siblings ...)
  2020-11-24 14:22 ` sgn
@ 2020-11-24 19:46 ` ndowens
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-24 19:46 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26623#issuecomment-733194908

Comment:
> ```diff
> diff --git a/srcpkgs/evemu/template b/srcpkgs/evemu/template
> index 12513aae59..2cbbaeb9c6 100644
> --- a/srcpkgs/evemu/template
> +++ b/srcpkgs/evemu/template
> @@ -3,7 +3,7 @@ pkgname=evemu
>  version=2.7.0
>  revision=1
>  build_style=gnu-configure
> -hostmakedepends="automake pkg-config libtool python3"
> +hostmakedepends="pkg-config python3 asciidoc xmlto"
>  makedepends="libevdev-devel"
>  short_desc="Kernel device emulation"
>  maintainer="Nathan Owens <ndowens@artixlinux.org>"
> @@ -11,7 +11,3 @@ 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
> -}
> ```
> 
> I don't know if splitting `-devel` is a good idea.

Splitting what? At first I thought meant I made a subpackage, e.g evemu-devel but only -devel I see is evdev-devel?

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

end of thread, other threads:[~2020-11-24 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23  1:51 [PR PATCH] evemu: New package 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
2020-11-24 14:22 ` sgn
2020-11-24 19:46 ` ndowens

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