[pango/gi-docs: 30/43] Fix up logo for docs




commit a1470c45f4b84d9e139f1c6ac0d751a12ce39da7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 12 20:40:48 2021 -0500

    Fix up logo for docs

 docs/meson.build     |  10 ++++++----
 docs/pango-name.png  | Bin 0 -> 2021 bytes
 docs/pango.toml      |   3 ++-
 docs/pangocairo.toml |   3 ++-
 docs/pangofc.toml    |   8 +++++++-
 docs/pangoft2.toml   |   8 +++++++-
 docs/pangoot.toml    |   8 +++++++-
 docs/pangoxft.toml   |   8 +++++++-
 8 files changed, 38 insertions(+), 10 deletions(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index a1d64162..b175176d 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -5,6 +5,7 @@ pango_content_files = [
   'pango_fonts.md',
   'pango_markup.md',
   'pango_bidi.md',
+  'pango-name.png',
   'layout.png',
   'pipeline.png',
   'rects1.png',
@@ -43,7 +44,7 @@ if build_pangoft2
       '--content-dir=@0@'.format(meson.current_source_dir()),
       '@INPUT@',
     ],
-    depend_files: [ 'pangoft2.toml' ],
+    depend_files: [ 'pangoft2.toml', 'pango-name.png' ],
     build_by_default: true,
   )
 endif
@@ -62,7 +63,7 @@ if xft_dep.found() and fontconfig_dep.found()
       '--content-dir=@0@'.format(meson.current_source_dir()),
       '@INPUT@',
     ],
-    depend_files: [ 'pangoxft.toml' ],
+    depend_files: [ 'pangoxft.toml', 'pango-name.png' ],
     build_by_default: true,
   )
 endif
@@ -70,6 +71,7 @@ endif
 if cairo_dep.found()
   pango_cairo_content_files = [
     'pango_cairo.md',
+    'pango-name.png',
     'rotated-text.png',
   ]
 
@@ -104,7 +106,7 @@ custom_target('pangoot-doc',
     '--content-dir=@0@'.format(meson.current_source_dir()),
     '@INPUT@',
   ],
-  depend_files: [ 'pangoot.toml' ],
+  depend_files: [ 'pangoot.toml', 'pango-name.png' ],
   build_by_default: true,
 )
 
@@ -122,7 +124,7 @@ if fontconfig_dep.found()
       '--content-dir=@0@'.format(meson.current_source_dir()),
       '@INPUT@',
     ],
-    depend_files: [ 'pangofc.toml' ],
+    depend_files: [ 'pangofc.toml', 'pango-name.png' ],
     build_by_default: true,
   )
 endif
diff --git a/docs/pango-name.png b/docs/pango-name.png
new file mode 100644
index 00000000..630c5142
Binary files /dev/null and b/docs/pango-name.png differ
diff --git a/docs/pango.toml b/docs/pango.toml
index d972381b..e4bfe42e 100644
--- a/docs/pango.toml
+++ b/docs/pango.toml
@@ -5,7 +5,7 @@ browse_url = "https://gitlab.gnome.org/GNOME/pango/";
 repository_url = "https://gitlab.gnome.org/GNOME/pango.git";
 website_url = "https://www.pango.org";
 authors = "Owen Taylor, Behdad Esfahbod"
-logo_url = "https://pango.gnome.org/ScriptGallery?action=AttachFile&do=get&target=pango-name.png";
+logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Internationalized text layout and rendering"
 dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "PangoCairo-1.0",
