mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 1.0.2768
This commit is contained in:
parent
e9319d15b5
commit
476d2bec29
2 changed files with 8 additions and 7 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -9,6 +9,7 @@ pkgbase = claude-desktop-bin
|
|||
makedepends = wget
|
||||
makedepends = asar
|
||||
makedepends = python
|
||||
makedepends = icoutils
|
||||
depends = electron
|
||||
depends = nodejs
|
||||
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -10,7 +10,7 @@ arch=('x86_64')
|
|||
url="https://claude.ai"
|
||||
license=('custom:Claude')
|
||||
depends=('electron' 'nodejs')
|
||||
makedepends=('p7zip' 'wget' 'asar' 'python')
|
||||
makedepends=('p7zip' 'wget' 'asar' 'python' 'icoutils')
|
||||
optdepends=('claude-code: Claude Code CLI for agentic coding features (npm i -g @anthropic-ai/claude-code)')
|
||||
provides=('claude-desktop')
|
||||
conflicts=('claude-desktop')
|
||||
|
|
@ -1333,11 +1333,11 @@ MimeType=x-scheme-handler/claude;
|
|||
StartupWMClass=Claude
|
||||
EOF
|
||||
|
||||
# Extract and install icon
|
||||
if [ -f "$srcdir/extract/lib/net45/resources/TrayIconTemplate.png" ]; then
|
||||
install -Dm644 "$srcdir/extract/lib/net45/resources/TrayIconTemplate.png" \
|
||||
"$pkgdir/usr/share/icons/hicolor/256x256/apps/claude-desktop.png"
|
||||
fi
|
||||
# Extract and install icon from setupIcon.ico (full-color Claude logo)
|
||||
icotool -x -o "$srcdir/" "$srcdir/extract/setupIcon.ico"
|
||||
# Use the largest icon (256x256) - index 6 in the ico file
|
||||
install -Dm644 "$srcdir/setupIcon_6_256x256x32.png" \
|
||||
"$pkgdir/usr/share/icons/hicolor/256x256/apps/claude-desktop.png"
|
||||
}
|
||||
|
||||
# vim: set ts=4 sw=4 et:
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue