diff options
author | sibel <lesibel@free.fr> | 2010-09-02 12:42:54 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-02 12:42:54 +0200 |
commit | 8409280d4ab95698a4136f0815c8e7a28c64e2cc (patch) | |
tree | 37cb48db247e39b784060cacef6584ed4bb79d4b /kde/kipi-plugins/Pkgfile | |
parent | b14f3ec2d074298244538fc511ddd449383aebe5 (diff) | |
download | nutyx-pakxe-8409280d4ab95698a4136f0815c8e7a28c64e2cc.tar.gz nutyx-pakxe-8409280d4ab95698a4136f0815c8e7a28c64e2cc.tar.bz2 nutyx-pakxe-8409280d4ab95698a4136f0815c8e7a28c64e2cc.tar.xz nutyx-pakxe-8409280d4ab95698a4136f0815c8e7a28c64e2cc.zip |
maj de kipi-plugins#1.4.0-1
Diffstat (limited to 'kde/kipi-plugins/Pkgfile')
-rwxr-xr-x | kde/kipi-plugins/Pkgfile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kde/kipi-plugins/Pkgfile b/kde/kipi-plugins/Pkgfile index 7c239c950..e3aa2a1c2 100755 --- a/kde/kipi-plugins/Pkgfile +++ b/kde/kipi-plugins/Pkgfile @@ -4,17 +4,17 @@ # Depends on: kdegraphics, kdepimlibs, opencv, imagemagick, qca, libgpod name=kipi-plugins -version=1.3.0 -release=2 -source=(http://downloads.sourceforge.net/kipi/$name-$version.tar.bz2 - ipodexport_no_keywords.patch) - +version=1.4.0 +release=1 +source=(http://downloads.sourceforge.net/kipi/$name-$version.tar.bz2) + build() { cd $name-$version - patch -p0 -i $SRC/ipodexport_no_keywords.patch mkdir build cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr - make -j3 + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON + make -j5 make DESTDIR=$PKG install } |