[arch-commits] Commit in abiword-plugins/trunk (AbiCommand.patch PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Fri Oct 30 03:35:50 UTC 2009


    Date: Thursday, October 29, 2009 @ 23:35:50
  Author: giovanni
Revision: 56887

upgpkg: abiword-plugins 2.8.1-1
    upstream release

Modified:
  abiword-plugins/trunk/PKGBUILD
Deleted:
  abiword-plugins/trunk/AbiCommand.patch

------------------+
 AbiCommand.patch |   11 -----------
 PKGBUILD         |   27 ++++++++++-----------------
 2 files changed, 10 insertions(+), 28 deletions(-)

Deleted: AbiCommand.patch
===================================================================
--- AbiCommand.patch	2009-10-30 03:35:22 UTC (rev 56886)
+++ AbiCommand.patch	2009-10-30 03:35:50 UTC (rev 56887)
@@ -1,11 +0,0 @@
---- a/tools/abicommand/xp/AbiCommand.cpp	2007-10-11 13:05:55.000000000 -0700
-+++ b/tools/abicommand/xp/AbiCommand.cpp	2009-05-29 12:36:40.000000000 -0700
-@@ -551,7 +551,7 @@
- 				UT_UTF8String *pCom1 =
- 					const_cast < UT_UTF8String * >(static_cast < const UT_UTF8String * >(pToks->getNthItem (1)));
- 				printf(" Filename %s \n",pCom1->utf8_str());
--				char *suffix = rindex (pCom1->utf8_str (), '.');
-+				const char *suffix = rindex (pCom1->utf8_str (), '.');
- 
- 				if (suffix != NULL)
- 				{

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-30 03:35:22 UTC (rev 56886)
+++ PKGBUILD	2009-10-30 03:35:50 UTC (rev 56887)
@@ -1,32 +1,25 @@
 # $Id$
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Maël Lavault <moimael at neuf.fr>
 
 pkgname=abiword-plugins
-pkgver=2.6.8
-pkgrel=7
+pkgver=2.8.1
+pkgrel=1
 pkgdesc="Various plugins for Abiword"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.abisource.com"
 options=('!libtool' '!makeflags')
-makedepends=('libxml2')
-depends=("abiword>=${pkgver}" 'aiksaurus>=1.2.1' 'gtkmathview>=0.7.7' 
-         'link-grammar>=4.2.4' 'libwmf>=0.2.8.4' 'librsvg>=2.18.1' 
-         'libwpd>=0.8.7' 'psiconv>=0.9.8' 'boost')
-source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/abiword-plugins-${pkgver}.tar.gz
-        http://www.abisource.com/downloads/abiword/${pkgver}/source/abiword-${pkgver}.tar.gz
-        AbiCommand.patch)
-md5sums=('421c49723e209c971ddb0798c1b313a9'
-         'fab04d8ef999c303f720197adf261310'
-         '7bd4ad7802216d43422063b86ee1bc9a')
+depends=("abiword>=${pkgver}" 'aiksaurus' 'gtkmathview' 
+         'link-grammar' 'libwpd' 'psiconv' 'libxslt' 'boost')
+source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/abiword-${pkgver}.tar.gz)
+md5sums=('284fe25289c160c3797b527a8aacad12')
 
 build() {
-  cd "${srcdir}/abiword-plugins-${pkgver}"
-  patch -Np1 -i ${srcdir}/AbiCommand.patch || return 1
+  cd "${srcdir}/abiword-${pkgver}"
   ./configure --prefix=/usr \
-              --without-gda \
-	      --disable-gda \
-              --with-abiword="${srcdir}/abiword-${pkgver}/"
+              --enable-plugins
+  cd plugins
   make || return 1
   make DESTDIR="${pkgdir}/" install
 }




More information about the arch-commits mailing list