Skip to content

Commit

Permalink
Add missing dependency on the autopoint utility from gettext
Browse files Browse the repository at this point in the history
This is a separate package on Ubuntu
  • Loading branch information
cameronwhite committed Mar 31, 2024
1 parent e7a3ddd commit 0e77b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Apt Dependencies
run: |
sudo apt update
sudo apt install autotools-dev autoconf-archive gettext libadwaita-1-dev
sudo apt install autotools-dev autoconf-archive gettext autopoint libadwaita-1-dev
- name: Generate Tarball
run: |
./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-translation-template.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Apt Dependencies
run: |
sudo apt update
sudo apt install autotools-dev autoconf-archive gettext libadwaita-1-dev
sudo apt install autotools-dev autoconf-archive gettext autopoint libadwaita-1-dev
- name: Update translation template
run: |
./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -58,7 +58,7 @@ Alternatively, Pinta can be built by opening `Pinta.sln` in [Visual Studio for M

- Install [.NET 8](https://dotnet.microsoft.com/) following the instructions for your Linux distribution.
- Install other dependencies (instructions are for Ubuntu 22.10, but should be similar for other distros):
- `sudo apt install autotools-dev autoconf-archive gettext libadwaita-1-dev`
- `sudo apt install autotools-dev autoconf-archive gettext autopoint libadwaita-1-dev`
- Minimum library versions: `gtk` >= 4.12 and `libadwaita` >= 1.4
- Optional dependencies: `webp-pixbuf-loader`
- Build (option 1, for development and testing):
Expand Down

0 comments on commit 0e77b34

Please sign in to comment.