mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Adjust dependencies to match Pipfile in PKGBUILD
This commit is contained in:
parent
d4a5186c0b
commit
857215b2fa
16
PKGBUILD
16
PKGBUILD
@ -2,13 +2,25 @@
|
|||||||
|
|
||||||
pkgbase="g13gui"
|
pkgbase="g13gui"
|
||||||
pkgname="g13gui-git"
|
pkgname="g13gui-git"
|
||||||
pkgver=e326097
|
pkgver=d4a5186
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A user-space driver and GUI configurator for the Logitech G13"
|
pkgdesc="A user-space driver and GUI configurator for the Logitech G13"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/jtgans/g13gui"
|
url="https://github.com/jtgans/g13gui"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('python' 'python-evdev' 'python-pyusb' 'xorg-fonts-misc')
|
depends=(
|
||||||
|
'python>=3.8'
|
||||||
|
'python-evdev'
|
||||||
|
'python-pyusb>=1.0.2'
|
||||||
|
'python-dbus'
|
||||||
|
'python-gobject'
|
||||||
|
'python-pyusb'
|
||||||
|
'python-pillow>=10.0.1'
|
||||||
|
'python-cffi'
|
||||||
|
'python-psutil'
|
||||||
|
'python-appdirs'
|
||||||
|
'xorg-fonts-misc'
|
||||||
|
)
|
||||||
makedepends=('git' 'meson')
|
makedepends=('git' 'meson')
|
||||||
source=("${pkgname}::git+http://github.com/jtgans/g13gui.git")
|
source=("${pkgname}::git+http://github.com/jtgans/g13gui.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
Loading…
Reference in New Issue
Block a user