[arch-commits] Commit in freeimage/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 28 01:31:43 UTC 2020


    Date: Tuesday, July 28, 2020 @ 01:31:43
  Author: svenstaro
Revision: 665594

upgpkg: freeimage 3.18.0-7: Modernize package

Modified:
  freeimage/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-28 01:13:19 UTC (rev 665593)
+++ PKGBUILD	2020-07-28 01:31:43 UTC (rev 665594)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 # Contributor: Mihai Militaru <mihai.militaru at gmx.com>
@@ -6,7 +6,7 @@
 
 pkgname=freeimage
 pkgver=3.18.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Library project for developers who would like to support popular graphics image formats"
 arch=('x86_64')
 license=('GPL' 'custom:FIPL')
@@ -43,8 +43,8 @@
 
 package() {
   cd FreeImage
-  make -f Makefile.gnu DESTDIR=${pkgdir} install
-  make -f Makefile.fip DESTDIR=${pkgdir} install
+  make -f Makefile.gnu DESTDIR="${pkgdir}" install
+  make -f Makefile.fip DESTDIR="${pkgdir}" install
 
-  install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 "${srcdir}"/FreeImage/license-fi.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list