Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: libei-1.1.0
Date: Sat, 23 Sep 2023 14:57:17 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46195@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2023-09-23 12:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-23 12:57 paper42 [this message]
2023-09-23 13:18 ` [PR PATCH] [Updated] " paper42
2023-09-25  9:10 ` [PR PATCH] [Merged]: " paper42

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46195@inbox.vuxu.org \
    --to=paper42@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).