[gnome-software] Add featured data based on new mockups



commit 4426a4a42027a750bb796fab8dd415366daf26c9
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 6 21:56:34 2013 -0400

    Add featured data based on new mockups
    
    The images are still temporary, and need to be replaced.
    The featured.ini file contains more data for the featured
    graphics: various colors, as well as the title and subtitle
    to display in the tile. This data will be read by the
    hardcoded-feature plugin in the future.

 data/Makefile.am            |    3 +++
 data/featured-darktable.png |  Bin 0 -> 171594 bytes
 data/featured-gimp.png      |  Bin 53325 -> 97705 bytes
 data/featured-mypaint.png   |  Bin 0 -> 241777 bytes
 data/featured.ini           |   26 ++++++++++++++++++++++++++
 5 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 9cdc54b..798cb47 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,9 @@ dist_resources_DATA =                                   \
        featured-xchat.png                              \
        featured-org.gnome.Weather.Application.png      \
        featured-gnome-sudoku.png                       \
+       featured-darktable.png                          \
+       featured-mypaint.png                            \
+       featured.ini                                    \
        stars0.png                                      \
        stars1.png                                      \
        stars2.png                                      \
diff --git a/data/featured-darktable.png b/data/featured-darktable.png
new file mode 100644
index 0000000..32bf209
Binary files /dev/null and b/data/featured-darktable.png differ
diff --git a/data/featured-gimp.png b/data/featured-gimp.png
index c43a1b2..3e47456 100644
Binary files a/data/featured-gimp.png and b/data/featured-gimp.png differ
diff --git a/data/featured-mypaint.png b/data/featured-mypaint.png
new file mode 100644
index 0000000..e297a02
Binary files /dev/null and b/data/featured-mypaint.png differ
diff --git a/data/featured.ini b/data/featured.ini
new file mode 100644
index 0000000..b56bd3c
--- /dev/null
+++ b/data/featured.ini
@@ -0,0 +1,26 @@
+[darktable]
+image=featured-darktable.png
+title=Darktable
+subtitle=Organize and develop images from digital cameras
+gradient1=#393d39
+gradient2=#5a5e58
+stroke=#1f2122
+text=#ffffff
+
+[gimp]
+image=featured-gimp.png
+title=GNU Image Manipulation Program
+subtitle=Create images and edit still photographs
+gradient1=#8ac674
+gradient2=#cbddc3
+stroke=#2a6c10
+text=#000000
+
+[mypaint]
+image=featured-mypaint.png
+title=Mypaint
+subtitle=Painting programs for digital artists
+gradient1=#8fa5d9
+gradient2=#d8e0ef
+stroke=#4c52aa
+text=#362d89


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