Package Details: fish-git 2:4.0b1.r101.gd5efef1cc-1

Git Clone URL: https://aur.archlinux.org/fish-git.git (read-only, click to copy)
Package Base: fish-git
Description: User friendly shell intended mostly for interactive use.
Upstream URL: https://github.com/fish-shell/fish-shell
Keywords: shell
Licenses: GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0
Conflicts: fish, fish-shell
Provides: fish, fish-shell
Submitter: SanskritFritz
Maintainer: SanskritFritz (akiirui)
Last Packager: akiirui
Votes: 72
Popularity: 3.02
First Submitted: 2010-11-17 22:27 (UTC)
Last Updated: 2024-12-31 11:05 (UTC)

Dependencies (13)

Required by (87)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »

RaphaelCosta commented on 2016-04-17 00:38 (UTC) (edited on 2016-04-17 06:47 (UTC) by RaphaelCosta)

Emergency: Updated today and all logins were broken complaining about missing libpcre2-32.so.0. Tested with no .config/fish. Using community/fish works without pcre2. Users afflicted by this issue would have to chroot. I apologize but I'm flagging this out of date. There must be a problem somewhere but for now you need to add community/pcre2 to list of dependencies until it's fixed.

alfa commented on 2015-10-13 22:03 (UTC)

This currently builds with the bundled pcre2. If you want to use system-pcre2 (which presumably arch proper would want to do once 2.2.0+1 is released), you need to build with "--without-included-pcre2" and add pcre2 to the deps.

SanskritFritz commented on 2015-09-18 21:18 (UTC)

Important: after ncurses upgrade, fish-shell must be rebuilt.

SanskritFritz commented on 2015-02-06 06:21 (UTC)

Thanks for the heads-up beatgammit.

<deleted-account> commented on 2015-02-06 03:55 (UTC)

Could you add `pkgfile` as an optdepends? I added a command-not-found handler for Arch Linux and it depends on it: https://github.com/fish-shell/fish-shell/pull/1925

SanskritFritz commented on 2014-10-04 17:03 (UTC)

Ok, for the time being I remove docker.fish. Future fish versions will provide a vendor_completions folder, we will have to pursuade the docker packagers to change the destination of docker.fish.

SanskritFritz commented on 2014-09-29 18:47 (UTC)

beatgammit thanks for the modified PKGBUILD. Also see https://github.com/fish-shell/fish-shell/issues/1726 and comment if necessary.

<deleted-account> commented on 2014-09-29 17:53 (UTC)

@SanskritFritz I understand that, but the official docker package in the official repositories packages that file and the official fish package doesn't have those completions (it is slated for 2.2 AFAICT). So, to get the PKGBUILD to work today, I've made the change. I understand if you're not interested, but I'll leave this PKGBUILD here for others in case they're too lazy to remove it for themselves: http://pastebin.com/1LMtJymN Once fish 2.2 is released, a bug should be filed to decide where this file belongs.

<deleted-account> commented on 2014-09-29 17:52 (UTC)

@SanskritFritz I understand that, but the official docker package in the official repositories packages that file and the official fish package doesn't have those completions (it is slated for 2.2 AFAICT). So, to get the PKGBUILD to work today, I've made the change. I understand if you're not interested, but I'll leave this PKGBUILD here for others in case they're too remove it for themselves: http://pastebin.com/1LMtJymN Once fish 2.2 is released, a bug should be filed to decide where this file belongs.

<deleted-account> commented on 2014-09-29 17:48 (UTC)

To get this to build with docker installed, I manually rm'd docker.fish in the PKGBUILD. Is this something that should be upstreamed, or should this PKGBUILD just ignore that file? For the lazy, here's my PKGBUILD: http://pastebin.com/1LMtJymN