Index: goobox-3.4.2-7/configure.ac
===================================================================
--- goobox-3.4.2-7.orig/configure.ac
+++ goobox-3.4.2-7/configure.ac
@@ -223,7 +223,7 @@ dnl ====================================
 AC_CONFIG_FILES([
 Makefile
 data/Makefile
-data/goobox.desktop.in
+data/org.gnome.Goobox.desktop.in
 data/appdata/Makefile
 data/icons/Makefile
 data/icons/256x256/Makefile
Index: goobox-3.4.2-7/data/appdata/Makefile.am
===================================================================
--- goobox-3.4.2-7.orig/data/appdata/Makefile.am
+++ goobox-3.4.2-7/data/appdata/Makefile.am
@@ -1,7 +1,7 @@
 @INTLTOOL_XML_RULE@
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = goobox.appdata.xml.in
+appdata_in_files = org.gnome.Goobox.appdata.xml.in
 EXTRA_DIST = $(appdata_in_files)
 CLEANFILES = $(appdata_DATA)
 
Index: goobox-3.4.2-7/data/appdata/org.gnome.Goobox.appdata.xml.in
===================================================================
--- /dev/null
+++ goobox-3.4.2-7/data/appdata/org.gnome.Goobox.appdata.xml.in
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2013-2017 Paolo Bacchilega <paobac@src.gnome.org> -->
+<component type="desktop-application">
+  <id>org.gnome.Goobox.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+
+  <_name>Goobox CD Player</_name>
+  <_summary>Play and extract CDs</_summary>
+  <description>
+    <_p>
+      Goobox allows you to play CDs and save the tracks to disk as mp3, ogg,
+      flac or wav files.
+    </_p>
+    <_p>
+      Track titles and CD covers are set automatically using the
+      MusicBrainz web service.
+    </_p>
+  </description>
+
+  <launchable type="desktop-id">org.gnome.Goobox.desktop</launchable>
+  <url type="homepage">https://people.gnome.org/~paobac/goobox/index.html</url>
+  <screenshots>
+    <screenshot type="default">
+      <image type="source">https://git.gnome.org/browse/goobox/plain/data/appdata/ss-application.png</image>
+    </screenshot>
+    <screenshot>
+      <image type="source">https://git.gnome.org/browse/goobox/plain/data/appdata/ss-application-preferences.png</image>
+    </screenshot>
+  </screenshots>
+
+  <update_contact>paobac_at_src.gnome.org</update_contact>
+  <kudos>
+    <kudo>AppMenu</kudo>
+    <kudo>HiDpiIcon</kudo>
+    <kudo>ModernToolkit</kudo>
+    <kudo>Notifications</kudo>
+    <kudo>UserDocs</kudo>
+  </kudos>
+  <project_group>GNOME</project_group>
+  <translation type="gettext">goobox</translation>
+
+  <provides>
+    <id>org.gnome.Goobox.desktop</id>
+  </provides>
+</component>
Index: goobox-3.4.2-7/data/Makefile.am
===================================================================
--- goobox-3.4.2-7.orig/data/Makefile.am
+++ goobox-3.4.2-7/data/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = appdata icons
 
-desktop_in_in_files = goobox.desktop.in.in
+desktop_in_in_files = org.gnome.Goobox.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) 
 desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
Index: goobox-3.4.2-7/po/POTFILES.in
===================================================================
--- goobox-3.4.2-7.orig/po/POTFILES.in
+++ goobox-3.4.2-7/po/POTFILES.in
@@ -4,8 +4,8 @@
 # update the content run the following command:
 # sh update-potfiles.sh > POTFILES.in
 [encoding: UTF-8]
-data/appdata/goobox.appdata.xml.in
-data/goobox.desktop.in.in
+data/appdata/org.gnome.Goobox.appdata.xml.in
+data/org.gnome.Goobox.desktop.in.in
 [type: gettext/gsettings]data/org.gnome.Goobox.gschema.xml
 src/album-info.c
 src/album-info.h
Index: goobox-3.4.2-7/data/org.gnome.Goobox.desktop.in.in
===================================================================
--- /dev/null
+++ goobox-3.4.2-7/data/org.gnome.Goobox.desktop.in.in
@@ -0,0 +1,16 @@
+[Desktop Entry]
+_Name=CD Player
+_Comment=Play and extract CDs
+Categories=GNOME;GTK;AudioVideo;Audio;
+Encoding=UTF-8
+Exec=goobox
+Icon=goobox
+MimeType=x-content/audio-cdda;
+StartupNotify=true
+Terminal=false
+Type=Application
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=goobox
+X-GNOME-Bugzilla-Component=general
+X-GNOME-Bugzilla-Version=@VERSION@
+X-GNOME-UsesNotifications=true
