win64-nightly: exclude files used by older GIMP only
This commit is contained in:
parent
f75c55b48c
commit
0897ce91c4
1 changed files with 3 additions and 0 deletions
|
|
@ -849,6 +849,9 @@ win64-nightly:
|
|||
- cp -fr ${GIMP_PREFIX}/lib/babl-0.1 ${GIMP_DISTRIB}/lib/
|
||||
- cp -fr ${GIMP_PREFIX}/lib/girepository-1.0 ${GIMP_DISTRIB}/lib/
|
||||
|
||||
# Remove files for older GIMP
|
||||
- rm -fr ${GIMP_DISTRIB}/lib/gimp/2.0/
|
||||
|
||||
# Generate share/glib-2.0/schemas/gschemas.compiled
|
||||
- glib-compile-schemas --targetdir=${GIMP_DISTRIB}/share/glib-2.0/schemas ${GIMP_DISTRIB}/share/glib-2.0/schemas
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue