testing/screenkey: depend on gtk+3.0

Link: https://gitlab.com/screenkey/screenkey#from-source
This commit is contained in:
fossdd 2025-03-13 16:26:20 +01:00 committed by achill (fossdd)
parent a4c6335c1b
commit dc3f81f8ec

View File

@ -2,12 +2,12 @@
# Maintainer: Sergiy Stupar <owner@sestolab.pp.ua>
pkgname=screenkey
pkgver=1.5
pkgrel=6
pkgrel=7
pkgdesc="Screencast tool to display your keys"
url="https://www.thregr.org/~wavexx/software/screenkey/"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 py3-cairo py3-gobject3 py3-dbus"
depends="python3 py3-cairo py3-gobject3 py3-dbus gtk+3.0"
makedepends="py3-gpep517 py3-setuptools py3-wheel py3-babel"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://www.thregr.org/~wavexx/software/screenkey/releases/screenkey-$pkgver.tar.gz"