Package Details: tilix-git 1.9.6.r41.g9dee5ad-1

Git Clone URL: https://aur.archlinux.org/tilix-git.git (read-only, click to copy)
Package Base: tilix-git
Description: A tiling terminal emulator for Linux using GTK+ 3
Upstream URL: https://gnunn1.github.io/tilix-web
Licenses: MPL-2.0
Conflicts: tilix
Provides: tilix
Submitter: dsboger
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 25
Popularity: 0.003467
First Submitted: 2017-03-12 01:46 (UTC)
Last Updated: 2025-03-18 18:02 (UTC)

Dependencies (13)

Required by (6)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

f2404 commented on 2016-12-26 17:27 (UTC)

Isn't gtkd just a make dependency?

dsboger commented on 2016-12-18 20:15 (UTC)

@f2404 I'll do it, but please be aware that i686 is not supported upstream and i686-specific issues are likely to not get attention. I also will not test building this package under other than x86_64 before pushing changes.

f2404 commented on 2016-12-18 17:30 (UTC)

Please add i686 arch - I was able to build 32-bit package without any issues.

dsboger commented on 2016-07-14 14:14 (UTC)

This package now uses LDC compiler and runtime, instead of DMD. As a consequence, the dependency now shifted from gtkd-dmd to gtkd. If you have any issues, please report here! Thanks!

dsboger commented on 2016-05-12 12:57 (UTC) (edited on 2016-05-13 17:10 (UTC) by dsboger)

UPDATE: This should not be a problem anymore, as autotools support got merged upstream and there is no more patching in the PKGBUILD. @lucazade You are trying to build the package twice in the same build folder. Unfortunately makepkg does not ensure a clean src/ dir when building from git repositories. I've patched the PKGBUILD to give a proper error message. In general it is better to "rm -rf src" (or call "makepkg -c" [1]) before re-building from the same build folder. [1] https://wiki.archlinux.org/index.php/makepkg#Usage

lucazade commented on 2016-05-12 06:20 (UTC)

build errors: patching file po/LINGUAS The next patch would create the file Makefile.am, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file autogen.sh, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file configure.ac, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file data/icons/Makefile.am, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file data/resources/Makefile.am, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file po/Makevars, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file po/POTFILES.in, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored

dsboger commented on 2016-05-11 04:28 (UTC) (edited on 2016-05-13 17:11 (UTC) by dsboger)

UPDATE: autotools support got merged upstream. I've added experimental support for building terminix with autotools and linking dynamically against gtkd. This package has migrated to use that build system. Also, it now depends on package gtkd-dmd that installs gtkd shared libraries. Please, report any issues here! The "official" terminix package remains the same.

dsboger commented on 2016-05-04 13:25 (UTC) (edited on 2016-05-09 15:44 (UTC) by dsboger)

Update: glib2-2.48.0-2 hit the stable Manjaro repo. The following notice is bsolete now. Attention Manjaro users!!! Please, after installing terminix-git, run the following command as root, in order to avoid the crash below [1]: # glib-compile-schemas /usr/share/glib-2.0/schemas Explanation: glib2-2.48.0-2 installs ALPM hooks that run the above command post-install, but Manjaro stable is still with glib2-2.48.0-1. Latest version is on testing though, and when it hits stable this workaround won't be necessary anymore. [1] The crash message is: (terminix:6226): GLib-GIO-ERROR **: Settings schema 'com.gexperts.Terminix.Keybindings' does not contain a key named 'terminal-reset' fish: “terminix” terminated by signal SIGTRAP (Trace or breakpoint trap)

wcasanova commented on 2016-04-28 00:29 (UTC) (edited on 2016-04-28 00:49 (UTC) by wcasanova)

yes is glib2 2.48.0-1.. repos is to update.

dsboger commented on 2016-04-28 00:14 (UTC)

I cannot reproduce the problem on my end. glib2-2.48.0-2 came today, so maybe the pacman mirror you used has not delivered it yet? Can you, please, confirm the version of glib2 you have installed (pacman -Q glib2). Thanks again!