summaryrefslogtreecommitdiffstats
path: root/kde/kipi-plugins/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kipi-plugins/Pkgfile')
-rwxr-xr-xkde/kipi-plugins/Pkgfile16
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
}