summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2025-11-13 20:18:48 +0100
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2025-11-13 20:18:48 +0100
commitda4e1e68ffb2b8600925bd1c6db34843aeaa33c8 (patch)
tree6a17e26add72a607c3e91a3e1b5b9b2127f27d9c /.builds
parentc1cf60e0775f706b513623a47b02edf4c0d2e49d (diff)
Some cleanup, add gettext to build packages, and lower required gettext version
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml1
-rw-r--r--.builds/debian.yml1
-rw-r--r--.builds/fedora.yml1
-rw-r--r--.builds/freebsd.yml1
-rw-r--r--.builds/netbsd.yml1
-rw-r--r--.builds/openbsd.yml1
6 files changed, 6 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index c9a0a71..9084135 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -3,6 +3,7 @@ packages:
- autoconf
- automake
- libtool
+- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
tasks:
diff --git a/.builds/debian.yml b/.builds/debian.yml
index e877fb6..a78f3c9 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -3,6 +3,7 @@ packages:
- autoconf
- automake
- libtool
+- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
tasks:
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
index 4bc9e58..22a4c40 100644
--- a/.builds/fedora.yml
+++ b/.builds/fedora.yml
@@ -4,6 +4,7 @@ packages:
- automake
- libtool
- awk
+- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
tasks:
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 4ec737d..f530816 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -3,6 +3,7 @@ packages:
- autoconf
- automake
- libtool
+- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
tasks:
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml
index 309196f..5787b98 100644
--- a/.builds/netbsd.yml
+++ b/.builds/netbsd.yml
@@ -3,6 +3,7 @@ packages:
- autoconf
- automake
- libtool
+- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
tasks:
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index f753e29..5985aa8 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -3,6 +3,7 @@ packages:
- autoconf-2.72p0
- automake-1.17
- libtool
+- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
environment: