diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-25 19:03:53 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-25 19:03:53 +0100 |
commit | e3ee2100f6aef099d08a76977f0d2c3758a680d4 (patch) | |
tree | a8df828ed1179576ee84e2c665f006e120507b69 /extra/lensfun | |
parent | aff14b92f8b26f8421eb2e6c3480347018d6a53f (diff) | |
download | nutyx-pakxe-e3ee2100f6aef099d08a76977f0d2c3758a680d4.tar.gz nutyx-pakxe-e3ee2100f6aef099d08a76977f0d2c3758a680d4.tar.bz2 nutyx-pakxe-e3ee2100f6aef099d08a76977f0d2c3758a680d4.tar.xz nutyx-pakxe-e3ee2100f6aef099d08a76977f0d2c3758a680d4.zip |
maj des dépendances de plusieurs paquets
Diffstat (limited to 'extra/lensfun')
-rw-r--r-- | extra/lensfun/.footprint | 6 | ||||
-rw-r--r-- | extra/lensfun/Pkgfile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/extra/lensfun/.footprint b/extra/lensfun/.footprint index 6a925244e..659950e2a 100644 --- a/extra/lensfun/.footprint +++ b/extra/lensfun/.footprint @@ -8,12 +8,6 @@ lrwxrwxrwx root/root usr/lib/liblensfun.so.0 -> liblensfun.so.0.2.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/lensfun.pc drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/lensfun-0.2.3/ --rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/README --rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/cc-by-sa-3.0.txt --rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/gpl-3.0.txt --rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/lgpl-3.0.txt drwxr-xr-x root/root usr/share/lensfun/ -rw-r--r-- root/root usr/share/lensfun/6x6.xml -rw-r--r-- root/root usr/share/lensfun/compact-canon.xml diff --git a/extra/lensfun/Pkgfile b/extra/lensfun/Pkgfile index 502c32f13..dd827b826 100644 --- a/extra/lensfun/Pkgfile +++ b/extra/lensfun/Pkgfile @@ -1,7 +1,8 @@ # Description: librairies lensfun # URL: http://lensfun.berlios.de -# Packager: Floreal Cabanettes, floreal.c at orange dot fr -# Depends on: libpng +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libpng, python, glib name=lensfun version=0.2.3 @@ -13,5 +14,6 @@ build() { ./configure --prefix=/usr make -j2 make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } |