This is an automated email from the git hooks/post-receive script. a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository apps/xfce4-screenshooter.
commit dc34e5327d613b2f7f9f3900e6b0e8ca4731ef5e Author: Andre Miranda <[email protected]> Date: Thu May 2 17:10:21 2019 -0300 Update AppData file --- src/xfce4-screenshooter.appdata.xml.in | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/xfce4-screenshooter.appdata.xml.in b/src/xfce4-screenshooter.appdata.xml.in index d0bcfd9..2edd45b 100644 --- a/src/xfce4-screenshooter.appdata.xml.in +++ b/src/xfce4-screenshooter.appdata.xml.in @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2014 Eric Koegel <[email protected]> and Simon Steinbeiss <[email protected]> --> -<component type="desktop"> - <id>xfce4-screenshooter.desktop</id> +<!-- Copyright 2014 Eric Koegel <[email protected]> --> +<!-- Copyright 2014 Simon Steinbeiss <[email protected]> --> +<!-- Copyright 2019 Andre Miranda <[email protected]> --> + +<component type="desktop-application"> + <id>org.xfce.screenshooter</id> <metadata_license>CC-BY-3.0</metadata_license> <project_license>GPL-2.0+</project_license> <name>xfce4-screenshooter</name> @@ -18,18 +21,20 @@ <screenshots> <screenshot type="default"> - <image>http://docs.xfce.org/_media/apps/screenshooter/xfce4-screenshooter-dialog1.png</image> + <image>https://docs.xfce.org/_media/apps/screenshooter/xfce4-screenshooter-dialog1.png</image> </screenshot> </screenshots> - <url type="homepage">http://goodies.xfce.org/projects/applications/xfce4-screenshooter</url> + <url type="homepage">https://goodies.xfce.org/projects/applications/xfce4-screenshooter</url> <url type="bugtracker">https://bugzilla.xfce.org/describecomponents.cgi?product=Xfce4-screenshooter</url> - <url type="help">http://docs.xfce.org/apps/screenshooter/start</url> - - <updatecontact>[email protected]</updatecontact> + <url type="help">https://docs.xfce.org/apps/screenshooter/start</url> <provides> <binary>xfce4-screenshooter</binary> </provides> + <project_group>Xfce</project_group> + <update_contact>[email protected]</update_contact> + <translation type="gettext">xfce4-screenshooter</translation> + </component> -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