@@ -61,6 +61,7 @@ content_files = [
   "pango_bidi.md",
 ]
 content_images = [
+  "pango-name.png",
   "layout.png",
   "pipeline.png",
   "rects1.png",
diff --git a/docs/pangocairo.toml b/docs/pangocairo.toml
index 5b8b311a..39328028 100644
--- a/docs/pangocairo.toml
+++ b/docs/pangocairo.toml
@@ -5,7 +5,7 @@ browse_url = "https://gitlab.gnome.org/GNOME/pango/";
 repository_url = "https://gitlab.gnome.org/GNOME/pango.git";
 website_url = "https://www.pango.org";
 authors = "Owen Taylor, Behdad Esfahbod"
-logo_url = "https://pango.gnome.org/ScriptGallery?action=AttachFile&do=get&target=pango-name.png";
+logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Cairo support for Pango"
 dependencies = [ "Pango-1.0", "cairo-1.0" ]
@@ -31,5 +31,6 @@ content_files = [
   "pango_cairo.md",
 ]
 content_images = [
+  "pango-name.png",
   "rotated-text.png"
 ]
diff --git a/docs/pangofc.toml b/docs/pangofc.toml
index d879cf2c..f41526bd 100644
--- a/docs/pangofc.toml
+++ b/docs/pangofc.toml
@@ -5,7 +5,7 @@ browse_url = "https://gitlab.gnome.org/GNOME/pango/";
 repository_url = "https://gitlab.gnome.org/GNOME/pango.git";
 website_url = "https://www.pango.org";
 authors = "Owen Taylor, Behdad Esfahbod"
-logo_url = "https://pango.gnome.org/ScriptGallery?action=AttachFile&do=get&target=pango-name.png";
+logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Fontconfig support for Pango"
 dependencies = [ "Pango-1.0", "fontconfig-2.0" ]
@@ -25,3 +25,9 @@ name = "basic"
 
 [source-location]
 base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/";
+
+[extra]
+
+content_images = [
+  "pango-name.png"
+]
diff --git a/docs/pangoft2.toml b/docs/pangoft2.toml
index deb76d9b..f3733253 100644
--- a/docs/pangoft2.toml
+++ b/docs/pangoft2.toml
@@ -5,7 +5,7 @@ browse_url = "https://gitlab.gnome.org/GNOME/pango/";
 repository_url = "https://gitlab.gnome.org/GNOME/pango.git";
 website_url = "https://www.pango.org";
 authors = "Owen Taylor, Behdad Esfahbod"
-logo_url = "https://pango.gnome.org/ScriptGallery?action=AttachFile&do=get&target=pango-name.png";
+logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Freetype support for Pango"
 dependencies = [ "Pango-1.0", "freetype2-2.0" ]
@@ -25,3 +25,9 @@ name = "basic"
 
 [source-location]
 base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/";
+
+[extra]
+
+content_images = [
+  "pango-name.png"
+]
diff --git a/docs/pangoot.toml b/docs/pangoot.toml
index 0d97b026..dc0eb091 100644
--- a/docs/pangoot.toml
+++ b/docs/pangoot.toml
@@ -5,7 +5,7 @@ browse_url = "https://gitlab.gnome.org/GNOME/pango/";
 repository_url = "https://gitlab.gnome.org/GNOME/pango.git";
 website_url = "https://www.pango.org";
 authors = "Owen Taylor, Behdad Esfahbod"
-logo_url = "https://pango.gnome.org/ScriptGallery?action=AttachFile&do=get&target=pango-name.png";
+logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "OpenType support for Pango"
 dependencies = [ "Pango-1.0" ]
@@ -20,3 +20,9 @@ name = "basic"
 
 [source-location]
 base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/";
+
+[extra]
+
+content_images = [
+  "pango-name.png"
+]
diff --git a/docs/pangoxft.toml b/docs/pangoxft.toml
index 730853b3..07901e26 100644
--- a/docs/pangoxft.toml
+++ b/docs/pangoxft.toml
@@ -5,7 +5,7 @@ browse_url = "https://gitlab.gnome.org/GNOME/pango/";
 repository_url = "https://gitlab.gnome.org/GNOME/pango.git";
 website_url = "https://www.pango.org";
 authors = "Owen Taylor, Behdad Esfahbod"
-logo_url = "https://pango.gnome.org/ScriptGallery?action=AttachFile&do=get&target=pango-name.png";
+logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Xft support for Pango"
 dependencies = [ "Pango-1.0", "xft-2.0" ]
@@ -25,3 +25,9 @@ name = "basic"
 
 [source-location]
 base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/";
+
+[extra]
+
+content_images = [
+  "pango-name.png"
+]


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