From e2a7c7f24317e8214df2320bce874a90c6cbaa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 12 Nov 2020 08:02:57 +0100 Subject: [PATCH] =?UTF-8?q?pkgbuild:=20append=20=E2=80=98foot-terminfo?= =?UTF-8?q?=E2=80=99=20dependency=20in=20package=5Ffoot-git()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This ensures that: * Main dependencies are still checked before the package is built * Makepkg doesn’t complain about missing dependency foot-terminfo --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f90f59b0..c5a38714 100644 --- a/PKGBUILD +++ b/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')