From 45bc7738014449733398215a92c2ff6351d860eb Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 10 Mar 2022 13:36:52 +0100 Subject: split xml Fixes https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/24 --- backgrounds/blobs.xml.in | 13 +++++ backgrounds/brush-strokes.xml.in | 13 +++++ backgrounds/disco.xml.in | 13 +++++ backgrounds/drool.xml.in | 13 +++++ backgrounds/gnome-backgrounds.xml.in | 93 ------------------------------------ backgrounds/libadwaita.xml.in | 13 +++++ backgrounds/meson.build | 13 ++++- backgrounds/pixels.xml.in | 13 +++++ backgrounds/symbolics.xml.in | 13 +++++ backgrounds/truchet.xml.in | 13 +++++ backgrounds/vnc.xml.in | 13 +++++ backgrounds/wood.xml.in | 13 +++++ 12 files changed, 142 insertions(+), 94 deletions(-) create mode 100644 backgrounds/blobs.xml.in create mode 100644 backgrounds/brush-strokes.xml.in create mode 100644 backgrounds/disco.xml.in create mode 100644 backgrounds/drool.xml.in delete mode 100644 backgrounds/gnome-backgrounds.xml.in create mode 100644 backgrounds/libadwaita.xml.in create mode 100644 backgrounds/pixels.xml.in create mode 100644 backgrounds/symbolics.xml.in create mode 100644 backgrounds/truchet.xml.in create mode 100644 backgrounds/vnc.xml.in create mode 100644 backgrounds/wood.xml.in diff --git a/backgrounds/blobs.xml.in b/backgrounds/blobs.xml.in new file mode 100644 index 0000000..7964743 --- /dev/null +++ b/backgrounds/blobs.xml.in @@ -0,0 +1,13 @@ + + + + + Blobs + @BACKGROUNDDIR@/blobs-l.svg + @BACKGROUNDDIR@/blobs-d.svg + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/brush-strokes.xml.in b/backgrounds/brush-strokes.xml.in new file mode 100644 index 0000000..17c5672 --- /dev/null +++ b/backgrounds/brush-strokes.xml.in @@ -0,0 +1,13 @@ + + + + + Brush Strokes + @BACKGROUNDDIR@/brush-strokes-l.jpg + @BACKGROUNDDIR@/brush-strokes-d.jpg + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/disco.xml.in b/backgrounds/disco.xml.in new file mode 100644 index 0000000..3d61bd6 --- /dev/null +++ b/backgrounds/disco.xml.in @@ -0,0 +1,13 @@ + + + + + Disco + @BACKGROUNDDIR@/disco-l.jpg + @BACKGROUNDDIR@/disco-d.jpg + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/drool.xml.in b/backgrounds/drool.xml.in new file mode 100644 index 0000000..fbc9335 --- /dev/null +++ b/backgrounds/drool.xml.in @@ -0,0 +1,13 @@ + + + + + Drool + @BACKGROUNDDIR@/drool-l.svg + @BACKGROUNDDIR@/drool-d.svg + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/gnome-backgrounds.xml.in b/backgrounds/gnome-backgrounds.xml.in deleted file mode 100644 index 295ccd3..0000000 --- a/backgrounds/gnome-backgrounds.xml.in +++ /dev/null @@ -1,93 +0,0 @@ - - - - - 2 - @BACKGROUNDDIR@/blobs-l.svg - @BACKGROUNDDIR@/blobs-d.svg - zoom - #ffffff - #000000 - - - - 3 - @BACKGROUNDDIR@/brush-strokes-l.jpg - @BACKGROUNDDIR@/brush-strokes-d.jpg - zoom - #ffffff - #000000 - - - - 4 - @BACKGROUNDDIR@/disco-l.jpg - @BACKGROUNDDIR@/disco-d.jpg - zoom - #ffffff - #000000 - - - - 5 - @BACKGROUNDDIR@/truchet-l.jpg - @BACKGROUNDDIR@/truchet-d.jpg - zoom - #ffffff - #000000 - - - - 6 - @BACKGROUNDDIR@/pixels-l.png - @BACKGROUNDDIR@/pixels-d.png - zoom - #ffffff - #000000 - - - - 7 - @BACKGROUNDDIR@/symbolics-l.png - @BACKGROUNDDIR@/symbolics-d.png - zoom - #ffffff - #000000 - - - - 8 - @BACKGROUNDDIR@/vnc-l.png - @BACKGROUNDDIR@/vnc-d.png - zoom - #ffffff - #000000 - - - - 9 - @BACKGROUNDDIR@/wood-l.jpg - @BACKGROUNDDIR@/wood-d.jpg - zoom - #ffffff - #000000 - - - - 10 - @BACKGROUNDDIR@/libadwaita-l.jpg - @BACKGROUNDDIR@/libadwaita-d.jpg - zoom - #ffffff - #000000 - - - - 11 - @BACKGROUNDDIR@/drool-l.svg - @BACKGROUNDDIR@/drool-d.svg - zoom - #ffffff - #000000 - - diff --git a/backgrounds/libadwaita.xml.in b/backgrounds/libadwaita.xml.in new file mode 100644 index 0000000..8206b4a --- /dev/null +++ b/backgrounds/libadwaita.xml.in @@ -0,0 +1,13 @@ + + + + + Libadwaita + @BACKGROUNDDIR@/libadwaita-l.jpg + @BACKGROUNDDIR@/libadwaita-d.jpg + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/meson.build b/backgrounds/meson.build index c967b9e..9014421 100644 --- a/backgrounds/meson.build +++ b/backgrounds/meson.build @@ -29,7 +29,18 @@ backgrounds = [ install_data(backgrounds, install_dir: backgrounddir) -foreach metadata : ['gnome-backgrounds.xml', 'adwaita.xml'] +foreach metadata : [ + 'adwaita.xml', + 'blobs.xml', + 'brush-strokes.xml', + 'disco.xml', + 'drool.xml', + 'libadwaita.xml', + 'pixels.xml', + 'symbolics.xml', + 'truchet.xml', + 'vnc.xml', + 'wood.xml'] configure_file( input: metadata + '.in', output: metadata, diff --git a/backgrounds/pixels.xml.in b/backgrounds/pixels.xml.in new file mode 100644 index 0000000..b6f10af --- /dev/null +++ b/backgrounds/pixels.xml.in @@ -0,0 +1,13 @@ + + + + + Pixels + @BACKGROUNDDIR@/pixels-l.png + @BACKGROUNDDIR@/pixels-d.png + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/symbolics.xml.in b/backgrounds/symbolics.xml.in new file mode 100644 index 0000000..1dae390 --- /dev/null +++ b/backgrounds/symbolics.xml.in @@ -0,0 +1,13 @@ + + + + + Symbolics + @BACKGROUNDDIR@/symbolics-l.png + @BACKGROUNDDIR@/symbolics-d.png + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/truchet.xml.in b/backgrounds/truchet.xml.in new file mode 100644 index 0000000..79eec83 --- /dev/null +++ b/backgrounds/truchet.xml.in @@ -0,0 +1,13 @@ + + + + + Truchet + @BACKGROUNDDIR@/truchet-l.jpg + @BACKGROUNDDIR@/truchet-d.jpg + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/vnc.xml.in b/backgrounds/vnc.xml.in new file mode 100644 index 0000000..8e80b03 --- /dev/null +++ b/backgrounds/vnc.xml.in @@ -0,0 +1,13 @@ + + + + + VNC + @BACKGROUNDDIR@/vnc-l.png + @BACKGROUNDDIR@/vnc-d.png + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/wood.xml.in b/backgrounds/wood.xml.in new file mode 100644 index 0000000..330bcec --- /dev/null +++ b/backgrounds/wood.xml.in @@ -0,0 +1,13 @@ + + + + + Wood + @BACKGROUNDDIR@/wood-l.jpg + @BACKGROUNDDIR@/wood-d.jpg + zoom + solid + #3465a4 + #000000 + + -- cgit v1.2.1