[gitg] meson: Remove Intltool
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] meson: Remove Intltool
- Date: Wed, 26 Dec 2018 10:01:47 +0000 (UTC)
commit 635a264f0e211e0970d7fa054fa5bf191f41bce9
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Tue Dec 25 23:13:53 2018 +0100
meson: Remove Intltool
When gitg migrated (a5dfce46) from Intltool to Gettext. However,
that change didn't remove the use of Intltool, which is not
necessary anymore.
This removes any use of Intltool.
Fixes #100.
meson.build | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index f3a6c4b4..18433641 100644
--- a/meson.build
+++ b/meson.build
@@ -54,11 +54,6 @@ libgitg_dir = join_paths(source_root, 'libgitg')
po_dir = join_paths(source_root, 'po')
vapi_dir = join_paths(source_root, 'vapi')
-intltool_merge = find_program('intltool-merge')
-intltool_cache = join_paths(po_dir, '.intltool-merge-cache')
-intltool_desktop_cmd = [intltool_merge, '-d', '-u', '-c', intltool_cache, po_dir, '@INPUT@', '@OUTPUT@']
-intltool_xml_cmd = [intltool_merge, '-x', '-u', '-c', intltool_cache, po_dir, '@INPUT@', '@OUTPUT@']
-
top_inc = include_directories('.')
config_h = configuration_data()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]