[arch-commits] Commit in pstoedit/repos (3 files)
Ronald van Haren
ronald at archlinux.org
Fri Oct 2 09:04:30 UTC 2009
Date: Friday, October 2, 2009 @ 05:04:30
Author: ronald
Revision: 53539
Merged revisions 53538 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/pstoedit/trunk
........
r53538 | ronald | 2009-10-02 11:04:02 +0200 (Fri, 02 Oct 2009) | 2 lines
upgpkg: pstoedit 3.50-1
update to latest version; remove deprecated build patch; bump versioned deps to current versions
........
Modified:
pstoedit/repos/extra-x86_64/ (properties)
pstoedit/repos/extra-x86_64/PKGBUILD
Deleted:
pstoedit/repos/extra-x86_64/pstoedit-3.45-gcc-4.3.patch
-----------------------------+
PKGBUILD | 18 +++++++++---------
pstoedit-3.45-gcc-4.3.patch | 12 ------------
2 files changed, 9 insertions(+), 21 deletions(-)
Property changes on: pstoedit/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /pstoedit/trunk:1-26147
+ /pstoedit/trunk:1-53538
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-10-02 09:04:02 UTC (rev 53538)
+++ extra-x86_64/PKGBUILD 2009-10-02 09:04:30 UTC (rev 53539)
@@ -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: extra-x86_64/pstoedit-3.45-gcc-4.3.patch
===================================================================
--- extra-x86_64/pstoedit-3.45-gcc-4.3.patch 2009-10-02 09:04:02 UTC (rev 53538)
+++ extra-x86_64/pstoedit-3.45-gcc-4.3.patch 2009-10-02 09:04:30 UTC (rev 53539)
@@ -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