tilix is in [Community] repo, any reason to keep this around?
Search Criteria
Package Details: tilix-bin 1.9.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tilix-bin.git (read-only, click to copy) |
---|---|
Package Base: | tilix-bin |
Description: | A tiling terminal emulator based on GTK+ 3 (binary distribution) |
Upstream URL: | https://github.com/gnunn1/tilix |
Keywords: | terminal terminix tilix |
Licenses: | MPL |
Conflicts: | terminix, tilix |
Provides: | terminix, tilix |
Submitter: | dsboger |
Maintainer: | eatmyvenom |
Last Packager: | eatmyvenom |
Votes: | 145 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-23 14:37 (UTC) |
Last Updated: | 2021-03-15 04:51 (UTC) |
Dependencies (10)
- dconf (dconf-git)
- gsettings-desktop-schemas (ebadoo-desktop-schemas, gsettings-desktop-schemas-dev, gsettings-desktop-schemas-oldstable, gsettings-desktop-schemas-338, gsettings-desktop-schemas-git, gsettings-desktop-schemas-nofont, gsettings-desktop-schemas-ubuntu, gsettings-desktop-schemas-rel-338)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libx11 (libx11-git)
- vte3 (vte3-ng-fullwidth-emoji, vte3-ng, vte3-tilix, vte3-selectall, vte3-nohang, vte3-notification, vte3-git)
- libsecret (optional) – for password manager
- python-nautilus (python-nautilus-1) (optional) – for "Open Tilix Here" support in nautilus
- vte3-notification (vte3-tilix, vte3-nohang) (optional) – for desktop notifications support
- vte3-tilix (optional) – for notifications, triggers and badges support
Required by (7)
- gnome-shell-extension-tilix-dropdown-git (requires tilix)
- gruvbox-tilix-git (requires tilix)
- nord-tilix (requires tilix)
- pokemon-terminal-git (requires tilix) (optional)
- redpanda-cpp (requires tilix) (optional)
- tempus-themes-tilix-git (requires tilix)
- tilix-themes-git (requires tilix)
Sources (1)
FabioLolix commented on 2022-12-12 22:12 (UTC)
eatmyvenom commented on 2021-03-15 04:53 (UTC)
@Urgau your patch has been applied. Please let me know if there are further issues with this package.
Urgau commented on 2021-03-08 16:56 (UTC) (edited on 2021-03-08 16:56 (UTC) by Urgau)
I was to fix the PKGBUILD with:
diff --git a/PKGBUILD b/PKGBUILD
index 03e71d3..c58b5d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,5 +22,5 @@ source=(${_pkgname}-${pkgver}.zip::https://github.com/gnunn1/tilix/releases/down
md5sums=('7b8e24c0cafb04b070b1167985a9d597')
package() {
- cp -ar $srcdir/usr $pkgdir/usr
+ cp -ar "${_pkgname}-${pkgver}" $pkgdir/usr
}
Happy commented on 2021-03-05 10:46 (UTC)
@rageltman
I was able to fix it like this. However I am not sure why this was necessary...
tar -xzf tilix-bin.tar.gz
cd tilix-bin
makepkg -s
# wait for it to fail
rm -rf src
mkdir src
unzip tilix-1.9.4.zip
mv tilix-1.9.4 src/usr
makepkg -s
sudo pacman -U tilix-bin-1.9.4-1-x86_64.pkg.tar.xz
rageltman commented on 2021-02-27 16:10 (UTC) (edited on 2021-03-04 04:29 (UTC) by rageltman)
Something is opaquely broken in package()
:
[2021-02-27T05:37:56.548Z] ==> Checking buildtime dependencies...
[2021-02-27T05:37:56.548Z] ==> Retrieving sources...
[2021-02-27T05:37:56.548Z] -> Found tilix-1.9.4.zip
[2021-02-27T05:37:56.548Z] ==> WARNING: Skipping all source file integrity checks.
[2021-02-27T05:37:56.548Z] ==> Extracting sources...
[2021-02-27T05:37:56.548Z] -> Extracting tilix-1.9.4.zip with bsdtar
[2021-02-27T05:37:56.548Z] ==> Entering fakeroot environment...
[2021-02-27T05:37:56.548Z] ==> Starting package()...
script returned exit code 255
EDIT: getting a slightly more verbose failure now -
[2021-03-04T01:18:59.231Z] ==> Retrieving sources...
[2021-03-04T01:18:59.231Z] -> Found tilix-1.9.4.zip
[2021-03-04T01:18:59.231Z] ==> WARNING: Skipping all source file integrity checks.
[2021-03-04T01:18:59.231Z] ==> Extracting sources...
[2021-03-04T01:18:59.231Z] -> Extracting tilix-1.9.4.zip with bsdtar
[2021-03-04T01:18:59.231Z] ==> Entering fakeroot environment...
[2021-03-04T01:18:59.231Z] ==> Starting package()...
[2021-03-04T01:18:59.231Z] cp: cannot stat '/startdir/src/usr': No such file or directory
[2021-03-04T01:18:59.231Z] ==> ERROR: A failure occurred in package().
[2021-03-04T01:18:59.231Z] Aborting...
script returned exit code 25
dsboger commented on 2019-03-12 00:16 (UTC)
Hi community. I'm sorry to say that I'm not having enough time to maintain this and other AUR packages anymore. I'm disowning this in hopes that someone else will give it the love it deserves. Cya!
dsboger commented on 2018-03-14 02:28 (UTC)
@hobbledehoy899 not exactly. This package simply wraps the binaries compiled by the maintainer, available in github releases. The tilix package in [community] is compiled from source by the downstream maintainer. The main difference is that this package does not depend on gtkd, since upstream binary is linked statically.
I'll keep this package here because the upstream maintainer sometimes asks bug reporters to check if the problem also exists in this version, indicating that the problem is probably in the package and not in the code.
hobbledehoy899 commented on 2018-03-14 01:05 (UTC)
Isn't this package redundant now that Tilix is in the official repositories?
dsboger commented on 2018-02-18 17:41 (UTC) (edited on 2018-02-18 17:42 (UTC) by dsboger)
@Preisschild It seems the nautilus extension already supports python3. Thanks for the heads up! It's fixed.
Pinned Comments
dsboger commented on 2016-03-19 16:10 (UTC)