build/windows: Bundle headers again
Let's keep as it is for now and evaluate in the future.
This commit is contained in:
parent
ce77f50dda
commit
0b19f8c9ce
2 changed files with 8 additions and 4 deletions
|
|
@ -53,6 +53,7 @@ fi
|
|||
|
||||
bundle ()
|
||||
{
|
||||
cd $GIMP_DISTRIB
|
||||
limited_search_path=$(dirname $(echo $2 | sed "s|${2%%/*}/|$1/${2%%/*}/|g" | sed "s|*|no_scape|g"))
|
||||
search_path=$(echo $(echo $limited_search_path | sed "s|no_scape|*|g"))
|
||||
bundledArray=($(find "$search_path" -maxdepth 1 -name ${2##*/}))
|
||||
|
|
@ -65,6 +66,7 @@ bundle ()
|
|||
mkdir -p "$parent_path"
|
||||
cp -fru "$target_path" $parent_path >/dev/null 2>&1 || continue
|
||||
done
|
||||
cd ..
|
||||
}
|
||||
|
||||
clean ()
|
||||
|
|
@ -103,10 +105,10 @@ bundle "$GIMP_PREFIX" etc/gimp
|
|||
bundle "$MSYS_PREFIX" etc/fonts
|
||||
|
||||
|
||||
## Headers (in evaluation): https://gitlab.gnome.org/GNOME/gimp/-/issues/6378.
|
||||
#bundle $GIMP_PREFIX/include/gimp-*
|
||||
#bundle $GIMP_PREFIX/include/babl-*
|
||||
#bundle $GIMP_PREFIX/include/gegl-*
|
||||
## Headers.
|
||||
bundle "$GIMP_PREFIX" include/gimp-*
|
||||
bundle "$GIMP_PREFIX" include/babl-*
|
||||
bundle "$GIMP_PREFIX" include/gegl-*
|
||||
|
||||
|
||||
## Library data.
|
||||
|
|
|
|||
|
|
@ -303,6 +303,7 @@ Source: "{#ASSETS_DIR}\installsplash_small.bmp"; Flags: dontcopy
|
|||
#define GIMP_ARCHS="gimp32 or gimp64 or gimpARM64"
|
||||
#define OPTIONAL_EXT="*.debug,*.lua,*.py"
|
||||
Source: "{#GIMP_DIR32}\etc\gimp\*"; DestDir: "{app}\etc\gimp"; Components: {#GIMP_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
Source: "{#GIMP_DIR32}\include\gimp-{#GIMP_API_VERSION}\*"; DestDir: "{app}\include\gimp-{#GIMP_API_VERSION}"; Components: {#GIMP_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
Source: "{#GIMP_DIR32}\lib\gimp\{#GIMP_API_VERSION}\environ\default.env"; DestDir: "{app}\lib\gimp\{#GIMP_API_VERSION}\environ"; Components: {#GIMP_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
Source: "{#GIMP_DIR32}\lib\gimp\{#GIMP_API_VERSION}\interpreters\gimp-script-fu-interpreter.interp"; DestDir: "{app}\lib\gimp\{#GIMP_API_VERSION}\interpreters"; Components: {#GIMP_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
Source: "{#GIMP_DIR32}\lib\gimp\{#GIMP_API_VERSION}\extensions\*"; DestDir: "{app}\lib\gimp\{#GIMP_API_VERSION}\extensions"; Excludes: "*.dll,*.exe,{#OPTIONAL_EXT}"; Components: {#GIMP_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
|
|
@ -313,6 +314,7 @@ Source: "{#GIMP_DIR32}\share\metainfo\*"; DestDir: "{app}\share\metainfo"; Compo
|
|||
|
||||
#define DEPS_ARCHS="deps32 or deps64 or depsARM64"
|
||||
Source: "{#DEPS_DIR32}\etc\*"; DestDir: "{app}\etc"; Excludes: "gimp"; Components: {#DEPS_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
Source: "{#DEPS_DIR32}\include\*"; DestDir: "{app}\include"; Excludes: "gimp*"; Components: {#DEPS_ARCHS}; Flags: {#COMMON_FLAGS}
|
||||
Source: "{#DEPS_DIR32}\share\*"; DestDir: "{app}\share"; Excludes: "gimp,icons\hicolor,metainfo,locale\*,mypaint-data"; Components: {#DEPS_ARCHS}; Flags: {#COMMON_FLAGS} createallsubdirs
|
||||
|
||||
;Optional arch-neutral components (full install)
|
||||
|
|
|
|||
Loading…
Reference in a new issue