[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: Add mate-terminal.
From: |
Efraim Flashner |
Subject: |
03/13: gnu: Add mate-terminal. |
Date: |
Tue, 12 Sep 2017 02:57:30 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 17df429ce66044e5f18a1d490cedf9a4a08da82f
Author: ng0 <address@hidden>
Date: Sun Aug 6 18:29:40 2017 +0000
gnu: Add mate-terminal.
* gnu/packages/mate.scm (mate-terminal): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/mate.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5962108..18b7371 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -168,6 +168,47 @@ desktop and the mate-about program.")
the MATE desktop environment.")
(license license:lgpl2.1+)))
+(define-public mate-terminal
+ (package
+ (name "mate-terminal")
+ (version "1.18.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pub.mate-desktop.org/releases/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1zihm609d2d9cw53ry385whshjl1dnkifpk41g1ddm9f58hv4da1"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)
+ ("itstool" ,itstool)
+ ("gobject-introspection" ,gobject-introspection)
+ ("libxml2" ,libxml2)
+ ("yelp-tools" ,yelp-tools)))
+ (inputs
+ `(("dconf" ,dconf)
+ ("gtk+" ,gtk+)
+ ("libice" ,libice)
+ ("libsm" ,libsm)
+ ("libx11" ,libx11)
+ ("mate-desktop" ,mate-desktop)
+ ("pango" ,pango)
+ ("vte" ,vte)))
+ (home-page "https://mate-desktop.org/")
+ (synopsis "MATE Terminal Emulator")
+ (description
+ "MATE Terminal is a terminal emulation application that you can
+use to access a shell. With it, you can run any application that
+is designed to run on VT102, VT220, and xterm terminals.
+MATE Terminal also has the ability to use multiple terminals
+in a single window (tabs) and supports management of different
+configurations (profiles).")
+ (license license:gpl3)))
+
(define-public mate-menus
(package
(name "mate-menus")
- branch master updated (f435379 -> b5831eb), Efraim Flashner, 2017/09/12
- 01/13: gnu: monero: Fix building on aarch64-linux., Efraim Flashner, 2017/09/12
- 04/13: gnu: Add marco., Efraim Flashner, 2017/09/12
- 03/13: gnu: Add mate-terminal.,
Efraim Flashner <=
- 09/13: gnu: Add mate-settings-daemon., Efraim Flashner, 2017/09/12
- 07/13: gnu: Add libmatemixer., Efraim Flashner, 2017/09/12
- 11/13: gnu: Add mate-media., Efraim Flashner, 2017/09/12
- 13/13: gnu: Add mate., Efraim Flashner, 2017/09/12
- 02/13: gnu: Add caja., Efraim Flashner, 2017/09/12
- 05/13: gnu: Add mate-session-manager., Efraim Flashner, 2017/09/12
- 06/13: gnu: Add mate-panel., Efraim Flashner, 2017/09/12
- 08/13: gnu: Add libmatekbd., Efraim Flashner, 2017/09/12
- 10/13: gnu: Add mate-applets., Efraim Flashner, 2017/09/12
- 12/13: gnu: Add mate-control-center., Efraim Flashner, 2017/09/12