George Hu pushed to branch main at Arch Linux / Packaging / Packages / silicon
Commits:
a7a955d8 by George Hu at 2026-03-01T16:55:53+08:00
Change xclip dependency to libxcb
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -15,8 +15,8 @@ pkgbase = silicon
depends = glibc
depends = harfbuzz
depends = libgcc
+ depends = libxcb
depends = oniguruma
- depends = xclip
source =
silicon-0.5.3.tar.gz::https://github.com/Aloxaf/silicon/archive/v0.5.3.tar.gz
sha256sums =
56e7f3be4118320b64e37a174cc2294484e27b019c59908c0a96680a5ae3ad58
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgname=silicon
pkgver=0.5.3
pkgrel=1
pkgdesc="Create beautiful images of your code"
-depends=('fontconfig' 'freetype2' 'glibc' 'harfbuzz' 'libgcc' 'oniguruma'
'xclip')
+depends=('fontconfig' 'freetype2' 'glibc' 'harfbuzz' 'libgcc' 'libxcb'
'oniguruma')
makedepends=('rust' 'cargo' 'llvm-libs' 'clang' 'python')
arch=('x86_64')
license=('MIT')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/silicon/-/commit/a7a955d8d47ed5e275248c395ca53d30913fcb35
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/silicon/-/commit/a7a955d8d47ed5e275248c395ca53d30913fcb35
You're receiving this email because of your account on gitlab.archlinux.org.