summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-02 09:48:23 +0200
committersibel <lesibel@free.fr>2010-09-02 09:48:23 +0200
commit61420b945baff14c9552350d6466c8b5c39b0abf (patch)
treedefbbda8a40011df574fc29cbf85b8dfb14ce782 /kde
parent2ba036e2e53cead7d34123c476e3d4ef7cb8d18c (diff)
downloadnutyx-pakxe-61420b945baff14c9552350d6466c8b5c39b0abf.tar.gz
nutyx-pakxe-61420b945baff14c9552350d6466c8b5c39b0abf.tar.bz2
nutyx-pakxe-61420b945baff14c9552350d6466c8b5c39b0abf.tar.xz
nutyx-pakxe-61420b945baff14c9552350d6466c8b5c39b0abf.zip
maj de redland#1.0.10-8
Diffstat (limited to 'kde')
-rw-r--r--kde/redland/.footprint5
-rwxr-xr-xkde/redland/Pkgfile18
-rw-r--r--kde/redland/post-install3
-rw-r--r--kde/redland/pre-install4
4 files changed, 11 insertions, 19 deletions
diff --git a/kde/redland/.footprint b/kde/redland/.footprint
index 55b10d241..63899e356 100644
--- a/kde/redland/.footprint
+++ b/kde/redland/.footprint
@@ -26,7 +26,6 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/rdf_utf8.h
-rw-r--r-- root/root usr/include/redland.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/librdf.a
-rwxr-xr-x root/root usr/lib/librdf.la
lrwxrwxrwx root/root usr/lib/librdf.so -> librdf.so.0.0.0
lrwxrwxrwx root/root usr/lib/librdf.so.0 -> librdf.so.0.0.0
@@ -34,16 +33,12 @@ 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_mysql.a
-rwxr-xr-x root/root usr/lib/redland/librdf_storage_mysql.la
-rwxr-xr-x root/root usr/lib/redland/librdf_storage_mysql.so
--rw-r--r-- root/root usr/lib/redland/librdf_storage_postgresql.a
-rwxr-xr-x root/root usr/lib/redland/librdf_storage_postgresql.la
-rwxr-xr-x root/root usr/lib/redland/librdf_storage_postgresql.so
--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
--rw-r--r-- root/root usr/lib/redland/librdf_storage_virtuoso.a
-rwxr-xr-x root/root usr/lib/redland/librdf_storage_virtuoso.la
-rwxr-xr-x root/root usr/lib/redland/librdf_storage_virtuoso.so
drwxr-xr-x root/root usr/share/
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile
index c2d116a80..a719ea3a3 100755
--- a/kde/redland/Pkgfile
+++ b/kde/redland/Pkgfile
@@ -2,37 +2,27 @@
# URL: http://download.librdf.org/source/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: raptor, db, rasqal, sqlite3, unixodbc, mpfr, libpostgresql, mysqlclient, curl, gtk-doc
+# Depends on: raptor, db, sqlite3, unixodbc, mpfr, libpostgresql, mysqlclient, curl, gtk-doc, libxslt, mpfr, rasqal, unixodbc
name=redland
version=1.0.10
-release=7
+release=8
source=(http://download.librdf.org/source/$name-$version.tar.gz
librdf_storage_register_factory.patch)
build() {
- # Redland a besoin de libtool 2.2.6b pour que Soprano trouve les rdf
- # A la rache mais en attendant ....
- pkg-get remove libtool
- prt-get depinst libtool226
- #
cd $name-$version
patch -p1 -i ../librdf_storage_register_factory.patch
sed -i -e '/SHAVE/d' configure.ac
autoreconf
./configure --prefix=/usr \
--enable-release \
- --enable-static \
+ --disable-static \
--sysconfdir=/etc \
--with-raptor=system \
--with-rasqual=system \
--with-sqlite=3
- make
+ make -j5
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
- #
- # A la rache pour remettre en ordre .....
- pkg-get remove libtool226
- prt-get depinst libtool
- #
}
diff --git a/kde/redland/post-install b/kde/redland/post-install
new file mode 100644
index 000000000..4978f0a69
--- /dev/null
+++ b/kde/redland/post-install
@@ -0,0 +1,3 @@
+#!/bin/bash
+pkg-get remove libtool226
+
diff --git a/kde/redland/pre-install b/kde/redland/pre-install
new file mode 100644
index 000000000..8b5121cef
--- /dev/null
+++ b/kde/redland/pre-install
@@ -0,0 +1,4 @@
+#!/bin/bash
+pkg-get remove libtool
+prt-get depinst libtool226
+