[arch-commits] Commit in pstoedit/trunk (PKGBUILD pstoedit-3.45-gcc-4.3.patch)

Ronald van Haren ronald at archlinux.org
Fri Oct 2 09:04:02 UTC 2009


    Date: Friday, October 2, 2009 @ 05:04:02
  Author: ronald
Revision: 53538

upgpkg: pstoedit 3.50-1
    update to latest version; remove deprecated build patch; bump versioned deps to current versions

Modified:
  pstoedit/trunk/PKGBUILD
Deleted:
  pstoedit/trunk/pstoedit-3.45-gcc-4.3.patch

-----------------------------+
 PKGBUILD                    |   18 +++++++++---------
 pstoedit-3.45-gcc-4.3.patch |   12 ------------
 2 files changed, 9 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-02 08:51:30 UTC (rev 53537)
+++ PKGBUILD	2009-10-02 09:04:02 UTC (rev 53538)
@@ -1,24 +1,24 @@
 # $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
 # Contributor: Tobias Powalowski <t.powa at gmx.de>
-# Maintainer: damir <damir at archlinux.org>
 
 pkgname=pstoedit
-pkgver=3.45
-pkgrel=3
-depends=("gcc-libs>=4.2.1" "plotutils>=2.5" "gd" "imagemagick>=6.4.8.10")
+pkgver=3.50
+pkgrel=1
+depends=("gcc-libs>=4.4.1" "plotutils>=2.5.1" "gd" "imagemagick>=6.5.6.1")
 pkgdesc="translates PostScript and PDF graphics into other vector formats"
 arch=("i686" "x86_64")
 license=('GPL')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-$pkgver.tar.gz" "pstoedit-3.45-gcc-4.3.patch")
-md5sums=('071efc64d9edf5d942b407348ac7451d' '97c5893859c98f446e3b47423dc851fd')
+source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-$pkgver.tar.gz")
 url="http://www.pstoedit.net/"
 options=('!libtool' '!makeflags')
+md5sums=('97d649305ad90fab7a569154f17e0916')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -p0 < ../pstoedit-3.45-gcc-4.3.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's/-pedantic//' configure
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }

Deleted: pstoedit-3.45-gcc-4.3.patch
===================================================================
--- pstoedit-3.45-gcc-4.3.patch	2009-10-02 08:51:30 UTC (rev 53537)
+++ pstoedit-3.45-gcc-4.3.patch	2009-10-02 09:04:02 UTC (rev 53538)
@@ -1,12 +0,0 @@
---- src/cppcomp.h-orig	2008-04-03 18:58:13.000000000 +0100
-+++ src/cppcomp.h	2008-04-03 18:59:08.000000000 +0100
-@@ -37,6 +37,9 @@
- #define _unix
- #endif
- 
-+#include <cstring>
-+#include <cstdlib>
-+
- #if defined (_MSC_VER) && (_MSC_VER >= 1100) 
- // MSVC 5 and 6 have ANSI C++ header files, but the compilation
- // is much slower and object files get bigger. 




More information about the arch-commits mailing list