Fix mate 1.24 l10n icons
This commit is contained in:
parent
7aa7af6fd6
commit
2e29ff04cf
23 changed files with 931 additions and 2 deletions
|
|
@ -0,0 +1,22 @@
|
|||
From b222081467e85e45dd9451060c369f4fa582c870 Mon Sep 17 00:00:00 2001
|
||||
From: rbuj <robert.buj@gmail.com>
|
||||
Date: Mon, 2 Mar 2020 11:20:58 +0100
|
||||
Subject: [PATCH] mate-about.desktop: Do not collect the translation for Icon
|
||||
|
||||
---
|
||||
mate-about/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am
|
||||
index 67a42935..e557bbe7 100644
|
||||
--- a/mate-about/Makefile.am
|
||||
+++ b/mate-about/Makefile.am
|
||||
@@ -13,7 +13,7 @@ desktopdir = $(datadir)/applications
|
||||
desktop_in_files = mate-about.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
mate-about.desktop: mate-about.desktop.in
|
||||
- $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||
+ $(AM_V_GEN)$(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --template $< -d $(top_srcdir)/po -o $@
|
||||
|
||||
versiondir = $(datadir)/mate-about
|
||||
version_DATA = mate-version.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue