[arch-commits] Commit in m17n-lib/trunk (PKGBUILD m17n-lib-1.3.1-fPIC.patch)

Eric Bélanger eric at archlinux.org
Tue Apr 21 21:08:43 UTC 2009


    Date: Tuesday, April 21, 2009 @ 17:08:42
  Author: eric
Revision: 36373

upgpkg: m17n-lib 1.5.4-1
    Upstream update, Disabled SMP build, Removed old patch

Modified:
  m17n-lib/trunk/PKGBUILD
Deleted:
  m17n-lib/trunk/m17n-lib-1.3.1-fPIC.patch

---------------------------+
 PKGBUILD                  |   14 +++++++-------
 m17n-lib-1.3.1-fPIC.patch |   15 ---------------
 2 files changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-21 21:03:34 UTC (rev 36372)
+++ PKGBUILD	2009-04-21 21:08:42 UTC (rev 36373)
@@ -2,21 +2,21 @@
 # Contributor: Camille Moncelier <pix at devlife.org>
 
 pkgname=m17n-lib
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="A multilingual text processing library (runtimes)"
 arch=('i686' 'x86_64')
 url="http://www.m17n.org/m17n-lib/"
 license=('GPL')
-depends=('libxft' 'libxaw' 'm17n-db>=1.5.3' 'fribidi' 'libxml2' 'gd' 'ispell' 'anthy' 'libotf')
-options=('!libtool')
+depends=('libxft' 'libxaw' 'm17n-db>=1.5.4' 'fribidi' 'libxml2' 'gd' 'ispell' 'anthy' 'libotf')
+options=('!libtool' '!makeflags')
 source=(http://www.m17n.org/m17n-lib-download/$pkgname-$pkgver.tar.gz)
-md5sums=('6c6c243a14305fee373283b553226215')
+md5sums=('f7ef72fc1e084c6fc6fb3ba9663fd151')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$startdir/pkg install
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR=$startdir/pkg install || return 1
 }
 

Deleted: m17n-lib-1.3.1-fPIC.patch
===================================================================
--- m17n-lib-1.3.1-fPIC.patch	2009-04-21 21:03:34 UTC (rev 36372)
+++ m17n-lib-1.3.1-fPIC.patch	2009-04-21 21:08:42 UTC (rev 36373)
@@ -1,15 +0,0 @@
---- src/Makefile.in	2006-02-05 21:01:03.000000000 +0100
-+++ src/Makefile.in.new	2006-02-05 21:03:19.000000000 +0100
-@@ -134,10 +134,10 @@
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
--	$(AM_CFLAGS) $(CFLAGS)
-+	$(AM_CFLAGS) $(CFLAGS) -fPIC
- CCLD = $(CC)
- LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
--	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-+	$(AM_LDFLAGS) $(LDFLAGS) -fPIC -o $@
- SOURCES = $(libm17n_X_la_SOURCES) $(libm17n_core_la_SOURCES) \
- 	$(libm17n_gd_la_SOURCES) $(libm17n_gui_la_SOURCES) \
- 	$(libm17n_la_SOURCES) $(linkcore_SOURCES) $(linkgui_SOURCES) \




More information about the arch-commits mailing list