git » ffmpegthumbnailer.git » commit 942eb22

Rebuild against libpng 1.5 and libtiff 4.0

author Eric Bélanger
2012-01-25 21:23:23 UTC
committer Eric Bélanger
2012-01-25 21:23:23 UTC
parent 2ec9d97197c9e865b4dcf35d72144904d310a4e3

Rebuild against libpng 1.5 and libtiff 4.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 3fed7aa..7cc1bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=ffmpegthumbnailer
 pkgver=2.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight video thumbnailer that can be used by file managers."
 url="http://code.google.com/p/ffmpegthumbnailer/"
 license=('GPL2')
@@ -29,6 +29,6 @@ package() {
   make DESTDIR="${pkgdir}" install
 
   # FS#24105: Generate thumbnails in nautilus
-  install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
-    ${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
+  install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \
+    "${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop"
 }