[bijiben] appdata: Add new screenshots



commit cea32f1b2e775bade4c829ea0f608f2efc25b0ea
Author: Isaque Galdino <igaldino gmail com>
Date:   Wed Apr 4 00:29:36 2018 -0300

    appdata: Add new screenshots

 data/appdata/default.png                           |  Bin 0 -> 48072 bytes
 data/appdata/edit.png                              |  Bin 0 -> 107929 bytes
 data/appdata/list.png                              |  Bin 0 -> 15558 bytes
 data/appdata/meson.build                           |   11 +++++++++++
 .../{ => appdata}/org.gnome.bijiben.appdata.xml.in |   16 ++++++++++++++--
 data/appdata/select.png                            |  Bin 0 -> 22863 bytes
 data/meson.build                                   |   12 +-----------
 7 files changed, 26 insertions(+), 13 deletions(-)
---
diff --git a/data/appdata/default.png b/data/appdata/default.png
new file mode 100644
index 0000000..9a3fd58
Binary files /dev/null and b/data/appdata/default.png differ
diff --git a/data/appdata/edit.png b/data/appdata/edit.png
new file mode 100644
index 0000000..55732b2
Binary files /dev/null and b/data/appdata/edit.png differ
diff --git a/data/appdata/list.png b/data/appdata/list.png
new file mode 100644
index 0000000..074e0c3
Binary files /dev/null and b/data/appdata/list.png differ
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
new file mode 100644
index 0000000..76f3d4d
--- /dev/null
+++ b/data/appdata/meson.build
@@ -0,0 +1,11 @@
+info = 'org.gnome.bijiben.appdata.xml'
+
+i18n.merge_file(
+  info,
+  input: info + '.in',
+  output: info,
+  po_dir: po_dir,
+  install: true,
+  install_dir: join_paths(bijiben_datadir, 'metainfo')
+)
+
diff --git a/data/org.gnome.bijiben.appdata.xml.in b/data/appdata/org.gnome.bijiben.appdata.xml.in
similarity index 62%
rename from data/org.gnome.bijiben.appdata.xml.in
rename to data/appdata/org.gnome.bijiben.appdata.xml.in
index 76638e7..66cb8b1 100644
--- a/data/org.gnome.bijiben.appdata.xml.in
+++ b/data/appdata/org.gnome.bijiben.appdata.xml.in
@@ -21,8 +21,20 @@
     <kudo>UserDocs</kudo>
   </kudos>
   <screenshots>
-    <screenshot type="default" width="627" height="396">
-      <image>http://py.luyten.fr/Publique/bijiben-notes-scr.png</image>
+    <screenshot type="default">
+      <image width="800" 
height="647">https://git.gnome.org/browse/bijiben/plain/data/appdata/default.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>
+    </screenshot>
+    <screenshot>
+      <caption>Select view</caption>
+      <image width="800" 
height="647">https://git.gnome.org/browse/bijiben/plain/data/appdata/select.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>
     </screenshot>
   </screenshots>
   <url type="homepage">https://wiki.gnome.org/Apps/Bijiben</url>
diff --git a/data/appdata/select.png b/data/appdata/select.png
new file mode 100644
index 0000000..fd09ff2
Binary files /dev/null and b/data/appdata/select.png differ
diff --git a/data/meson.build b/data/meson.build
index adae5c7..e01e845 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,4 +1,5 @@
 subdir('icons')
+subdir('appdata')
 
 mime = 'org.gnome.bijiben.xml'
 
@@ -12,17 +13,6 @@ i18n.merge_file(
   install_dir: join_paths(bijiben_datadir, 'mime', 'packages')
 )
 
-appdata = 'org.gnome.bijiben.appdata.xml'
-
-i18n.merge_file(
-  appdata,
-  input: appdata + '.in',
-  output: appdata,
-  po_dir: po_dir,
-  install: true,
-  install_dir: join_paths(bijiben_datadir, 'metainfo')
-)
-
 desktop = 'org.gnome.bijiben.desktop'
 
 desktop_conf = configuration_data()


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