[arch-commits] Commit in cln/trunk (ChangeLog PKGBUILD cln-gcc44.patch)

Eric Bélanger eric at archlinux.org
Wed Feb 2 01:45:45 UTC 2011


    Date: Tuesday, February 1, 2011 @ 20:45:45
  Author: eric
Revision: 108622

upgpkg: cln 1.3.1-1
Upstream update, Removed unneeded bash and texinfo depends, Added texlive-core makedepends to replace dvi doc by pdf, Removed old ChangeLog and patch

Modified:
  cln/trunk/PKGBUILD
Deleted:
  cln/trunk/ChangeLog
  cln/trunk/cln-gcc44.patch

-----------------+
 ChangeLog       |    6 ------
 PKGBUILD        |   29 +++++++++++++++--------------
 cln-gcc44.patch |   50 --------------------------------------------------
 3 files changed, 15 insertions(+), 70 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-02-01 23:20:57 UTC (rev 108621)
+++ ChangeLog	2011-02-02 01:45:45 UTC (rev 108622)
@@ -1,6 +0,0 @@
-2009-06-09  Eric Belanger  <eric at archlinux.org>
-
-	* Added info page
-	* Fixed docs location
-	* Added gcc 4.4 patch (close FS#15015)
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-01 23:20:57 UTC (rev 108621)
+++ PKGBUILD	2011-02-02 01:45:45 UTC (rev 108622)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=cln
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Class library for numbers"
 arch=('i686' 'x86_64')
 url="http://www.ginac.de/CLN/"
 license=('GPL')
+depends=('gmp')
+makedepends=('texlive-core')
 options=('!libtool')
-depends=('gmp' 'bash' 'texinfo')
 install=cln.install
-source=(ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${pkgname}-${pkgver}.tar.bz2 cln-gcc44.patch)
-md5sums=('6b479281fec86314b4c7a9357bd83ef8' 'aa678ade85c1e364c879b2e0b40ba80d')
-sha1sums=('2d2a5d3e383a3043c5bf68299a466685ef4ec8ec' '6abb412a387ba8d27a6a80f963a55677e431daf8')
+source=(ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ede584cb1cafa66d56f42a3cf420469d')
+sha1sums=('351506da9bd7b0b3cefd3a5424823797fb589acc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < ../cln-gcc44.patch || return 1
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" htmldir=/usr/share/doc/cln/html dvidir=/usr/share/doc/cln/dvi install || return 1
-  rm "${pkgdir}/usr/share/info/dir"
-  gzip "${pkgdir}/usr/share/info/cln.info"
+  ./configure --prefix=/usr
+  make all html pdf
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-html install-pdf
+}

Deleted: cln-gcc44.patch
===================================================================
--- cln-gcc44.patch	2011-02-01 23:20:57 UTC (rev 108621)
+++ cln-gcc44.patch	2011-02-02 01:45:45 UTC (rev 108622)
@@ -1,50 +0,0 @@
---- ./src/base/string/input/cl_st_get1.cc~	2000-12-14 11:53:06.000000000 -0500
-+++ ./src/base/string/input/cl_st_get1.cc	2009-06-07 16:36:45.681507023 -0400
-@@ -1,6 +1,7 @@
- // cl_fget().
- 
- // General includes.
-+#include <cstdio>
- #include "cl_sysdep.h"
- 
- // Specification.
---- ./src/base/string/input/cl_st_get2.cc~	2000-12-14 11:53:06.000000000 -0500
-+++ ./src/base/string/input/cl_st_get2.cc	2009-06-07 16:52:15.291008894 -0400
-@@ -1,6 +1,7 @@
- // cl_fget().
- 
- // General includes.
-+#include <cstdio>
- #include "cl_sysdep.h"
- 
- // Specification.
---- ./src/base/string/input/cl_st_getline1.cc~	2000-12-14 11:53:06.000000000 -0500
-+++ ./src/base/string/input/cl_st_getline1.cc	2009-06-08 19:18:18.815843098 -0400
-@@ -1,6 +1,7 @@
- // cl_fgetline().
- 
- // General includes.
-+#include <cstdio>
- #include "cl_sysdep.h"
- 
- // Specification.
---- ./src/base/string/input/cl_st_getline2.cc~	2000-12-14 11:53:06.000000000 -0500
-+++ ./src/base/string/input/cl_st_getline2.cc	2009-06-08 19:18:12.899175378 -0400
-@@ -1,6 +1,7 @@
- // cl_fgetline().
- 
- // General includes.
-+#include <cstdio>
- #include "cl_sysdep.h"
- 
- // Specification.
---- ./src/base/string/input/cl_st_gettoken.cc~	2004-06-23 17:11:21.000000000 -0400
-+++ ./src/base/string/input/cl_st_gettoken.cc	2009-06-08 19:47:41.202332829 -0400
-@@ -1,6 +1,7 @@
- // operator>>.
- 
- // General includes.
-+#include <cstdio>
- #include "cl_sysdep.h"
- 
- // Specification.




More information about the arch-commits mailing list