add missing deps

This commit is contained in:
bonny 2025-10-30 19:29:13 +01:00
parent 4d9b440d9a
commit 4b6c00a325
No known key found for this signature in database
GPG key ID: 03F5F2890B72556B
2 changed files with 12 additions and 2 deletions

View file

@ -1,13 +1,18 @@
pkgbase = eez-studio-appimage
pkgdesc = Cross-platform low-code GUI and automation
pkgver = 0.24.0
pkgrel = 1
pkgrel = 2
url = https://github.com/eez-open/studio/releases
arch = x86_64
arch = aarch64
license = GPL
makedepends = python-pip
makedepends = python-setuptools
depends = nss
depends = atkmm
depends = cups
depends = gtk3
depends = alsa-lib
depends = python
options = !strip
source = eez-studio-appimage-0.24.0.AppImage::https://github.com/eez-open/studio/releases/download/v0.24.0/EEZ-Studio-0.24.0.AppImage

View file

@ -2,7 +2,7 @@
pkgname=eez-studio-appimage
pkgver=0.24.0
pkgrel=1
pkgrel=2
pkgdesc="Cross-platform low-code GUI and automation"
arch=('x86_64' 'aarch64')
url="https://github.com/eez-open/studio/releases"
@ -10,6 +10,11 @@ license=('GPL')
options=(!strip)
depends=(
'nss'
'atkmm'
'cups'
'gtk3'
'alsa-lib'
'python'
)