diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-05-24 01:19:24 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 05:43:59 -0300 |
| commit | e4b87547856ba9c9cbb377f7bbb1ebcd67ab568d (patch) | |
| tree | 1b601eb8d2ed9ab7adcf248a245dd4dc08dd6ecc /testing/gnome-builder/fix-appdata.patch | |
| parent | 6e41cd72bc498cbd2c45cc4a9348d71e13437aa8 (diff) | |
| download | aports-e4b87547856ba9c9cbb377f7bbb1ebcd67ab568d.tar.bz2 aports-e4b87547856ba9c9cbb377f7bbb1ebcd67ab568d.tar.xz | |
testing/gnome-builder: new aport
Diffstat (limited to 'testing/gnome-builder/fix-appdata.patch')
| -rw-r--r-- | testing/gnome-builder/fix-appdata.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/gnome-builder/fix-appdata.patch b/testing/gnome-builder/fix-appdata.patch new file mode 100644 index 0000000000..a394cd9a31 --- /dev/null +++ b/testing/gnome-builder/fix-appdata.patch @@ -0,0 +1,38 @@ +Why, oh why would you point these to master, upstream... +--- a/data/org.gnome.Builder.appdata.xml.in ++++ b/data/org.gnome.Builder.appdata.xml.in +@@ -39,27 +39,27 @@ + <screenshots> + <screenshot type="default"> + <caption>Quickly access your projects</caption> +- <image width="1600" height="900">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/01-greeter.png</image> ++ <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/01-greeter.png</image> + </screenshot> + <screenshot type="default"> + <caption>Create new projects from a variety of templates</caption> +- <image width="1600" height="900">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/02-template.png</image> ++ <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/02-template.png</image> + </screenshot> + <screenshot type="default"> + <caption>Integration with Git to clone your projects</caption> +- <image width="1600" height="900">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/03-clone.png</image> ++ <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/03-clone.png</image> + </screenshot> + <screenshot type="default"> + <caption>The source code editor</caption> +- <image width="1600" height="900">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/04-editor.png</image> ++ <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/04-editor.png</image> + </screenshot> + <screenshot type="default"> + <caption>Fast global fuzzy search</caption> +- <image width="1600" height="900">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/05-search.png</image> ++ <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/05-search.png</image> + </screenshot> + <screenshot type="default"> + <caption>Debug with the GNU debugger</caption> +- <image width="1600" height="900">https://git.gnome.org/browse/gnome-builder/plain/data/appdata/06-debugger.png</image> ++ <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/06-debugger.png</image> + </screenshot> + </screenshots> + + |
