all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69063] [PATCH 0/2] Update Tilda to 2.0.0
@ 2024-02-11 21:37 Suhail via Guix-patches via
  2024-02-11 22:03 ` [bug#69063] [PATCH 1/2] gnu: tilda: Update " Suhail via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Suhail via Guix-patches via @ 2024-02-11 21:37 UTC (permalink / raw)
  To: 69063


Hi Guix,

Tilda version 2.0.0 was recently released.  This updates Tilda from
1.5.4 to 2.0.0.  Since Tilda 2.0.0 also includes D-Bus support, version
1.6-alpha is being removed as well.

Cheers

Suhail (2):
  gnu: tilda: Update to 2.0.0.
  gnu: tilda: Remove version 1.6-alpha.

 gnu/packages/terminals.scm | 29 +++--------------------------
 1 file changed, 3 insertions(+), 26 deletions(-)


base-commit: 16d2be641424815a1779119bb64bc6ba1be1161b
-- 
2.43.0






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#69063] [PATCH 1/2] gnu: tilda: Update to 2.0.0.
  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 ` Suhail via Guix-patches via
  2024-02-11 22:04 ` [bug#69063] [PATCH 2/2] gnu: tilda: Remove version 1.6-alpha Suhail via Guix-patches via
  2024-02-14 15:57 ` bug#69063: [PATCH 0/2] Update Tilda to 2.0.0 Sharlatan Hellseher
  2 siblings, 0 replies; 4+ messages in thread
From: Suhail via Guix-patches via @ 2024-02-11 22:03 UTC (permalink / raw)
  To: 69063


* gnu/packages/terminals.scm (tilda): Update to 2.0.0.

Change-Id: I5df92877e38a316555150350c73e2356109e71b2
---
 gnu/packages/terminals.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index f609de8eff..403aacbb13 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -155,7 +155,7 @@ (define-public libptytty
 (define-public tilda
   (package
     (name "tilda")
-    (version "1.5.4")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -164,7 +164,7 @@ (define-public tilda
              (commit (string-append "tilda-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0q2i9ny8sh7zjzgvkx8vcvk593wcvchjc4xq4nrlqdd377r7cg5q"))))
+        (base32 "1ad5jlyg9izm2rid115dv70af6j5i96p91i685c0h9vlrn5sviqs"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -172,7 +172,7 @@ (define-public tilda
                     (lambda _
                       (for-each make-file-writable
                                 (find-files "po" ".")) #t)))))
-    (native-inputs (list autoconf automake gettext-minimal pkg-config))
+    (native-inputs (list autoconf-2.71 automake gettext-minimal pkg-config))
     (inputs (list libconfuse vte))
     (synopsis "GTK+-based drop-down terminal")
     (description
-- 
2.43.0






^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69063] [PATCH 2/2] gnu: tilda: Remove version 1.6-alpha.
  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
  2024-02-14 15:57 ` bug#69063: [PATCH 0/2] Update Tilda to 2.0.0 Sharlatan Hellseher
  2 siblings, 0 replies; 4+ messages in thread
From: Suhail via Guix-patches via @ 2024-02-11 22:04 UTC (permalink / raw)
  To: 69063


* 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






^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#69063: [PATCH 0/2] Update Tilda to 2.0.0
  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 ` [bug#69063] [PATCH 2/2] gnu: tilda: Remove version 1.6-alpha Suhail via Guix-patches via
@ 2024-02-14 15:57 ` Sharlatan Hellseher
  2 siblings, 0 replies; 4+ messages in thread
From: Sharlatan Hellseher @ 2024-02-14 15:57 UTC (permalink / raw)
  To: 69063-done

[-- Attachment #1: Type: text/plain, Size: 59 bytes --]


Hi,

Pushed as 46058e9fcb..22143f9e62 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-14 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [bug#69063] [PATCH 2/2] gnu: tilda: Remove version 1.6-alpha Suhail via Guix-patches via
2024-02-14 15:57 ` bug#69063: [PATCH 0/2] Update Tilda to 2.0.0 Sharlatan Hellseher

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.