Search Criteria
Package Details: lf-sixel-git 28.1.r1.g8997e5b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lf-sixel-git.git (read-only, click to copy) |
---|---|
Package Base: | lf-sixel-git |
Description: | lf is a terminal file manager written in Go from fork supporting sixel |
Upstream URL: | https://github.com/horriblename/lf |
Licenses: | MIT |
Conflicts: | lf |
Provides: | lf |
Submitter: | primalmotion |
Maintainer: | primalmotion |
Last Packager: | primalmotion |
Votes: | 3 |
Popularity: | 0.000100 |
First Submitted: | 2022-07-25 19:02 (UTC) |
Last Updated: | 2023-03-31 16:21 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (7)
- lfp (requires lf)
- lfp-git (requires lf)
- lfutils-git (requires lf)
- pistol-bin (requires lf) (optional)
- pistol-git (requires lf) (optional)
- stpv-git (requires lf) (optional)
- xdg-desktop-portal-termfilechooser-fix-for-lf-git (requires lf) (optional)
Latest Comments
1 2 Next › Last »
primalmotion commented on 2023-05-31 17:50 (UTC)
@surfer it is a git package. It will always get the latest master. You probably already are on 30.r34.g61ffdd1-1. The version of PKGBUILD does not matter here.
surfer commented on 2023-05-31 17:42 (UTC)
May I request an update to version 30? Upstream has many fixes.
primalmotion commented on 2023-03-31 16:32 (UTC)
@atomicfs no worries
atomicfs commented on 2023-03-31 16:27 (UTC)
Ups, sorry man for flagging it out of date just few minutes ago.
primalmotion commented on 2023-03-31 16:23 (UTC)
I have updated the base package because why not. But before flagging it out of date, please read the text in red that tells:
primalmotion commented on 2022-10-05 19:23 (UTC)
@rek2 yeah you still need a previewer in lfrc
Here's mine
rek2 commented on 2022-10-05 17:04 (UTC) (edited on 2022-10-05 17:10 (UTC) by rek2)
this is nice! love GO+sixel, btw I install, run lf and cant see the images, do I need to modify anything on the config?
primalmotion commented on 2022-09-10 17:24 (UTC)
@lonelion done. Thank you!
lonelion commented on 2022-09-10 14:19 (UTC)
The comment section seems to mangle the patch, anyway you can download it from here https://www.yaroslavps.com/files/0001-Install-desktop-file.patch
That site is hosted in the Netherlands, so it shouldn't be blocked.
lonelion commented on 2022-09-10 14:12 (UTC)
Sure, here it is:
From 8b055461d9810c8883f0e04bfe0cd9634d3f783b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= yps@yaroslavps.com Date: Wed, 7 Sep 2022 23:12:53 +0300 Subject: [PATCH] Install desktop file
PKGBUILD didn't install desktop file.
PKGBUILD | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/PKGBUILD b/PKGBUILD index ddf2731..a6827e6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -41,6 +41,8 @@ package() { cd "${srcdir}/${_pkgname}" install -Dm755 -t "${pkgdir}/usr/bin" ./lf
1 2 Next › Last »