emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29075: closed ([PATCH] gnu: Add sakura.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29075: closed ([PATCH] gnu: Add sakura.)
Date: Tue, 31 Oct 2017 13:44:02 +0000

Your message dated Tue, 31 Oct 2017 09:43:29 -0400
with message-id <address@hidden>
and subject line Re: [bug#29075] [PATCH] gnu: Add sakura.
has caused the debbugs.gnu.org bug report #29075,
regarding [PATCH] gnu: Add sakura.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29075
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add sakura. Date: Mon, 30 Oct 2017 18:06:50 -0400
* gnu/packages/terminals.scm (sakura): New variable.
---
 gnu/packages/terminals.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 2fa5f7e4c..d6ebdb6a7 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -27,6 +27,7 @@
 (define-module (gnu packages terminals)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build utils)
+  #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system python)
@@ -51,6 +52,7 @@
   #:use-module (gnu packages wm)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
+  #:use-module (gnu packages xorg)
   #:use-module (srfi srfi-26))
 
 (define-public tilda
@@ -537,3 +539,33 @@ eye-candy, customizable, and reasonably lightweight.")
                 license:silofl1.1
                 license:x11
                 license:bsd-3)))))
+
+(define-public sakura
+  (package
+    (name "sakura")
+    (version "3.5.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://launchpad.net/"; name "/trunk/"
+                                  version "/+download/" name "-" version
+                                  ".tar.bz2"))
+              (sha256
+               (base32
+                "0fhcn3540iw22l5zg3njh5z8cj0g2n9p6fvagjqa5zc323jfsc7b"))))
+    (build-system cmake-build-system)
+    (arguments
+     ;; no check phase
+     '(#:tests? #f))
+    (native-inputs
+     `(("gettext" ,gettext-minimal)
+       ("perl" ,perl)               ; for pod2man
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libxft" ,libxft)
+       ("vte" ,vte)))
+    (home-page "https://launchpad.net/sakura";)
+    (synopsis "A simple but powerful libvte-based terminal emulator")
+    (description "@code{Sakura} is a terminal emulator based on GTK+ and VTE.
+It's a terminal emulator with few dependencies, so you don't need a full GNOME
+desktop installed to have a decent terminal emulator.")
+    (license license:gpl2)))
-- 
2.14.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29075] [PATCH] gnu: Add sakura. Date: Tue, 31 Oct 2017 09:43:29 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Leo Famulari <address@hidden> writes:

> On Mon, Oct 30, 2017 at 06:06:50PM -0400, Kei Kebreau wrote:
>> * gnu/packages/terminals.scm (sakura): New variable.
>
> Thanks, LGTM! Please remember to add yourself to the list of copyright
> headers in 'gnu/packages/terminals.scm'.

Thank you for reviewing. I've pushed this to master as
90bf26088eed513bb93222daa533da2b43fa4b20.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]