summaryrefslogtreecommitdiff
path: root/extra/kipi-plugins/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kipi-plugins/PKGBUILD')
-rw-r--r--extra/kipi-plugins/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/kipi-plugins/PKGBUILD b/extra/kipi-plugins/PKGBUILD
deleted file mode 100644
index 6794902ad..000000000
--- a/extra/kipi-plugins/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 132346 2011-07-23 09:53:11Z andrea $
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
-
-pkgname=kipi-plugins
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.kipi-plugins.org"
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'libgpod' 'opencv' 'qjson')
-depends=('kdegraphics-libs' 'kdepimlibs')
-source=("http://downloads.sourceforge.net/kipi/$pkgname-$pkgver.tar.bz2")
-optdepends=('imagemagick: for picture manipulation'
- 'qca: for shwup webservice support'
- 'libgpod: send images to ipod'
- 'opencv: red eye removal plugin'
- 'hugin: for expoblending plugin'
- 'qjson: for debianscreenshots plugin')
-install=${pkgname}.install
-
-build() {
- cd $srcdir
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON
- make
-}
-
-package() {
- cd ${srcdir}/build
- make DESTDIR=$pkgdir install
-}
-md5sums=('a3200b0ce90251bc631fa90ff0818dc0')