From: David Craven <david@craven.ch>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: Add libtsm.
Date: Mon, 22 Aug 2016 15:53:06 +0200 [thread overview]
Message-ID: <20160822135307.789-1-david@craven.ch> (raw)
* 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
next reply other threads:[~2016-08-22 13:53 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 13:53 David Craven [this message]
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
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=20160822135307.789-1-david@craven.ch \
--to=david@craven.ch \
--cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.