[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/20: gnu: Add libfakekey.
From: |
Danny Milosavljevic |
Subject: |
10/20: gnu: Add libfakekey. |
Date: |
Sat, 30 Dec 2017 16:55:42 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit e91f9d4078a69412a62550fe3ae0e33a5c3ace38
Author: ng0 <address@hidden>
Date: Sat Dec 30 22:47:32 2017 +0100
gnu: Add libfakekey.
* gnu/packages/xdisorg.scm (libfakekey): New variable.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/xdisorg.scm | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a34ec9a..f860c9c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -17,7 +17,7 @@
;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
;;; Copyright © 2016 Petter <address@hidden>
;;; Copyright © 2017 Mekeor Melire <address@hidden>
-;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 ng0 <address@hidden>
;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017 Marek Benc <address@hidden>
;;; Copyright © 2017 Mike Gerwitz <address@hidden>
@@ -192,6 +192,33 @@ X11 (yet).")
(license (license:x11-style "file://COPYING"
"See 'COPYING' in the distribution."))))
+(define-public libfakekey
+ (package
+ (name "libfakekey")
+ (version "0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://downloads.yoctoproject.org/releases"
+ "/matchbox/libfakekey/" version "/libfakekey-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "1501l0bflcrhqbf12n7a7cqilvr0w4xawxw0vw75p2940nkl4464"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:make-flags (list "AM_LDFLAGS=-lX11")))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("libxtst" ,libxtst)
+ ("libx11" ,libx11)))
+ (home-page
"https://www.yoctoproject.org/tools-resources/projects/matchbox")
+ (synopsis "X virtual keyboard library")
+ (description
+ "Libfakekey is a virtual keyboard library for X.")
+ (license license:gpl2)))
+
(define-public xdotool
(package
(name "xdotool")
- branch master updated (acd7bf4 -> 431703f), Danny Milosavljevic, 2017/12/30
- 01/20: gnu: Add mate-user-guide., Danny Milosavljevic, 2017/12/30
- 02/20: gnu: mate-session-manager: Configure with with elogind support., Danny Milosavljevic, 2017/12/30
- 08/20: gnu: Add mate-common., Danny Milosavljevic, 2017/12/30
- 03/20: gnu: Add caja-extensions., Danny Milosavljevic, 2017/12/30
- 09/20: gnu: Add mate-icon-theme-faenza., Danny Milosavljevic, 2017/12/30
- 14/20: gnu: Add eom., Danny Milosavljevic, 2017/12/30
- 11/20: gnu: Add mate-netbook., Danny Milosavljevic, 2017/12/30
- 07/20: gnu: Add mate-backgrounds., Danny Milosavljevic, 2017/12/30
- 10/20: gnu: Add libfakekey.,
Danny Milosavljevic <=
- 13/20: gnu: Add mate-utils., Danny Milosavljevic, 2017/12/30
- 04/20: gnu: caja: Add native-search-paths., Danny Milosavljevic, 2017/12/30
- 06/20: gnu: Add mate-calc., Danny Milosavljevic, 2017/12/30
- 05/20: gnu: Add atril., Danny Milosavljevic, 2017/12/30
- 17/20: gnu: Add mate-system-monitor., Danny Milosavljevic, 2017/12/30
- 19/20: gnu: mate: Add more packages., Danny Milosavljevic, 2017/12/30
- 12/20: gnu: Add mate-screensaver., Danny Milosavljevic, 2017/12/30
- 15/20: gnu: Add engrampa., Danny Milosavljevic, 2017/12/30
- 16/20: gnu: Add pluma., Danny Milosavljevic, 2017/12/30
- 20/20: gnu: services: Add MATE desktop service., Danny Milosavljevic, 2017/12/30