Skip to content

Commit

Permalink
Add gettext as build dependency (mamolinux#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored Jan 1, 2024
1 parent aac6898 commit 262f2a7
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 @@ -33,7 +33,7 @@ jobs:
run: sudo apt-get update -qq

- name: install-deps
run: sudo apt install gobject-introspection gir1.2-gtk-3.0 python3 python3-configobj python3-gi python3-setproctitle python3-tldextract
run: sudo apt install gettext gobject-introspection gir1.2-gtk-3.0 python3 python3-configobj python3-gi python3-setproctitle python3-tldextract

- name: make
run: ./test/test -qq
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 \
libglib2.0-bin python python3-all python3-setuptools python3-sphinx
gettext libglib2.0-bin python python3-all 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 <hsb10@iitbbs.ac.in>
Build-Depends: debhelper-compat (= 13),
dh-python,
gettext,
libglib2.0-bin,
python3-setuptools,
python3-sphinx,
Expand Down

0 comments on commit 262f2a7

Please sign in to comment.