gimp/plug-ins/script-fu/scripts/meson.build

69 lines
1.3 KiB
Meson

subdir('images')
scripts = [
'add-bevel.scm',
'addborder.scm',
'blend-anim.scm',
'burn-in-anim.scm',
'carve-it.scm',
'chrome-it.scm',
'circuit.scm',
'clothify.scm',
'coffee.scm',
'copy-visible.scm',
'difference-clouds.scm',
'distress-selection.scm',
'drop-shadow.scm',
'erase-rows.scm',
'font-map.scm',
'fuzzyborder.scm',
'gimp-online.scm',
'gradient-example.scm',
'grid-system.scm',
'guides-from-selection.scm',
'guides-new-percent.scm',
'guides-new.scm',
'guides-remove-all.scm',
'lava.scm',
'line-nova.scm',
'mkbrush.scm',
'old-photo.scm',
'palette-export.scm',
'paste-as-brush.scm',
'paste-as-pattern.scm',
'perspective-shadow.scm',
'plug-in-compat.init',
'predator.scm',
'reverse-layers.scm',
'ripply-anim.scm',
'round-corners.scm',
'script-fu-compat.init',
'script-fu-set-cmap.scm',
'script-fu-util.scm',
'script-fu.init',
'select-to-brush.scm',
'select-to-image.scm',
'select-to-pattern.scm',
'selection-round.scm',
'slide.scm',
'spinning-globe.scm',
'tileblur.scm',
'unsharp-mask.scm',
'waves-anim.scm',
'weave.scm',
'xach-effect.scm',
]
if not stable
scripts += [
'contactsheet.scm',
'test-sphere.scm',
'ts-helloworld.scm',
]
endif
install_data(
scripts,
install_dir: gimpdatadir / 'scripts',
)