all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Suhail via Guix-patches via <guix-patches@gnu.org>
To: 69063@debbugs.gnu.org
Subject: [bug#69063] [PATCH 2/2] gnu: tilda: Remove version 1.6-alpha.
Date: Sun, 11 Feb 2024 22:04:33 +0000	[thread overview]
Message-ID: <5e28f530484605f1ce91f99ac2efc2d7f2e9459e.1707686681.git.suhail@bayesians.ca> (raw)
In-Reply-To: <cover.1707686681.git.suhail@bayesians.ca>


* gnu/packages/terminals.scm (tilda-dbus): Remove variable. tilda@2.0.0
comes with D-Bus support.

Change-Id: If9cb43b9c7bd49562e2668c0e3ffab342edbac75
---
 gnu/packages/terminals.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 403aacbb13..ecb958b820 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -184,29 +184,6 @@ (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")
-- 
2.43.0






  parent reply	other threads:[~2024-02-11 22:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-11 21:37 [bug#69063] [PATCH 0/2] Update Tilda to 2.0.0 Suhail via Guix-patches via
2024-02-11 22:03 ` [bug#69063] [PATCH 1/2] gnu: tilda: Update " Suhail via Guix-patches via
2024-02-11 22:04 ` Suhail via Guix-patches via [this message]
2024-02-14 15:57 ` bug#69063: [PATCH 0/2] Update Tilda " Sharlatan Hellseher

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=5e28f530484605f1ce91f99ac2efc2d7f2e9459e.1707686681.git.suhail@bayesians.ca \
    --to=guix-patches@gnu.org \
    --cc=69063@debbugs.gnu.org \
    --cc=suhail@bayesians.ca \
    /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.