[gnome-notes] appdata: Fix appdata file



commit ca752a3de9352d82b83d1186c27f0ae413c44a20
Author: Isaque Galdino <igaldino gmail com>
Date:   Wed Aug 1 18:55:11 2018 -0300

    appdata: Fix appdata file
    
    This commit changes appdata file name from org.gnome.bijiben to
    org.gnome.Notes.
    
    This is part of #95 work.

 data/appdata/meson.build                                 |  2 +-
 ...ben.appdata.xml.in => org.gnome.Notes.appdata.xml.in} | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index 76f3d4d..48a31e3 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,4 +1,4 @@
-info = 'org.gnome.bijiben.appdata.xml'
+info = 'org.gnome.Notes.appdata.xml'
 
 i18n.merge_file(
   info,
diff --git a/data/appdata/org.gnome.bijiben.appdata.xml.in b/data/appdata/org.gnome.Notes.appdata.xml.in
similarity index 91%
rename from data/appdata/org.gnome.bijiben.appdata.xml.in
rename to data/appdata/org.gnome.Notes.appdata.xml.in
index b100665..217ea9d 100644
--- a/data/appdata/org.gnome.bijiben.appdata.xml.in
+++ b/data/appdata/org.gnome.Notes.appdata.xml.in
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-  <id>org.gnome.bijiben.desktop</id>
+  <id>org.gnome.Notes.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-3.0+ and LGPL-3.0 and LGPL-2.0+</project_license>
-  <name>Bijiben</name>
-  <summary>Quickly jot notes</summary>
+  <name>Notes</name>
+  <summary>Notes for GNOME</summary>
   <description>
     <p>
       A quick and easy way to make freeform notes or jot down simple lists. Store as many notes as you like 
and share them by email.
@@ -22,19 +22,19 @@
   </kudos>
   <screenshots>
     <screenshot type="default">
-      <image width="800" 
height="647">https://git.gnome.org/browse/bijiben/plain/data/appdata/default.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdatadefault.png</image>
     </screenshot>
     <screenshot>
       <caption>Edit view</caption>
-      <image width="800" 
height="647">https://git.gnome.org/browse/bijiben/plain/data/appdata/edit.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdataedit.png</image>
     </screenshot>
     <screenshot>
       <caption>Select view</caption>
-      <image width="800" 
height="647">https://git.gnome.org/browse/bijiben/plain/data/appdata/select.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdataselect.png</image>
     </screenshot>
     <screenshot>
       <caption>List view</caption>
-      <image width="800" 
height="647">https://git.gnome.org/browse/bijiben/plain/data/appdata/list.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdatalist.png</image>
     </screenshot>
   </screenshots>
 
@@ -134,7 +134,7 @@
   <url type="help">https://help.gnome.org/users/bijiben/stable/</url>
   <update_contact>py_at_luyten.fr</update_contact>
   <project_group>GNOME</project_group>
-  <translation type="gettext">bijiben</translation>
+  <translation type="gettext">gnome-notes</translation>
   <content_rating type="oars-1.1">
     <content_attribute id="violence-cartoon">none</content_attribute>
     <content_attribute id="violence-fantasy">none</content_attribute>


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