From f2cbc6fb2001b78c5b26e288005f262319a2a47c Mon Sep 17 00:00:00 2001 From: ArimaBatista <80778627+ArimaBatista@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:52:19 -0300 Subject: [PATCH] correction README.md Correcting the dependency name from libsecret-1.0 to libsecret-1-dev, located in the "'Setting up & running the development version >>> Dependencies >>> You can get most of those from your distribution packages: >>> # On Debian/Ubuntu:' section." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59cb462d..0a3094c1f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ sudo dnf install meson python3-cairo python3-gobject gtk3 itstool gettext python # On Debian 10 (buster), you need to install the backported version, activate it with: echo 'deb http://deb.debian.org/debian buster-backports main' | sudo tee -a /etc/apt/sources.list # On Debian/Ubuntu: -sudo apt install meson python3-gi-cairo python3-gi gir1.2-pango-1.0 gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 itstool gettext python3-lxml libgirepository1.0-dev libsecret-1.0 gir1.2-secret-1 +sudo apt install meson python3-gi-cairo python3-gi gir1.2-pango-1.0 gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 itstool gettext python3-lxml libgirepository1.0-dev libsecret-1-dev gir1.2-secret-1 ``` liblarch may be harder to come by until distributions package the python3 version of it, alongside GTG 0.6+ itself.