diff --git a/srcpkgs/ffmpegthumbnailer/template b/srcpkgs/ffmpegthumbnailer/template index 9fd2f4ec011..e45374c2e2c 100644 --- a/srcpkgs/ffmpegthumbnailer/template +++ b/srcpkgs/ffmpegthumbnailer/template @@ -1,7 +1,7 @@ # Template file for 'ffmpegthumbnailer' pkgname=ffmpegthumbnailer version=2.2.0 -revision=4 +revision=5 build_style=cmake hostmakedepends="pkg-config" makedepends="libpng-devel libjpeg-turbo-devel ffmpeg-devel" @@ -20,6 +20,11 @@ post_configure() { sed -e 's;DESTINATION "/usr/man/man1";DESTINATION "/usr/share/man/man1";' \ -i ${wrksrc}/build/cmake_install.cmake } + +post_install() { + vinstall dist/ffmpegthumbnailer.thumbnailer 644 usr/share/thumbnailers +} + ffmpegthumbnailer-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"