From patchwork Fri Oct 20 19:51:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suhail X-Patchwork-Id: 55080 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 0CEA827BBE9; Fri, 20 Oct 2023 20:52:59 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E34A627BBE2 for ; Fri, 20 Oct 2023 20:52:53 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtvY7-0000Vv-E9; Fri, 20 Oct 2023 15:52:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtvXw-0000VQ-Da for guix-patches@gnu.org; Fri, 20 Oct 2023 15:52:37 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtvXu-0002Mz-R7 for guix-patches@gnu.org; Fri, 20 Oct 2023 15:52:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtvYM-0003Xb-5X for guix-patches@gnu.org; Fri, 20 Oct 2023 15:53:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66644] [PATCH master 1/3] gnu: tilda: Add version 1.6-alpha with D-Bus support References: In-Reply-To: Resent-From: Suhail Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 20 Oct 2023 19:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66644 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66644@debbugs.gnu.org Received: via spool by 66644-submit@debbugs.gnu.org id=B66644.169783154513568 (code B ref 66644); Fri, 20 Oct 2023 19:53:02 +0000 Received: (at 66644) by debbugs.gnu.org; 20 Oct 2023 19:52:25 +0000 Received: from localhost ([127.0.0.1]:41515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvXl-0003Wm-EP for submit@debbugs.gnu.org; Fri, 20 Oct 2023 15:52:25 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:61761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvXh-0003WW-QS for 66644@debbugs.gnu.org; Fri, 20 Oct 2023 15:52:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bayesians.ca; s=protonmail2; t=1697831508; x=1698090708; bh=u4LZYe8cDsIyMHKlkTGZJXB335koGbSNn27PwA9gfzo=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Al1UdLYtnxiZvPayxbo6pHooFog7s/t2RhDW+mXXnk7n5iVmlyji8ns6ReAlpy5mV mp70fjeCO/jLARLpvPML1M2x69wcy5Mz8C+6ka1WZOvRQSGbYoLjsNAufrwiqSCBqy tmCAqCfErz5jTDoOVUhYE9Sj3yp96Yu4lK8zYNyvjOdYVU5IgLuhfZJKWIE1zev31v 6C4PnzxOyjZXY6chDCUi/FNJJXjCGeStdbP/7llnT5UViBHAjTTT5d+2vbh3jYcXqI V2Ojt8xBYSQCcPuADG94b7gCth/9XZC7S7qiIwe5iZmurCBeGlrXolN7iKCWBu7Stc au6UsU1pUpFIA== Date: Fri, 20 Oct 2023 19:51:35 +0000 Message-ID: Feedback-ID: 38691229:user:proton 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: , Reply-to: Suhail X-ACL-Warn: , Suhail via Guix-patches X-Patchwork-Original-From: Suhail via Guix-patches via From: Suhail Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/terminals.scm (tilda-dbus): New variable. --- gnu/packages/terminals.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 989fd00e61..0c06a42213 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -187,6 +187,29 @@ (define-public tilda (home-page "https://github.com/lanoxx/tilda") (license license:gpl2+))) +(define-public tilda-dbus + (package + (inherit tilda) + (name "tilda") + (version "1.6-alpha") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lanoxx/tilda") + (commit "51a980a55ad6d750daa21d43a66d44577dad277b"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pdarmlxkap9v689s88b89l5hi4vspsrrysh7pbm9rhdjmzk5m2c")))) + (synopsis "GTK+-based drop-down terminal with experimental D-Bus support") + (description + "Tilda is a terminal emulator similar to normal terminals like +gnome-terminal (GNOME) or Konsole (KDE), with the difference that it drops down +from the edge of a screen when a certain configurable hotkey is pressed. This +is similar to the built-in consoles in some applications. Tilda is highly +configurable through a graphical wizard. This version enables D-Bus support +which is necessary for using Tilda on Wayland."))) + (define-public termite (package (name "termite")