Updated with upstream update
This commit is contained in:
@ -152,8 +152,4 @@ files in `pdb/groups`.
|
||||
|
||||
Other files are:
|
||||
|
||||
* `plug-ins/common/Makefile.am` generated by running
|
||||
`plug-ins/common/mkgen.pl`.
|
||||
* `icons/Color/Makefile.am` and `icons/Symbolic/Makefile.am` generated
|
||||
by `tools/generate-icon-makefiles.py`
|
||||
* `AUTHORS` from `authors.xml`
|
||||
|
@ -66,14 +66,11 @@ Please make sure that you provide both the Symbolic as well as the Color
|
||||
icons. You are welcome to add a raster version for Legacy, but this is
|
||||
not mandatory anymore.
|
||||
|
||||
- Add the icons in relevant listing files in `icons/icon-lists/` then
|
||||
run `tools/generate-icon-makefiles.py` which will regenerate files for
|
||||
the autotools build integrating your new icons and `touch` the
|
||||
`meson.build` files to make sure the next build will trigger a
|
||||
reconfiguration. The meson build indeed also uses the same listing
|
||||
files so you only have to add your icon names in the right categories,
|
||||
run the script and you are done.
|
||||
|
||||
- Add the icons in relevant listing files in `icons/icon-lists/` then run
|
||||
`touch icons/Color/meson.build icons/Symbolic/meson.build` to force-trigger
|
||||
their re-processing (hence re-configuration) at next build. Otherwise even
|
||||
with image list changed, meson might not see it as it uses the list from the
|
||||
last configuration.
|
||||
|
||||
### Pixel perfection
|
||||
|
||||
|
@ -61,6 +61,11 @@ search_index = true
|
||||
description = "A 2D graphics library with support for multiple output devices"
|
||||
docs_url = "https://www.cairographics.org/manual/"
|
||||
|
||||
[dependencies."Pango-1.0"]
|
||||
name = "Pango"
|
||||
description = "Internationalized text layout and rendering"
|
||||
docs_url = "https://docs.gtk.org/Pango/"
|
||||
|
||||
[theme]
|
||||
name = "basic"
|
||||
show_index_summary = true
|
||||
|
@ -8,4 +8,5 @@ baseURLs = [
|
||||
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
|
||||
[ 'Gio', 'https://docs.gtk.org/gio/' ],
|
||||
[ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
|
||||
[ 'Pango', 'https://docs.gtk.org/Pango/' ],
|
||||
]
|
||||
|
Reference in New Issue
Block a user