summaryrefslogtreecommitdiffstats
path: root/kde/redland
diff options
context:
space:
mode:
authorsibel sibel <lesibel@free.fr>2010-02-11 09:36:39 +0100
committersibel sibel <lesibel@free.fr>2010-02-11 09:36:39 +0100
commit1a775a3d07fed4edd026314f0c5b40e47ab3d1aa (patch)
tree52e861e47b5012022a048b8f89ee5cbf2e0a5645 /kde/redland
parent4b010ed6c1b431b6fe0d079d62eae22de5f96dd2 (diff)
downloadnutyx-pakxe-1a775a3d07fed4edd026314f0c5b40e47ab3d1aa.tar.gz
nutyx-pakxe-1a775a3d07fed4edd026314f0c5b40e47ab3d1aa.tar.bz2
nutyx-pakxe-1a775a3d07fed4edd026314f0c5b40e47ab3d1aa.tar.xz
nutyx-pakxe-1a775a3d07fed4edd026314f0c5b40e47ab3d1aa.zip
maj de redland#1.0.10-1
Diffstat (limited to 'kde/redland')
-rw-r--r--kde/redland/.footprint1
-rw-r--r--kde/redland/.md5sum2
-rwxr-xr-xkde/redland/Pkgfile6
3 files changed, 4 insertions, 5 deletions
diff --git a/kde/redland/.footprint b/kde/redland/.footprint
index 619052188..5f7c78262 100644
--- a/kde/redland/.footprint
+++ b/kde/redland/.footprint
@@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/rdf_hash.h
-rw-r--r-- root/root usr/include/rdf_init.h
-rw-r--r-- root/root usr/include/rdf_iterator.h
+-rw-r--r-- root/root usr/include/rdf_list.h
-rw-r--r-- root/root usr/include/rdf_log.h
-rw-r--r-- root/root usr/include/rdf_model.h
-rw-r--r-- root/root usr/include/rdf_node.h
diff --git a/kde/redland/.md5sum b/kde/redland/.md5sum
index cb239259a..0aeb7014c 100644
--- a/kde/redland/.md5sum
+++ b/kde/redland/.md5sum
@@ -1,2 +1,2 @@
+bdbb9b8dc614fc09a14cd646079619e1 redland-1.0.10.tar.gz
0068d0cdf990584d2e50b4b4a36b1cb5 redland-1.0.9-librdf_storage_register_factory.patch
-e5ef0c29c55b4f0f5aeed7955b4d383b redland-1.0.9.tar.gz
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile
index e51898984..b8936bd8e 100755
--- a/kde/redland/Pkgfile
+++ b/kde/redland/Pkgfile
@@ -5,13 +5,11 @@
# Depends on: raptor, rasqal, sqlite3
name=redland
-version=1.0.9
+version=1.0.10
release=1
-source=(http://download.librdf.org/source/$name-$version.tar.gz \
- redland-1.0.9-librdf_storage_register_factory.patch)
+source=(http://download.librdf.org/source/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -Np1 -i ../redland-1.0.9-librdf_storage_register_factory.patch
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 \