summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-26 19:32:41 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-26 19:32:41 +0100
commit8a1995b7d3b1bd91626f613648a4111b9ff59bc1 (patch)
tree0bbb6237932ddf8fc21689a6923351987b6282c6
parenta164479fd255832a4556b0ded129bcf0cb9206b4 (diff)
downloadnutyx-extra-8a1995b7d3b1bd91626f613648a4111b9ff59bc1.tar.gz
nutyx-extra-8a1995b7d3b1bd91626f613648a4111b9ff59bc1.tar.bz2
nutyx-extra-8a1995b7d3b1bd91626f613648a4111b9ff59bc1.tar.xz
nutyx-extra-8a1995b7d3b1bd91626f613648a4111b9ff59bc1.zip
maj redland#1.0.9-1
-rw-r--r--kde/redland/.footprint7
-rw-r--r--kde/redland/.md5sum2
-rwxr-xr-xkde/redland/Pkgfile9
3 files changed, 12 insertions, 6 deletions
diff --git a/kde/redland/.footprint b/kde/redland/.footprint
index b75861fa6..619052188 100644
--- a/kde/redland/.footprint
+++ b/kde/redland/.footprint
@@ -15,9 +15,11 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/rdf_node.h
-rw-r--r-- root/root usr/include/rdf_parser.h
-rw-r--r-- root/root usr/include/rdf_query.h
+-rw-r--r-- root/root usr/include/rdf_raptor.h
-rw-r--r-- root/root usr/include/rdf_serializer.h
-rw-r--r-- root/root usr/include/rdf_statement.h
-rw-r--r-- root/root usr/include/rdf_storage.h
+-rw-r--r-- root/root usr/include/rdf_storage_module.h
-rw-r--r-- root/root usr/include/rdf_stream.h
-rw-r--r-- root/root usr/include/rdf_uri.h
-rw-r--r-- root/root usr/include/rdf_utf8.h
@@ -31,6 +33,9 @@ lrwxrwxrwx root/root usr/lib/librdf.so.0 -> librdf.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/redland.pc
drwxr-xr-x root/root usr/lib/redland/
+-rw-r--r-- root/root usr/lib/redland/librdf_storage_sqlite.a
+-rwxr-xr-x root/root usr/lib/redland/librdf_storage_sqlite.la
+-rwxr-xr-x root/root usr/lib/redland/librdf_storage_sqlite.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
@@ -41,5 +46,3 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/redland.3.gz
drwxr-xr-x root/root usr/share/redland/
-rw-r--r-- root/root usr/share/redland/Redland.i
--rw-r--r-- root/root usr/share/redland/mysql-v1.ttl
--rw-r--r-- root/root usr/share/redland/mysql-v2.ttl
diff --git a/kde/redland/.md5sum b/kde/redland/.md5sum
index 0d9735c48..f4321e7f6 100644
--- a/kde/redland/.md5sum
+++ b/kde/redland/.md5sum
@@ -1 +1 @@
-ca66e26082cab8bb817185a116db809b redland-1.0.8.tar.gz
+e5ef0c29c55b4f0f5aeed7955b4d383b redland-1.0.9.tar.gz
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile
index 7aa52271f..41ae020ba 100755
--- a/kde/redland/Pkgfile
+++ b/kde/redland/Pkgfile
@@ -2,17 +2,20 @@
# URL: http://download.librdf.org/source/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: raptor, rasqal
+# Depends on: raptor, rasqal, sqlite3
name=redland
-version=1.0.8
+version=1.0.9
release=1
source=(http://download.librdf.org/source/$name-$version.tar.gz)
build() {
cd $name-$version
+ sed -i -e 's/SQLITE_API/REDLAND_SQLITE_API/g' configure src/rdf_config.h.in src/rdf_storage_sqlite.c
./configure --prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --with-mysql=no \
+ --with-sqlite=3
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc