projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48e158
)
Fix wrong gettext ITS target
author
Rafał Dzięgiel
<rafostar.github@gmail.com>
Wed, 25 Aug 2021 08:08:44 +0000
(10:08 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 Oct 2021 21:52:04 +0000
(17:52 -0400)
The installed ITS rule filename is "gtk4builder.its". The .loc file
is wrongly pointing to old "gtkbuilder.its" which makes gettext fail
on systems without GTK3 installed.
tools/gtk4builder.loc
patch
|
blob
|
history
diff --git
a/tools/gtk4builder.loc
b/tools/gtk4builder.loc
index 5d77e4841c05636759b9008c9770779c8cbe9d84..efbb509ec92c062213a899493d5f326454097e41 100644
(file)
--- a/
tools/gtk4builder.loc
+++ b/
tools/gtk4builder.loc
@@
-1,6
+1,6
@@
<?xml version="1.0"?>
<locatingRules>
<locatingRule name="GtkBuilder" pattern="*.ui">
- <documentRule localName="interface" target="gtkbuilder.its"/>
+ <documentRule localName="interface" target="gtk
4
builder.its"/>
</locatingRule>
</locatingRules>