George Hu pushed to branch main at Arch Linux / Packaging / Packages / silicon


Commits:
e3bb583c by George Hu at 2026-03-01T17:11:10+08:00
Add xclip and wl-clipboard to optdepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -17,6 +17,8 @@ pkgbase = silicon
        depends = libgcc
        depends = libxcb
        depends = oniguruma
+       optdepends = xclip: X11 clipboard support
+       optdepends = wl-clipboard: Wayland clipboard support
        source = 
silicon-0.5.3.tar.gz::https://github.com/Aloxaf/silicon/archive/v0.5.3.tar.gz
        sha256sums = 
56e7f3be4118320b64e37a174cc2294484e27b019c59908c0a96680a5ae3ad58
 


=====================================
PKGBUILD
=====================================
@@ -6,6 +6,8 @@ pkgrel=1
 pkgdesc="Create beautiful images of your code"
 depends=('fontconfig' 'freetype2' 'glibc' 'harfbuzz' 'libgcc' 'libxcb' 
'oniguruma')
 makedepends=('rust' 'cargo' 'llvm-libs' 'clang' 'python')
+optdepends=('xclip: X11 clipboard support'
+            'wl-clipboard: Wayland clipboard support')
 arch=('x86_64')
 license=('MIT')
 url="https://github.com/Aloxaf/silicon";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/silicon/-/commit/e3bb583cbf645cbadd2039ab1e429eed80df5e63

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/silicon/-/commit/e3bb583cbf645cbadd2039ab1e429eed80df5e63
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to