diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 18:07:12 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 18:07:12 +0200 |
commit | 6ac4e512195e0d9d61deef6c4ab28e5a1559bfd6 (patch) | |
tree | 577a5169d8a53c2e38695f39b1c5d7213831820a | |
parent | 3fc8d1f6f685a5d0f67c18c166895363167d7599 (diff) | |
download | nutyx-pakxe-6ac4e512195e0d9d61deef6c4ab28e5a1559bfd6.tar.gz nutyx-pakxe-6ac4e512195e0d9d61deef6c4ab28e5a1559bfd6.tar.bz2 nutyx-pakxe-6ac4e512195e0d9d61deef6c4ab28e5a1559bfd6.tar.xz nutyx-pakxe-6ac4e512195e0d9d61deef6c4ab28e5a1559bfd6.zip |
soprano, maj footprint pour nepomuk
-rw-r--r-- | kde/soprano/.footprint | 2 | ||||
-rwxr-xr-x | kde/soprano/Pkgfile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/kde/soprano/.footprint b/kde/soprano/.footprint index ee1ec6197..50eed38ea 100644 --- a/kde/soprano/.footprint +++ b/kde/soprano/.footprint @@ -179,6 +179,7 @@ drwxr-xr-x root/root usr/lib/soprano/ -rwxr-xr-x root/root usr/lib/soprano/libsoprano_nquadserializer.so -rwxr-xr-x root/root usr/lib/soprano/libsoprano_raptorparser.so -rwxr-xr-x root/root usr/lib/soprano/libsoprano_raptorserializer.so +-rwxr-xr-x root/root usr/lib/soprano/libsoprano_redlandbackend.so -rwxr-xr-x root/root usr/lib/soprano/libsoprano_sesame2backend.so -rwxr-xr-x root/root usr/lib/soprano/libsoprano_virtuosobackend.so drwxr-xr-x root/root usr/share/ @@ -197,6 +198,7 @@ drwxr-xr-x root/root usr/share/soprano/plugins/ -rw-r--r-- root/root usr/share/soprano/plugins/nquadserializer.desktop -rw-r--r-- root/root usr/share/soprano/plugins/raptorparser.desktop -rw-r--r-- root/root usr/share/soprano/plugins/raptorserializer.desktop +-rw-r--r-- root/root usr/share/soprano/plugins/redlandbackend.desktop -rw-r--r-- root/root usr/share/soprano/plugins/sesame2backend.desktop -rw-r--r-- root/root usr/share/soprano/plugins/virtuosobackend.desktop drwxr-xr-x root/root usr/share/soprano/rules/ diff --git a/kde/soprano/Pkgfile b/kde/soprano/Pkgfile index f8b49e2b2..058796b5b 100755 --- a/kde/soprano/Pkgfile +++ b/kde/soprano/Pkgfile @@ -10,6 +10,7 @@ release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) build() { + source /etc/profile cd $name-$version mkdir build cd build |