mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
pkgbuild: make foot-terminfo a hard dependency for foot
This commit is contained in:
parent
121adbe825
commit
0ec69eb846
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -5,7 +5,7 @@ arch=('x86_64' 'aarch64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
license=(mit)
|
license=(mit)
|
||||||
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.4')
|
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.4')
|
||||||
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.3.0')
|
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.3.0' 'foot-terminfo')
|
||||||
source=()
|
source=()
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
@ -43,7 +43,6 @@ check() {
|
||||||
package_foot-git() {
|
package_foot-git() {
|
||||||
pkgdesc="A wayland native terminal emulator"
|
pkgdesc="A wayland native terminal emulator"
|
||||||
changelog=CHANGELOG.md
|
changelog=CHANGELOG.md
|
||||||
optdepends=('foot-terminfo: terminfo for foot')
|
|
||||||
conflicts=('foot')
|
conflicts=('foot')
|
||||||
provides=('foot')
|
provides=('foot')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue