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

Gaetan Bisson bisson at archlinux.org
Thu Aug 19 13:05:17 UTC 2010


    Date: Thursday, August 19, 2010 @ 09:05:16
  Author: bisson
Revision: 88097

upstream update and removal of unneeded dependencies

Modified:
  m17n-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-19 13:04:48 UTC (rev 88096)
+++ PKGBUILD	2010-08-19 13:05:16 UTC (rev 88097)
@@ -2,22 +2,25 @@
 # Contributor: Camille Moncelier <pix at devlife.org>
 
 pkgname=m17n-lib
-pkgver=1.5.5
+pkgver=1.6.1
 pkgrel=1
-pkgdesc="A multilingual text processing library (runtimes)"
+pkgdesc='A multilingual text processing library (runtimes)'
 arch=('i686' 'x86_64')
-url="http://www.m17n.org/m17n-lib/"
+url='http://www.m17n.org/m17n-lib/'
 license=('GPL')
-depends=('libxft' 'libxaw' 'm17n-db>=1.5.4' 'fribidi' 'libxml2' 'gd' 'ispell' 'anthy' 'libotf')
+depends=('libxft' 'm17n-db>=1.5.4' 'fribidi' 'libxml2' 'gd' 'libotf>=0.9.11')
 options=('!libtool' '!makeflags')
-source=(http://www.m17n.org/m17n-lib-download/$pkgname-$pkgver.tar.gz)
-md5sums=('924875cfc30ac6620744b67385ecc144')
-sha1sums=('31cc7523f0d70a62ffe1e14f2e6e81bbc2d2d3dd')
+source=("http://www.m17n.org/m17n-lib-download/$pkgname-$pkgver.tar.gz")
+sha1sums=('bd949312394a8d8d3ea594125af5d95cf1d0a2f2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="$pkgdir" install || return 1
+  ./configure --prefix=/usr
+  make
 }
 
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list