From 9780d07c31b22125ad7ecba4e281ff41194f95be Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 May 2011 12:58:32 +0000 Subject: Wed May 4 12:58:31 UTC 2011 --- multilib/nspluginwrapper/PKGBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'multilib/nspluginwrapper') diff --git a/multilib/nspluginwrapper/PKGBUILD b/multilib/nspluginwrapper/PKGBUILD index 250d70829..d35da9633 100644 --- a/multilib/nspluginwrapper/PKGBUILD +++ b/multilib/nspluginwrapper/PKGBUILD @@ -1,34 +1,26 @@ -# $Id: PKGBUILD 26767 2010-09-15 23:06:22Z bluewind $ +# $Id: PKGBUILD 46102 2011-05-03 15:47:24Z bluewind $ # Maintainer: Thomas Bächler pkgname=nspluginwrapper -pkgver=1.3.0 -pkgrel=4 +pkgver=1.3.2 +pkgrel=1 pkgdesc="Cross-platform NPAPI compatible plugin viewer" arch=('x86_64') url="http://freshmeat.net/projects/nspluginwrapper/" license=('GPL') depends=('curl' 'lib32-libxt' 'lib32-gcc-libs' 'gtk2' 'lib32-gtk2') makedepends=('gcc-multilib') -source=(ftp://ftp.archlinux.org/other/nspluginwrapper/$pkgname-$pkgver.tar.gz - npw-viewer.c.patch - nspluginwrapper-20090625-fix-npident-array-sending.patch +source=(http://web.mit.edu/davidben/Public/$pkgname/$pkgname-$pkgver.tar.gz nspluginwrapper-native-windows.patch) -sha256sums=('0af7e2ae4c6258d5c17addbcc4658b84c979860da843873f0d15d90ee9a8259d' - '4b216cca327ae76e6e2ab6dc6bbaf3efe1123c63a09b0e7e45c964531fcbdeb0' - '8bb55b845017b60912c62c4abadc50a3f0397ddf470599b8453b97d9e69f8cd5' +sha256sums=('f3a40d160601520d36b6f5c342e1e9751b2bdc70dff5e2e880e1d18ed8830201' '3796b66f53448f4668e70aec97a3d74db2b2fcd308b36f87373405547cae38b1') build() { cd "$srcdir/$pkgname-$pkgver" - # Fix build - patch -p1 -i "$srcdir/npw-viewer.c.patch" - # See http://web.archiveorange.com/archive/v/tptsHOJYbGKIfNFz9xHz - patch -p0 -i "$srcdir/nspluginwrapper-20090625-fix-npident-array-sending.patch" # Patch taken from the openSuSE src.rpm patch -p0 -i "$srcdir/nspluginwrapper-native-windows.patch" ./configure --with-lib32=lib32 --with-lib64=lib - make + make -j1 } package() { -- cgit v1.2.3-54-g00ecf