community/gtk+3.0: remove demo files from main package
The -demo
subpackage installed the demo file from the $builddir, but
gtk3 also installed those files in the main pacakge, resulting in those
files living in both packages.
Use amove
to move these files from the main package into the
subpackage, instead of installing them from the builddir.
Fixes #12264 (closed)