mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
better logic for checking kitty protocal support; better logic for image preview; use chafa as default tool for image preview; use kitty icat for gif preview when using native kitty terminal.
This commit is contained in:
parent
69e6792685
commit
e926b18548
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = shorinclip
|
||||
pkgdesc = A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview
|
||||
pkgver = 1.1.2
|
||||
pkgdesc = A wayland clipboard TUI based on fzf wl-clipboard and cliphist. Use chafa for image preview
|
||||
pkgver = 1.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/SHORiN-KiWATA/shorinclip
|
||||
arch = any
|
||||
|
|
@ -11,6 +11,6 @@ pkgbase = shorinclip
|
|||
depends = ffmpegthumbnailer
|
||||
depends = chafa
|
||||
source = https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip
|
||||
sha256sums = e321c7f3ceacb16c34a79feddbdbc45e87f62332da15c3978a577c0cc694e146
|
||||
sha256sums = 53a7884c813bc1690dfa2d53674529ce8c1c83a1b3b95ca11f7ee2999af629d6
|
||||
|
||||
pkgname = shorinclip
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Shorin <2433516202@qq.com>
|
||||
pkgname=shorinclip
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview"
|
||||
pkgdesc="A wayland clipboard TUI based on fzf wl-clipboard and cliphist. Use chafa for image preview"
|
||||
arch=('any')
|
||||
url="https://github.com/SHORiN-KiWATA/shorinclip"
|
||||
license=('MIT')
|
||||
depends=('fzf' 'cliphist' 'wl-clipboard' 'ffmpegthumbnailer' 'chafa')
|
||||
|
||||
source=("https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip")
|
||||
sha256sums=('e321c7f3ceacb16c34a79feddbdbc45e87f62332da15c3978a577c0cc694e146')
|
||||
sha256sums=('53a7884c813bc1690dfa2d53674529ce8c1c83a1b3b95ca11f7ee2999af629d6')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/shorinclip" "$pkgdir/usr/bin/shorinclip"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue