summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD31
2 files changed, 30 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3698f0fe6eb9..557c5f4ef7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://codeberg.org/dnkl/foot
arch = x86_64
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')