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/eom/nabia_eom_fix_based_on_0c8d17a.patch
Normal file
22
helpers/DATA/eom/nabia_eom_fix_based_on_0c8d17a.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
From 0c8d17a76050af39b22f26b33f7b47de949ef379 Mon Sep 17 00:00:00 2001
|
||||
From: rbuj <robert.buj@gmail.com>
|
||||
Date: Mon, 2 Mar 2020 13:14:13 +0100
|
||||
Subject: [PATCH] eom.desktop: 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 48c352e0..4842527a 100644
|
||||
--- a/data/Makefile.am
|
||||
+++ b/data/Makefile.am
|
||||
@@ -6,7 +6,7 @@ DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in.in=.desktop)
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_DATA = $(DESKTOP_FILES)
|
||||
$(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 $@
|
||||
|
||||
appdatadir = $(datadir)/metainfo
|
||||
appdata_in_files = eom.appdata.xml.in
|
||||
Loading…
Add table
Add a link
Reference in a new issue