Skip to content

Commit

Permalink
Add gettext as build dependency (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored Jan 14, 2024
1 parent 900b4e4 commit 43feaa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: install-deps
run: |
sudo apt install gobject-introspection gir1.2-appindicator3-0.1 gir1.2-gtk-3.0 \
sudo apt install gettext gobject-introspection gir1.2-appindicator3-0.1 gir1.2-gtk-3.0 \
python3 python3-configobj python3-gi python3-setproctitle python3-tldextract redshift
- name: make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt install -y build-essential debhelper devscripts dh-python \
python3 python3-all python3-gi python3-setuptools python3-sphinx
gettext python3 python3-all python3-gi python3-setuptools python3-sphinx
- name: build-deb
run: |
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Priority: optional
Maintainer: Himadri Sekhar Basu <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-python,
gettext,
libglib2.0-bin,
python3-all,
python3-setuptools,
Expand Down

0 comments on commit 43feaa5

Please sign in to comment.