summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Eklöf2021-02-14 12:06:34 +0100
committerDaniel Eklöf2021-02-14 12:06:34 +0100
commit2f80528f18c2b45a5d091d3f71a3ee6f51380d8e (patch)
tree1dde990678fe5c3930ba0cd274496c152d6e14bf /PKGBUILD
parent0a2d3639d7bf4f5bc26a71a1146bd69b7a4ad576 (diff)
downloadaur-2f80528f18c2b45a5d091d3f71a3ee6f51380d8e.tar.gz
Add xdg-utils and libnotify as optional dependencies
* libnotify: desktop notifications use notify-send by default * xdg-utils: URLs are by default launched with xdg-open
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d27b44f54389..473ffa97af83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Eklöf <daniel at ekloef dot se>
pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.6.4
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot
license=(mit)
@@ -71,6 +71,8 @@ check() {
package_foot-git() {
pkgdesc="Wayland terminal emulator - fast, lightweight and minimalistic"
depends+=('foot-terminfo')
+ optdepends=('libnotify: desktop notifications'
+ 'xdg-utils: URI launching')
conflicts=('foot')
provides=('foot')