[arch-commits] Commit in raptor1/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Thu Dec 1 20:20:31 UTC 2011


    Date: Thursday, December 1, 2011 @ 15:20:30
  Author: andrea
Revision: 144014

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  raptor1/repos/extra-i686/PKGBUILD
    (from rev 144013, raptor1/trunk/PKGBUILD)
  raptor1/repos/extra-i686/curl.patch
    (from rev 144013, raptor1/trunk/curl.patch)
  raptor1/repos/extra-x86_64/PKGBUILD
    (from rev 144013, raptor1/trunk/PKGBUILD)
  raptor1/repos/extra-x86_64/curl.patch
    (from rev 144013, raptor1/trunk/curl.patch)
Deleted:
  raptor1/repos/extra-i686/PKGBUILD
  raptor1/repos/extra-x86_64/PKGBUILD

-------------------------+
 extra-i686/PKGBUILD     |   66 +++++++++++++++++++++++++---------------------
 extra-i686/curl.patch   |   11 +++++++
 extra-x86_64/PKGBUILD   |   66 +++++++++++++++++++++++++---------------------
 extra-x86_64/curl.patch |   11 +++++++
 4 files changed, 94 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-01 20:20:07 UTC (rev 144013)
+++ extra-i686/PKGBUILD	2011-12-01 20:20:30 UTC (rev 144014)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=raptor1
-pkgver=1.4.21
-pkgrel=3
-pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility"
-arch=('i686' 'x86_64')
-url="http://librdf.org/raptor"
-depends=('libxml2' 'curl' 'zlib' 'libxslt')
-license=('LGPL')
-options=('!libtool' '!docs')
-source=(http://librdf.org/dist/source/raptor-$pkgver.tar.gz)
-md5sums=('992061488af7a9e2d933df6b694bb876')
-
-build() {
-  cd ${srcdir}/raptor-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/raptor-${pkgver}
-  make prefix=${pkgdir}/usr install
-  
-  mv ${pkgdir}/usr/bin/rapper ${pkgdir}/usr/bin/rapperV1
-  rm -f ${pkgdir}/usr/share/man/man1/rapper.1
-}

Copied: raptor1/repos/extra-i686/PKGBUILD (from rev 144013, raptor1/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-01 20:20:30 UTC (rev 144014)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=raptor1
+pkgver=1.4.21
+pkgrel=4
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor"
+depends=('curl' 'libxslt')
+license=('LGPL')
+options=('!libtool' '!docs')
+source=("http://librdf.org/dist/source/raptor-$pkgver.tar.gz"
+        'curl.patch')
+md5sums=('992061488af7a9e2d933df6b694bb876'
+         '8fe28761645d6a6607b25c94f9ada964')
+
+build() {
+  cd "${srcdir}"/raptor-${pkgver}
+  patch -p1 -i "${srcdir}"/curl.patch
+
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/raptor-${pkgver}"
+  make prefix="${pkgdir}"/usr install
+  
+  mv "${pkgdir}"/usr/bin/rapper "${pkgdir}"/usr/bin/rapperV1
+  rm -f "${pkgdir}"/usr/share/man/man1/rapper.1
+}

Copied: raptor1/repos/extra-i686/curl.patch (from rev 144013, raptor1/trunk/curl.patch)
===================================================================
--- extra-i686/curl.patch	                        (rev 0)
+++ extra-i686/curl.patch	2011-12-01 20:20:30 UTC (rev 144014)
@@ -0,0 +1,11 @@
+diff -up raptor-1.4.21/src/raptor_internal.h.curl raptor-1.4.21/src/raptor_internal.h
+--- raptor-1.4.21/src/raptor_internal.h.curl	2010-01-29 17:54:42.000000000 -0600
++++ raptor-1.4.21/src/raptor_internal.h	2011-07-31 11:02:44.182465296 -0500
+@@ -852,7 +852,6 @@ int raptor_utf8_is_nfc(const unsigned ch
+ 
+ #ifdef RAPTOR_WWW_LIBCURL
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #endif
+ 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-01 20:20:07 UTC (rev 144013)
+++ extra-x86_64/PKGBUILD	2011-12-01 20:20:30 UTC (rev 144014)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=raptor1
-pkgver=1.4.21
-pkgrel=3
-pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility"
-arch=('i686' 'x86_64')
-url="http://librdf.org/raptor"
-depends=('libxml2' 'curl' 'zlib' 'libxslt')
-license=('LGPL')
-options=('!libtool' '!docs')
-source=(http://librdf.org/dist/source/raptor-$pkgver.tar.gz)
-md5sums=('992061488af7a9e2d933df6b694bb876')
-
-build() {
-  cd ${srcdir}/raptor-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/raptor-${pkgver}
-  make prefix=${pkgdir}/usr install
-  
-  mv ${pkgdir}/usr/bin/rapper ${pkgdir}/usr/bin/rapperV1
-  rm -f ${pkgdir}/usr/share/man/man1/rapper.1
-}

Copied: raptor1/repos/extra-x86_64/PKGBUILD (from rev 144013, raptor1/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-01 20:20:30 UTC (rev 144014)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=raptor1
+pkgver=1.4.21
+pkgrel=4
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor"
+depends=('curl' 'libxslt')
+license=('LGPL')
+options=('!libtool' '!docs')
+source=("http://librdf.org/dist/source/raptor-$pkgver.tar.gz"
+        'curl.patch')
+md5sums=('992061488af7a9e2d933df6b694bb876'
+         '8fe28761645d6a6607b25c94f9ada964')
+
+build() {
+  cd "${srcdir}"/raptor-${pkgver}
+  patch -p1 -i "${srcdir}"/curl.patch
+
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/raptor-${pkgver}"
+  make prefix="${pkgdir}"/usr install
+  
+  mv "${pkgdir}"/usr/bin/rapper "${pkgdir}"/usr/bin/rapperV1
+  rm -f "${pkgdir}"/usr/share/man/man1/rapper.1
+}

Copied: raptor1/repos/extra-x86_64/curl.patch (from rev 144013, raptor1/trunk/curl.patch)
===================================================================
--- extra-x86_64/curl.patch	                        (rev 0)
+++ extra-x86_64/curl.patch	2011-12-01 20:20:30 UTC (rev 144014)
@@ -0,0 +1,11 @@
+diff -up raptor-1.4.21/src/raptor_internal.h.curl raptor-1.4.21/src/raptor_internal.h
+--- raptor-1.4.21/src/raptor_internal.h.curl	2010-01-29 17:54:42.000000000 -0600
++++ raptor-1.4.21/src/raptor_internal.h	2011-07-31 11:02:44.182465296 -0500
+@@ -852,7 +852,6 @@ int raptor_utf8_is_nfc(const unsigned ch
+ 
+ #ifdef RAPTOR_WWW_LIBCURL
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #endif
+ 




More information about the arch-commits mailing list