unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: Add libtsm.
@ 2016-08-22 13:53 David Craven
  2016-08-22 13:53 ` [PATCH 2/2] gnu: Add kmscon David Craven
  2016-08-22 19:33 ` [PATCH 1/2] gnu: Add libtsm Leo Famulari
  0 siblings, 2 replies; 25+ messages in thread
From: David Craven @ 2016-08-22 13:53 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/admin.scm (libtsm): New variable.
---
 gnu/packages/admin.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6d88e3b..5730b5a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2016 Peter Feigl <peter.feigl@nexoid.at>
 ;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
 ;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is>
+;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1767,3 +1768,27 @@ the status of your battery in the system tray.")
 shortcut syntax and completion options.")
       (home-page "https://github.com/TrilbyWhite/interrobang")
       (license license:gpl3+))))
+
+(define-public libtsm
+  (package
+    (name "libtsm")
+    (version "3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://freedesktop.org/software/kmscon/releases/"
+                    "libtsm-" version ".tar.xz"))
+              (sha256
+               (base32
+                "01ygwrsxfii0pngfikgqsb4fxp8n1bbs47l7hck81h9b9bc1ah8i"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libxkbcommon" ,libxkbcommon)))
+    (synopsis "Xterm state machine library")
+    (description "TSM is a state machine for DEC VT100-VT520 compatible
+terminal emulators.  It tries to support all common standards while keeping
+compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
+    (home-page "https://www.freedesktop.org/wiki/Software/libtsm")
+    (license license:expat)))
-- 
2.9.0

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

end of thread, other threads:[~2016-08-28 15:11 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 13:53 [PATCH 1/2] gnu: Add libtsm David Craven
2016-08-22 13:53 ` [PATCH 2/2] gnu: Add kmscon David Craven
2016-08-22 18:10   ` Danny Milosavljevic
2016-08-22 18:14     ` David Craven
2016-08-22 18:17       ` David Craven
2016-08-22 19:34   ` Leo Famulari
2016-08-24 18:16   ` Efraim Flashner
2016-08-24 18:56     ` David Craven
2016-08-22 19:33 ` [PATCH 1/2] gnu: Add libtsm Leo Famulari
2016-08-22 20:54   ` David Craven
2016-08-22 20:57     ` David Craven
2016-08-22 21:08     ` Leo Famulari
2016-08-22 21:46       ` David Craven
2016-08-22 21:52         ` Leo Famulari
2016-08-22 21:58           ` David Craven
2016-08-22 22:10             ` David Craven
2016-08-22 22:25               ` David Craven
2016-08-23  0:04                 ` David Craven
2016-08-23  1:09                   ` Leo Famulari
2016-08-24 18:22                     ` Efraim Flashner
2016-08-24 18:54                       ` David Craven
2016-08-24 18:57                       ` Leo Famulari
2016-08-24 19:11                         ` David Craven
2016-08-28 13:14                           ` David Craven
2016-08-28 15:11                             ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).