Package Details: tilda-wayland-git 1.5.2.r0.g0d7a986-1

Git Clone URL: https://aur.archlinux.org/tilda-wayland-git.git (read-only, click to copy)
Package Base: tilda-wayland-git
Description: A Gtk based drop down terminal for Linux and Unix. With Wayland support.
Upstream URL: https://github.com/lanoxx/tilda
Licenses: GPL
Conflicts: tilda
Provides: tilda
Submitter: tywyqu
Maintainer: None
Last Packager: tywyqu
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-12 13:00 (UTC)
Last Updated: 2020-10-12 13:00 (UTC)

Latest Comments

demlak commented on 2021-11-08 10:32 (UTC)

Latest Tilda works with wayland https://github.com/lanoxx/tilda/commit/6480773ce94d652bc4a85499e758b8bd45a7a69f

So.. there is no need for tilda-wayland anymore

xyverz commented on 2021-11-08 06:39 (UTC) (edited on 2021-11-08 06:43 (UTC) by xyverz)

I had the same problem that @eliminater74 had:

[ ~/aur-git/tilda-wayland-git ] 2 >> makepkg -si
==> Making package: tilda-wayland-git 1.5.2.r0.g0d7a986-1 (Sun 07 Nov 2021 10:29:19 PM PST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating tilda git repo...
Fetching origin
  -> Found b16c4fc5855899ce9eabc64673dc96afbdebeead.patch
  -> Found 89187b6d2f5042428c5cefb21e447254088dfe58.patch
==> Validating source files with sha512sums...
    tilda ... Skipped
    b16c4fc5855899ce9eabc64673dc96afbdebeead.patch ... FAILED
    89187b6d2f5042428c5cefb21e447254088dfe58.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!

Do you have keys that we can import for this?

eliminater74 commented on 2021-10-24 11:34 (UTC)

Doesnt work, Latest one has mismatchs:

b16c4fc5855899ce9eabc64673dc96afbdebeead.patch ... FAILED 89187b6d2f5042428c5cefb21e447254088dfe58.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!

Changed that to SKIP and next error is this:

==> Starting prepare()... Applying: dbus: Add DBus support to tilda error: patch failed: configure.ac:139 error: configure.ac: patch does not apply error: patch failed: src/Makefile.am:26 error: src/Makefile.am: patch does not apply error: src/tilda-dbus-actions.c: already exists in index error: src/tilda-dbus-actions.h: already exists in index error: src/tilda-dbus-actions.xml: already exists in index error: patch failed: src/tilda.c:49 error: src/tilda.c: patch does not apply Patch failed at 0001 dbus: Add DBus support to tilda hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". ==> ERROR: A failure occurred in prepare(). Aborting...

matthew-s commented on 2021-04-23 01:16 (UTC)

You can fix it by removing the patches and just setting the branch to wip-dbus:

source=("git+${url}.git#branch=wip-dbus")
sha512sums=('SKIP')

# ...
# Remove two "git am ..." lines below

yochananmarqos commented on 2020-11-29 20:26 (UTC)

The checksums are failing for the patches.

tywyqu commented on 2020-10-12 13:03 (UTC) (edited on 2020-10-12 13:03 (UTC) by tywyqu)

Should add Keyboard Shortcut to toggle tilda with command:

dbus-send --session --type=method_call --dest=com.github.lanoxx.tilda.Actions0 /com/github/lanoxx/tilda/Actions0 com.github.lanoxx.tilda.Actions.Toggle