Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libei-1.1.0
@ 2023-09-23 12:57 paper42
  2023-09-23 13:18 ` [PR PATCH] [Updated] " paper42
  2023-09-25  9:10 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2023-09-23 12:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libei
https://github.com/void-linux/void-packages/pull/46195

New package: libei-1.1.0
will be necessary for mutter 45
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 58330cf6eb5126f0e2921b0f94856b9a092f0aea Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Sat, 23 Sep 2023 14:44:08 +0200
Subject: [PATCH] New package: libei-1.1.0

---
 common/shlibs          |  3 +++
 srcpkgs/libei-devel    |  1 +
 srcpkgs/libei/template | 24 ++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libei-devel
 create mode 100644 srcpkgs/libei/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..e80cc2de66f73 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4287,3 +4287,6 @@ libchafa.so.0 libchafa-1.12.5_1
 libcppdap.so cppdap-1.58.0+a_1
 libkeyfinder.so.2 libkeyfinder-2.2.7_1
 libb64.so.0 libb64-1.2.1_1
+libei.so.1 libei-1.1.0_1
+libeis.so.1 libei-1.1.0_1
+liboeffis.so.1 libei-1.1.0_1
diff --git a/srcpkgs/libei-devel b/srcpkgs/libei-devel
new file mode 120000
index 0000000000000..55a75119644ab
--- /dev/null
+++ b/srcpkgs/libei-devel
@@ -0,0 +1 @@
+libei
\ No newline at end of file
diff --git a/srcpkgs/libei/template b/srcpkgs/libei/template
new file mode 100644
index 0000000000000..660f8eb76832c
--- /dev/null
+++ b/srcpkgs/libei/template
@@ -0,0 +1,24 @@
+# Template file for 'libei'
+pkgname=libei
+version=1.1.0
+revision=1
+build_style=meson
+configure_args="-Dtests=disabled"
+hostmakedepends="pkg-config"
+makedepends="elogind-devel python3-attrs python3-Jinja2"
+short_desc="Library for Emulated Input"
+maintainer="Emi Vasilek <emi.vasilek@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/libinput/libei"
+distfiles="https://gitlab.freedesktop.org/libinput/libei/-/archive/${version}/libei-${version}.tar.gz"
+checksum=23a6890ba1139249f5c9f6d33ce6be2ad04bd0236f339eeb62c7460cbd4932de
+
+libei-devel_package() {
+	depends="elogind-devel ${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libei-1.1.0
  2023-09-23 12:57 [PR PATCH] New package: libei-1.1.0 paper42
@ 2023-09-23 13:18 ` paper42
  2023-09-25  9:10 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-09-23 13:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libei
https://github.com/void-linux/void-packages/pull/46195

New package: libei-1.1.0
will be necessary for mutter 45
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5337f9fb0d1300e067dada8e3639bf71040c6f84 Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Sat, 23 Sep 2023 14:44:08 +0200
Subject: [PATCH] New package: libei-1.1.0

---
 common/shlibs          |  3 +++
 srcpkgs/libei-devel    |  1 +
 srcpkgs/libei/template | 24 ++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/libei-devel
 create mode 100644 srcpkgs/libei/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..e80cc2de66f73 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4287,3 +4287,6 @@ libchafa.so.0 libchafa-1.12.5_1
 libcppdap.so cppdap-1.58.0+a_1
 libkeyfinder.so.2 libkeyfinder-2.2.7_1
 libb64.so.0 libb64-1.2.1_1
+libei.so.1 libei-1.1.0_1
+libeis.so.1 libei-1.1.0_1
+liboeffis.so.1 libei-1.1.0_1
diff --git a/srcpkgs/libei-devel b/srcpkgs/libei-devel
new file mode 120000
index 0000000000000..55a75119644ab
--- /dev/null
+++ b/srcpkgs/libei-devel
@@ -0,0 +1 @@
+libei
\ No newline at end of file
diff --git a/srcpkgs/libei/template b/srcpkgs/libei/template
new file mode 100644
index 0000000000000..dea7a68b47d27
--- /dev/null
+++ b/srcpkgs/libei/template
@@ -0,0 +1,24 @@
+# Template file for 'libei'
+pkgname=libei
+version=1.1.0
+revision=1
+build_style=meson
+configure_args="-Dtests=disabled"
+hostmakedepends="pkg-config python3-attrs python3-Jinja2"
+makedepends="elogind-devel"
+short_desc="Library for Emulated Input"
+maintainer="Emi Vasilek <emi.vasilek@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/libinput/libei"
+distfiles="https://gitlab.freedesktop.org/libinput/libei/-/archive/${version}/libei-${version}.tar.gz"
+checksum=23a6890ba1139249f5c9f6d33ce6be2ad04bd0236f339eeb62c7460cbd4932de
+
+libei-devel_package() {
+	depends="elogind-devel ${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: libei-1.1.0
  2023-09-23 12:57 [PR PATCH] New package: libei-1.1.0 paper42
  2023-09-23 13:18 ` [PR PATCH] [Updated] " paper42
@ 2023-09-25  9:10 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-09-25  9:10 UTC (permalink / raw)
  To: ml

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

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

New package: libei-1.1.0
https://github.com/void-linux/void-packages/pull/46195

Description:
will be necessary for mutter 45
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-09-25  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-23 12:57 [PR PATCH] New package: libei-1.1.0 paper42
2023-09-23 13:18 ` [PR PATCH] [Updated] " paper42
2023-09-25  9:10 ` [PR PATCH] [Merged]: " paper42

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