From 0c10e6cb9827bbb95da1325453441965b67a6241 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Mon, 12 May 2025 10:08:42 -0300 Subject: [PATCH] devel-docs: Update Directory structure in gimp-data era --- devel-docs/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel-docs/README.md b/devel-docs/README.md index 0de887478e..9787c3026f 100644 --- a/devel-docs/README.md +++ b/devel-docs/README.md @@ -407,14 +407,13 @@ top-level directories: | app/ | Source code of the main GIMP application | | app-tools/ | Source code of distributed tools | | build/ | Scripts for creating binary packages | -| cursors/ | Bitmaps used to construct cursors | -| data/ | Data files: brushes, gradients, patterns, images… | +| data/ | Data files: dynamics, gradients, palettes… | | desktop/ | Desktop integration files | | devel-docs/ | Developers documentation | | docs/ | Users documentation | | etc/ | Configuration files installed with GIMP | | extensions/ | Source code of extensions | -| icons/ | Official icon themes | +| gimp-data/ | Raster or image data files | | libgimp/ | Library for plug-ins (core does not link against) | | libgimpbase/ | Basic functions shared by core and plug-ins | | libgimpcolor/ | Color-related functions shared by core and plug-ins |