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

Eric Bélanger eric at archlinux.org
Sat Nov 17 23:49:27 UTC 2012


    Date: Saturday, November 17, 2012 @ 18:49:27
  Author: eric
Revision: 171474

upgpkg: libgdiplus 2.10-3

Rebuild to fix segfault (close FS#30996)

Modified:
  libgdiplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 23:34:41 UTC (rev 171473)
+++ PKGBUILD	2012-11-17 23:49:27 UTC (rev 171474)
@@ -3,13 +3,12 @@
 
 pkgname=libgdiplus
 pkgver=2.10
-pkgrel=2
+pkgrel=3
 pkgdesc="An Open Source Implementation of the GDI+ API"
 arch=(i686 x86_64)
 license=('MPL' 'LGPL')
 url="http://www.mono-project.com"
 depends=('libtiff>=3.9.2-2' 'cairo>=1.8.10' 'giflib' 'glib2>=2.24.0' 'libexif')
-makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 libpng15.patch)
 md5sums=('451966e8f637e3a1f02d1d30f900255d'
@@ -18,12 +17,12 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p0 <../libpng15.patch
-  ./configure --prefix=/usr --with-cairo=system || return 1
-  
-  make || return 1
+  ./configure --prefix=/usr --with-cairo=system
+
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list