GNU bug report logs -
#69063
[PATCH 0/2] Update Tilda to 2.0.0
Previous Next
Reported by: Suhail <suhail <at> bayesians.ca>
Date: Sun, 11 Feb 2024 21:59:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69063 in the body.
You can then email your comments to 69063 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69063
; Package
guix-patches
.
(Sun, 11 Feb 2024 21:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Suhail <suhail <at> bayesians.ca>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 11 Feb 2024 21:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69063
; Package
guix-patches
.
(Sun, 11 Feb 2024 22:05:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 69063 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69063
; Package
guix-patches
.
(Sun, 11 Feb 2024 22:06:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 69063 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/terminals.scm (tilda-dbus): Remove variable. tilda <at> 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
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Wed, 14 Feb 2024 16:00:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Suhail <suhail <at> bayesians.ca>
:
bug acknowledged by developer.
(Wed, 14 Feb 2024 16:00:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 69063-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Pushed as 46058e9fcb..22143f9e62 to master.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 14 Mar 2024 11:24:16 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.