main/fbkeyboard: add missing dependency (!1108)
This commit is contained in:
parent
400835b6e3
commit
9f1fbc77eb
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
|
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
|
||||||
pkgname="fbkeyboard"
|
pkgname="fbkeyboard"
|
||||||
pkgver="0.3"
|
pkgver="0.3"
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Framebuffer softkeyboard for use on devices with touchscreen input like smartphones"
|
pkgdesc="Framebuffer softkeyboard for use on devices with touchscreen input like smartphones"
|
||||||
url="https://github.com/bakonyiferenc/fbkeyboard"
|
url="https://github.com/bakonyiferenc/fbkeyboard"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="freetype"
|
depends="freetype ttf-dejavu"
|
||||||
makedepends="linux-headers freetype-dev"
|
makedepends="linux-headers freetype-dev"
|
||||||
source="https://github.com/bakonyiferenc/fbkeyboard/archive/$pkgver/fbkeyboard-$pkgver.tar.gz"
|
source="https://github.com/bakonyiferenc/fbkeyboard/archive/$pkgver/fbkeyboard-$pkgver.tar.gz"
|
||||||
options="!check" # No tests
|
options="!check" # No tests
|
||||||
|
|
Loading…
Reference in a new issue