summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Eklöf2020-11-11 21:10:21 +0100
committerDaniel Eklöf2020-11-11 21:10:21 +0100
commit485627bd2737a14f4289ee74ace66c48fcff4352 (patch)
tree0798933cb453ea1fa88c750debebfd3ad58ddd94
parentc9894332fd395293ba89ffe92afda3254ac32fca (diff)
downloadaur-485627bd2737a14f4289ee74ace66c48fcff4352.tar.gz
Make foot-terminfo a hard dependency for foot
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249381de6816..0d4b5424263f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = foot-git
depends = pixman
depends = fontconfig
depends = freetype2
+ depends = foot-terminfo
source = git+https://codeberg.org/dnkl/foot.git
source = git+https://codeberg.org/dnkl/tllist.git
source = git+https://codeberg.org/dnkl/fcft.git
@@ -26,7 +27,6 @@ pkgbase = foot-git
pkgname = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
- optdepends = foot-terminfo: terminfo for foot
provides = foot
conflicts = foot
diff --git a/PKGBUILD b/PKGBUILD
index 32efc656cfc0..c60b8adc3393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url=https://codeberg.org/dnkl/foot
license=(mit)
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols')
checkdepends=('check')
-depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'freetype2')
+depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'freetype2' 'foot-terminfo')
source=(git+https://codeberg.org/dnkl/foot.git
git+https://codeberg.org/dnkl/tllist.git
git+https://codeberg.org/dnkl/fcft.git)
@@ -58,7 +58,6 @@ check() {
package_foot-git() {
pkgdesc="Wayland terminal emulator - fast, lightweight and minimalistic"
- optdepends=('foot-terminfo: terminfo for foot')
conflicts=('foot')
provides=('foot')