mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-09 10:06:20 -05:00
pkgbuild: append ‘foot-terminfo’ dependency in package_foot-git()
This ensures that: * Main dependencies are still checked before the package is built * Makepkg doesn’t complain about missing dependency foot-terminfo
This commit is contained in:
parent
0ec69eb846
commit
e2a7c7f243
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -4,8 +4,8 @@ pkgrel=1
|
|||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
license=(mit)
|
||||
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.3.0')
|
||||
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.4')
|
||||
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.3.0' 'foot-terminfo')
|
||||
source=()
|
||||
|
||||
pkgver() {
|
||||
|
|
@ -43,6 +43,7 @@ check() {
|
|||
package_foot-git() {
|
||||
pkgdesc="A wayland native terminal emulator"
|
||||
changelog=CHANGELOG.md
|
||||
depends+=('foot-terminfo')
|
||||
conflicts=('foot')
|
||||
provides=('foot')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue