v1.1.0 add chafa support if your term does not support kitty icat

This commit is contained in:
shorinkiwata 2026-02-05 23:38:19 +09:00
parent f6509afbae
commit 5e45cebf9b
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = shorinclip
pkgdesc = A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview
pkgver = 1.0.0
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/SHORiN-KiWATA/shorinclip
arch = any
@ -8,8 +8,9 @@ pkgbase = shorinclip
depends = fzf
depends = cliphist
depends = wl-clipboard
optdepends = ffmpegthumbnailer: Video thumbnail support
depends = ffmpegthumbnailer
depends = chafa
source = https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip
sha256sums = 50142c6b8176a0705bef42953d3d2618b16a86d2e904d710d5c1334c788278be
sha256sums = 8f3cb7b2a91fbc825026c7a505da7ce9d7679adb3dd2bb8803564040a86353f7
pkgname = shorinclip

View file

@ -1,17 +1,15 @@
# Maintainer: Shorin <2433516202@qq.com>
pkgname=shorinclip
pkgver=1.0.0
pkgver=1.1.0
pkgrel=1
pkgdesc="A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview"
arch=('any')
url="https://github.com/SHORiN-KiWATA/shorinclip"
license=('MIT')
depends=('fzf' 'cliphist' 'wl-clipboard')
optdepends=('ffmpegthumbnailer: Video thumbnail support')
depends=('fzf' 'cliphist' 'wl-clipboard' 'ffmpegthumbnailer' 'chafa')
source=("https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip")
sha256sums=('50142c6b8176a0705bef42953d3d2618b16a86d2e904d710d5c1334c788278be')
sha256sums=('8f3cb7b2a91fbc825026c7a505da7ce9d7679adb3dd2bb8803564040a86353f7')
package() {
install -Dm755 "$srcdir/shorinclip" "$pkgdir/usr/bin/shorinclip"