Fix mate 1.24 l10n icons
This commit is contained in:
parent
7aa7af6fd6
commit
2e29ff04cf
23 changed files with 931 additions and 2 deletions
22
helpers/DATA/mozo/nabia_mate-mozo_fix_based_on_79e576c.patch
Normal file
22
helpers/DATA/mozo/nabia_mate-mozo_fix_based_on_79e576c.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
From 79e576c9d7f8a80ac0bbd60749726a11786809a9 Mon Sep 17 00:00:00 2001
|
||||
From: rbuj <robert.buj@gmail.com>
|
||||
Date: Sun, 31 Jan 2021 22:16:42 +0100
|
||||
Subject: [PATCH] i18n: Do not collect the translation for Icon
|
||||
|
||||
---
|
||||
data/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/Makefile.am b/data/Makefile.am
|
||||
index ce5f3fb..8a456d6 100644
|
||||
--- a/data/Makefile.am
|
||||
+++ b/data/Makefile.am
|
||||
@@ -5,7 +5,7 @@ desktop_in_files = mozo.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
|
||||
$(desktop_DATA): $(desktop_in_files)
|
||||
- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||
+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@
|
||||
|
||||
man_MANS = mozo.1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue