From patchwork Fri May 15 20:35:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "vasilii.smirnov--- via Guix-patches\" via" X-Patchwork-Id: 22095 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 839D527BBE3; Fri, 15 May 2020 21:36:09 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 41CFE27BBE1 for ; Fri, 15 May 2020 21:36:09 +0100 (BST) Received: from localhost ([::1]:34830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jZh3w-0000p9-Rp for patchwork@mira.cbaines.net; Fri, 15 May 2020 16:36:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZh3q-0000nB-Qa for guix-patches@gnu.org; Fri, 15 May 2020 16:36:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55572) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jZh3q-0002Xv-IB for guix-patches@gnu.org; Fri, 15 May 2020 16:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jZh3q-0000SY-Fi for guix-patches@gnu.org; Fri, 15 May 2020 16:36:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41293] Add Pantheon desktop environment (cont.) References: <87tv0h0x0k.fsf@protonmail.com> In-Reply-To: <87tv0h0x0k.fsf@protonmail.com> Resent-From: Ryan Prior Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 May 2020 20:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41293 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 41293@debbugs.gnu.org Received: via spool by 41293-submit@debbugs.gnu.org id=B41293.15895749491741 (code B ref 41293); Fri, 15 May 2020 20:36:02 +0000 Received: (at 41293) by debbugs.gnu.org; 15 May 2020 20:35:49 +0000 Received: from localhost ([127.0.0.1]:38884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZh3d-0000S0-7p for submit@debbugs.gnu.org; Fri, 15 May 2020 16:35:49 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:25187) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZh3b-0000Rn-1u for 41293@debbugs.gnu.org; Fri, 15 May 2020 16:35:47 -0400 Date: Fri, 15 May 2020 20:35:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1589574941; bh=9qjupBhvX9EOfT52eOT1H9/1EvqRsrpgDKwatg0O/Y8=; h=Date:To:From:Reply-To:Subject:From; b=uR0VO83cfWynQuSHqmBiE7a9TCHok6SGpvoZ3VE+e/gdJFhHW/rovoBYLuRuUa1PM /I7X/HTEoyNbn77FsUxNCuhz9/JxoNlh4rg+9eaTSvhOmJDiLrcEo0WdYwGveQmK+V wfmouWCR40O/YnrQYkGT1Le2C4qZTeoDsubotCds= Message-ID: <87ftc10wdj.fsf@protonmail.com> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: Ryan Prior , Ryan Prior via Guix-patches X-Patchwork-Original-From: Ryan Prior via Guix-patches via From: "vasilii.smirnov--- via Guix-patches\" via" X-getmail-retrieved-from-mailbox: Patches This patch adds pantheon-terminal, a terminal emulator with tabs and some nice friendly features. From 5628c0849670beaec087c60b71f31eaba83343d8 Mon Sep 17 00:00:00 2001 From: Ryan Prior Date: Fri, 15 May 2020 15:12:16 -0500 Subject: [PATCH 6/6] gnu: Add pantheon-terminal. * gnu/packages/pantheon.scm (pantheon-terminal): New variable. --- gnu/packages/pantheon.scm | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm index 2a15f4316a..0ef2431bf8 100644 --- a/gnu/packages/pantheon.scm +++ b/gnu/packages/pantheon.scm @@ -149,3 +149,48 @@ download.") (description "Calculator is an application for performing simple arithmatic. It is the default calculator application in the Pantheon desktop.") (license license:gpl3))) + +(define-public pantheon-terminal + (package + (name "pantheon-terminal") + (version "5.5.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/elementary/terminal.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "119iwmzbpkj4nmxinqfsh73lx23g8gbl6ha6wc4mc4fq9hpnc9c2")))) + (build-system meson-build-system) + (arguments + `(#:glib-or-gtk? #t + #:phases + (modify-phases %standard-phases + (add-after 'install 'install-symlinks + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin/io.elementary.terminal")) + (link (string-append out "/bin/pantheon-terminal"))) + (symlink bin link))))))) + (inputs + `(("granite" ,granite) + ("gtk" ,gtk+) + ("vte" ,vte))) + (native-inputs + `(("gettext" ,gettext-minimal) + ("glib" ,glib) + ("appstream" ,appstream) + ("libgee" ,libgee) + ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database + ("glib:bin" ,glib "bin") ; for glib-compile-resources + ("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection) + ("vala" ,vala))) + (home-page "https://github.com/elementary/terminal") + (synopsis "Graphical terminal with opinionated design and thoughtful touches") + (description "A lightweight, beautiful, and simple terminal application. +Comes with sane defaults, browser-like tabs, sudo paste protection, smart +copy/paste, and little to no configuration.") + (license license:lgpl3))) -- 2.17.1