From 3e19d5f7b73e9f195206ecf6ca26c52c7e2ddc66 Mon Sep 17 00:00:00 2001 From: Chase Naples Date: Tue, 11 Nov 2025 19:15:16 -0500 Subject: [PATCH 1/3] docs: list missing build dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42691d48..9b01fd2f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ You'll need the following dependencies: * libx11-dev * meson * valac +* gettext (provides `msgfmt`) +* libgnome-desktop-3-dev Run `meson` to configure the build environment and then `ninja` to build From 8ecfc67867b76e4c3757cd7c0a0e9a2bd89d975d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 20 Nov 2025 10:43:45 -0800 Subject: [PATCH 2/3] alphabetize Removed duplicate dependencies from the README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b01fd2f..108120ba 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ You'll need the following dependencies: +* gettext (provides `msgfmt`) * gnome-settings-daemon >= 3.27 * libgdk-pixbuf2.0-dev +* libgnome-desktop-3-dev * libgranite-dev >= 5.5.0 * libgtk-3-dev * libhandy-1-dev >= 0.90.0 @@ -18,8 +20,7 @@ You'll need the following dependencies: * libx11-dev * meson * valac -* gettext (provides `msgfmt`) -* libgnome-desktop-3-dev + Run `meson` to configure the build environment and then `ninja` to build From 31b2451312726ff082074bd96105cdb53d0d6a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 20 Nov 2025 10:43:58 -0800 Subject: [PATCH 3/3] Clean up README formatting Removed extra line for better formatting --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 108120ba..aa333a4f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ You'll need the following dependencies: * meson * valac - Run `meson` to configure the build environment and then `ninja` to build meson build --prefix=/usr