libheif: move thumbnailer to tools subpackage.

The thumbnailer uses the `heif-thumbnailer` binary, which is in
libheif-tools.
This commit is contained in:
triallax 2023-06-17 17:48:52 +01:00 committed by classabbyamp
parent 6d237c72e1
commit 2d357541ec

View file

@ -1,7 +1,7 @@
# Template file for 'libheif'
pkgname=libheif
version=1.16.2
revision=1
revision=2
build_style=cmake
makedepends="libjpeg-turbo-devel libpng-devel libde265-devel x265-devel
libaom-devel"
@ -28,5 +28,6 @@ libheif-tools_package() {
pkg_install() {
vmove usr/bin
vmove usr/share/man
vmove usr/share/thumbnailers
}
}