GNU bug report logs -
#37571
[PATCH 1/2] gnu: Add keybinder-3.0.
Previous Next
Reported by: Ingo Ruhnke <grumbel <at> gmail.com>
Date: Tue, 1 Oct 2019 14:32:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> scratchpost.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 2 Oct 2019 00:34:21 +0200
with message-id <20191002003421.42cf055d <at> scratchpost.org>
and subject line Re: [bug#37571] [PATCH 1/2] gnu: Add keybinder-3.0.
has caused the debbugs.gnu.org bug report #37571,
regarding [PATCH 1/2] gnu: Add keybinder-3.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
37571: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37571
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/wm.scm: Add keybinder-3.0 package.
---
gnu/packages/wm.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e47979d026..865b1edee1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2019 Timothy Sample <samplet <at> ngyro.com>
;;; Copyright © 2019 Gábor Boskovits <boskovits <at> gmail.com>
;;; Copyright © 2019 Kyle Andrews <kyle.c.andrews <at> gmail.com>
+;;; Copyright © 2019 Ingo Ruhnke <grumbel <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1000,6 +1001,34 @@ Keybinder works with GTK-based applications using the X Window System.")
(home-page "https://github.com/kupferlauncher/keybinder")
(license license:gpl2+)))
+(define-public keybinder-3.0
+ (package
+ (name "keybinder-3.0")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/kupferlauncher/keybinder"
+ "/releases/download/" name "-v" version "/" name "-"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0830ihwnalw59pp1xzrp37dn58n8vwb8zasnm4a1h81v3x7dxqz6"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("gtk+" ,gtk+)
+ ("gobject-introspection" ,gobject-introspection)))
+ (native-inputs
+ `(("gtk-doc" ,gtk-doc)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Library for registering global keyboard shortcuts, Gtk3 version")
+ (description
+ "Keybinder is a library for registering global keyboard shortcuts.
+Keybinder works with GTK-based applications using the X Window System.")
+ (home-page "https://github.com/kupferlauncher/keybinder")
+ (license license:x11)))
+
(define-public spectrwm
(package
(name "spectrwm")
--
2.20.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Thanks! Pushed both to guix master as commits
8c765a3b26cfcedf02208dfda151d154835f0b85 and
b6b257ed94a9f01451e9d1b1e3c72a2df21125b7.
[Message part 5 (application/pgp-signature, inline)]
This bug report was last modified 5 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.