[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73128] [PATCH gnome-team 07/12] gnu: Add libei.
From: |
Liliana Marie Prikler |
Subject: |
[bug#73128] [PATCH gnome-team 07/12] gnu: Add libei. |
Date: |
Sun, 8 Sep 2024 20:47:15 +0200 |
* gnu/packages/freedesktop.scm (libei): New variable.
Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
---
gnu/packages/freedesktop.scm | 40 ++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index cb1d625d24..5ce90e1f69 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -735,6 +735,46 @@ (define-public libinput-minimal
"-Ddebug-gui=false" ;requires gtk+@3
,flags))))))
+(define-public libei
+ (package
+ (name "libei")
+ (version "1.3.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/libinput/libei.git")
+ (commit version)))
+ (sha256
+ (base32
+ "0idbl20ax060s7m435rszfv7c0bvpinjvq45qbqwvcvp0hg8r9y8"))
+ (snippet
+ #~(begin
+ (use-modules (guix build utils))
+ (substitute* "test/meson.build"
+ (("subproject\\('munit'")
+ "# subproject('munit'")
+ ((", fallback: \\['munit', 'munit_dep'\\]")
+ ""))
+ (delete-file-recursively "subprojects")))))
+ (build-system meson-build-system)
+ (arguments
+ (list
+ #:configure-flags #~'("-Ddocumentation=api" ;protocol requires hugo
+ "-Dsd-bus-provider=libelogind")))
+ (inputs
+ (list elogind libevdev libxkbcommon))
+ (propagated-inputs
+ ;; liboeffis-1.0.pc requires.private libelogind
+ (list elogind))
+ (native-inputs
+ (list doxygen libxml2 munit pkg-config python python-attrs python-black
python-dbusmock python-jinja2 python-pytest python-structlog
valgrind/interactive))
+ (home-page "https://libinput.pages.freedesktop.org/libei/")
+ (synopsis "Emulated Input protocol implementation")
+ (description
+ "Libei provides a client and server implementation of the
@acronym{EI,Emulated
+Input} protocol for Wayland compositors.")
+ (license license:x11)))
+
(define-public libxdg-basedir
(package
(name "libxdg-basedir")
--
2.45.2
- [bug#73128] [PATCH gnome-team 04/12] gnu: gnome-control-center: Update to 46.3., (continued)
- [bug#73128] [PATCH gnome-team 04/12] gnu: gnome-control-center: Update to 46.3., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 06/12] gnu: Add munit., Vivien Kraus, 2024/09/08
- [bug#73128] [PATCH gnome-team 09/12] gnu: xdg-desktop-portal-gnome: Update to 46.2., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 10/12] gnu: sysprof: Propagate libdex., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 12/12] gnu: gnome-remote-desktop: Update to 46.3., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 03/12] gnu: gnome-session: Update to 46.0., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 07/12] gnu: Add libei.,
Liliana Marie Prikler <=
- [bug#73128] [PATCH gnome-team 08/12] gnu: xdg-desktop-portal: Update to 1.18.4., dan, 2024/09/08
- [bug#73128] [PATCH gnome-team 11/12] gnu: mutter: Update to 46.4., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 00/12] Mini update dump, Maxim Cournoyer, 2024/09/11
- [bug#73128] [PATCH gnome-team 00/12] Mini update dump, Maxim Cournoyer, 2024/09/11