summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-26 17:37:02 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-02-26 20:02:32 +0100
commitb3c89c31f8f0ee2cc7ae3e094938846813345d57 (patch)
tree1147614288f44013efb0271459af2bf9ed94e84e /.gitlab-ci.yml
parent8539d03c51fb6c9c54c28c8a9f7fa388817fa0e9 (diff)
downloadnetwork-manager-applet-b3c89c31f8f0ee2cc7ae3e094938846813345d57.tar.gz
build: replace intltool with gettext
Gettext, since version 0.18, provides infrastructure equivalent to intltool (generating po/Makefile and translating .desktop files or .xml). Also, it seems to work better in that it actually honors MSGFMT_OPTS that are determined by the configure script. That one typically ends up set to "-c", meaning "check". Without it the bugs in the .po files are easy to overlook.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd2dfd8a..759c3649 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,6 @@
gettext-devel
glib2-devel
gtk3-devel
- intltool
libgudev1-devel
libnotify-devel
libsecret-devel
@@ -32,7 +31,6 @@
gettext-devel
glib2-devel
gtk3-devel
- intltool
libgudev1-devel
libnotify-devel
libsecret-devel