Revert "po/metainfo.its: New file."
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 5 Sep 2020 15:17:37 +0000 (17:17 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 5 Sep 2020 15:17:37 +0000 (17:17 +0200)
This reverts commit e94442a3b00c1f22952586cc26b7be60617b93e1.

po/automake.mk
po/metainfo.its [deleted file]

index 594d35e14ffd51880dd2e7ece0898fe17b474bbc..30fa84e3ee042281dfd01ab818bf1401297bacc0 100644 (file)
@@ -63,8 +63,8 @@ ALL_TRANSLATABLE_FILES = \
 $(POTFILE): $(ALL_TRANSLATABLE_FILES) Makefile
        @$(MKDIR_P) po
        $(AM_V_GEN)$(XGETTEXT) $(XGETTEXT_OPTIONS) $(TRANSLATABLE_FILES) --language=C --keyword=_ --keyword=N_ -o $@,tmp
-       $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j $(UI_FILES) --language=Glade -o $@,tmp
-       $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) --its=$(top_srcdir)/po/metainfo.its -j src/ui/gui/org.fsf.pspp.metainfo.xml.in -o $@,tmp
+       $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j $(UI_FILES) --language=glade -o $@,tmp
+       $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j src/ui/gui/org.fsf.pspp.metainfo.xml.in -o $@,tmp
        $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j src/ui/gui/org.fsf.pspp.desktop.in -o $@,tmp
        $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: .*/d' $@,tmp > $@
 
@@ -107,7 +107,6 @@ EXTRA_DIST += \
        $(LOCALPOFILES) \
        $(POFILES) \
        $(POTFILE) \
-       po/metainfo.its \
        po/LINGUAS \
        po/ChangeLog \
        po/cs.po,aux
diff --git a/po/metainfo.its b/po/metainfo.its
deleted file mode 100644 (file)
index 213d0bd..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!--
-  Copyright (C) 2020 Free Software Foundation, Inc.
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 3 of the License, or
-  (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with this program.  If not, see <https://www.gnu.org/licenses/>.
--->
-<its:rules xmlns:its="http://www.w3.org/2005/11/its"
-           xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
-           version="2.0">
-  <its:translateRule selector="/component" translate="no"/>
-  <its:translateRule selector="/component/summary" translate="yes"/>
-  <its:translateRule selector="/component/description" translate="yes"/>
-  <its:translateRule selector="/component/screenshots//caption" translate="yes"/>
-</its:rules>