[latexila] Remove X-GNOME-Bugzilla from *.desktop file



commit c29e9fa43e1a74aba954132dd5fc8d5bd6668fe8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Dec 26 19:24:52 2017 +0100

    Remove X-GNOME-Bugzilla from *.desktop file
    
    I think it's no longer useful, for example gnome-photos (a new GNOME
    app) doesn't specify that.
    
    It permits to simplify a little the build.

 configure.ac                                       |    1 -
 data/Makefile.am                                   |    3 +--
 ...desktop.in.in => org.gnome.latexila.desktop.in} |    5 -----
 po/POTFILES.in                                     |    2 +-
 po/POTFILES.skip                                   |    2 --
 5 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f549d2d..354921a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,6 @@ APPSTREAM_XML
 AC_CONFIG_FILES([
        Makefile
        data/Makefile
-       data/org.gnome.latexila.desktop.in
        data/org.gnome.latexila.gschema.xml
        data/build_tools/Makefile
        data/icons/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 5130b3c..b76b4ec 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,11 +27,10 @@ org.gnome.latexila.service: Makefile
 
 EXTRA_DIST =                                   \
        org.gnome.latexila.appdata.xml.in       \
-       org.gnome.latexila.desktop.in.in        \
+       org.gnome.latexila.desktop.in           \
        org.gnome.latexila.gschema.xml.in
 
 DISTCLEANFILES =                       \
-       org.gnome.latexila.desktop.in   \
        org.gnome.latexila.gschema.xml
 
 CLEANFILES =                           \
diff --git a/data/org.gnome.latexila.desktop.in.in b/data/org.gnome.latexila.desktop.in
similarity index 78%
rename from data/org.gnome.latexila.desktop.in.in
rename to data/org.gnome.latexila.desktop.in
index 0e604fe..3862ff9 100644
--- a/data/org.gnome.latexila.desktop.in.in
+++ b/data/org.gnome.latexila.desktop.in
@@ -13,11 +13,6 @@ MimeType=text/x-tex;
 DBusActivatable=true
 Actions=new-window;new-document;
 
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=latexila
-X-GNOME-Bugzilla-Component=other
-X-GNOME-Bugzilla-Version=@VERSION@
-
 [Desktop Action new-window]
 _Name=Open a New Window
 Exec=latexila --new-window
diff --git a/po/POTFILES.in b/po/POTFILES.in
index db529c0..1040a1c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,7 @@
 [encoding: UTF-8]
 data/build_tools/build_tools.pot
 data/org.gnome.latexila.appdata.xml.in
-data/org.gnome.latexila.desktop.in.in
+data/org.gnome.latexila.desktop.in
 [type: gettext/gsettings]data/org.gnome.latexila.gschema.xml.in
 data/templates/templates.pot
 src/app_settings.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 443f15d..1fc0b87 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,6 +1,5 @@
 # List of source files that should *not* be translated.
 # Please keep this file sorted alphabetically.
-data/org.gnome.latexila.desktop.in
 src/app_settings.c
 src/bottom_panel.c
 src/build_tool_dialog.c
@@ -47,4 +46,3 @@ src/tab_label.c
 src/templates.c
 src/templates_dialogs.c
 src/utils.c
-sub/data/org.gnome.latexila.desktop.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]