summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Eklöf2021-10-02 14:52:35 +0200
committerDaniel Eklöf2021-10-02 15:24:06 +0200
commit8450685ac87e317bad51fe4c1411b076eb1c5609 (patch)
tree12f0eaa6cccb4dc9b370233bcdde6ecf97b05388 /PKGBUILD
parentba65476917e3deab2ca072cf968698c7c588b577 (diff)
downloadaur-8450685ac87e317bad51fe4c1411b076eb1c5609.tar.gz
Update to 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD31
1 files changed, 29 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e46abf5be9b..e28958f075c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,37 @@
# Maintainer: Daniel Eklöf <daniel at ekloef dot se>
-PGO=auto # auto|none|partial|full-current-session|full-headless-sway|full-headless-cage
+# Select PGO (Performance Guided Optimizations) build type.
+#
+# - auto: choose best available option
+#
+# - none: disable PGO
+#
+# - full-current-session: run a “full” PGO build in an existing
+# Wayland session. This will pop up a foot window running a script
+# that generates random terminal output.
+#
+# - full-headless-sway: run a “full” PGO build inside a headless Sway
+# instance. Requires Sway >= 1.7.
+#
+# - full-headless-cage: run a “full” PGO build inside a headless Cage
+# instance. Requires cage to be installed. Will generate lots of
+# Cage warnings, but seems to produce a fully working (and well
+# optimized) foot build.
+#
+# - partial: run a “partial” PGO build. This requires neither a
+# running Wayland session, nor an installed Wayland compositor, but
+# the resulting binary is slower compared to “full” PGO builds
+# (though still faster than regular release builds).
+#
+# Note that “full-*” (which “auto” will prefer) requires an UTF-8
+# locale. Either make sure LC_CTYPE is set to an UTF-8 locale, or do a
+# “partial” PGO build (or disable PGO altoghether).
+
+PGO=auto
pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic'
pkgname=foot-git
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
conflicts=('foot')
provides=('foot')