[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2019-07-19 Thread Antonio Rojas via arch-commits
Date: Friday, July 19, 2019 @ 14:32:53
  Author: arojas
Revision: 358154

Rebuild due to community2extra breakage

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-19 14:30:46 UTC (rev 358153)
+++ PKGBUILD2019-07-19 14:32:53 UTC (rev 358154)
@@ -2,7 +2,7 @@
 
 pkgname=kipi-plugins
 pkgver=5.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of plugins extending the KDE graphics and image 
applications"
 arch=(x86_64)
 license=(GPL)


[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD kipi-plugins.install)

2011-07-27 Thread Andrea Scarpino
Date: Wednesday, July 27, 2011 @ 04:03:41
  Author: andrea
Revision: 133047

upgpkg: kipi-plugins 1.9.0-3
dropping kdegraphics-libs

Modified:
  kipi-plugins/trunk/PKGBUILD
  kipi-plugins/trunk/kipi-plugins.install

--+
 PKGBUILD |   11 +--
 kipi-plugins.install |1 +
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-27 07:40:06 UTC (rev 133046)
+++ PKGBUILD2011-07-27 08:03:41 UTC (rev 133047)
@@ -3,16 +3,15 @@
 
 pkgname=kipi-plugins
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 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')
+depends=('kdebase-runtime' 'kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 
'libksane')
 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'
@@ -20,7 +19,7 @@
 install=${pkgname}.install
 
 build() {
-  cd $srcdir
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -31,7 +30,7 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=$pkgdir install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }
 md5sums=('a3200b0ce90251bc631fa90ff0818dc0')

Modified: kipi-plugins.install
===
--- kipi-plugins.install2011-07-27 07:40:06 UTC (rev 133046)
+++ kipi-plugins.install2011-07-27 08:03:41 UTC (rev 133047)
@@ -1,5 +1,6 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
 }
 
 post_upgrade() {



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2011-07-27 Thread Andrea Scarpino
Date: Wednesday, July 27, 2011 @ 18:33:20
  Author: andrea
Revision: 133094

upgpkg: kipi-plugins 1.9.0-4
add opencv and qjson as depends (see FS#24997)

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-27 19:14:03 UTC (rev 133093)
+++ PKGBUILD2011-07-27 22:33:20 UTC (rev 133094)
@@ -3,19 +3,18 @@
 
 pkgname=kipi-plugins
 pkgver=1.9.0
-pkgrel=3
+pkgrel=4
 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=('kdebase-runtime' 'kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 
'libksane')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'libgpod')
+depends=('kdebase-runtime' 'kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi'
+ 'libksane' 'opencv' 'qjson')
 source=(http://downloads.sourceforge.net/kipi/$pkgname-$pkgver.tar.bz2;)
 optdepends=('imagemagick: for picture manipulation'
 'libgpod: send images to ipod'
-'opencv: red eye removal plugin'
-'hugin: for expoblending plugin'
-'qjson: for debianscreenshots plugin')
+'hugin: for expoblending plugin')
 install=${pkgname}.install
 
 build() {



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2011-03-06 Thread Tobias Powalowski
Date: Monday, March 7, 2011 @ 02:34:56
  Author: tpowa
Revision: 112839

upgpkg: kipi-plugins 1.9.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-07 07:31:46 UTC (rev 112838)
+++ PKGBUILD2011-03-07 07:34:56 UTC (rev 112839)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -34,4 +34,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install
 }
-md5sums=('1e1ad2a3f8328e94ed7c7f92d51a1334')
+md5sums=('a3200b0ce90251bc631fa90ff0818dc0')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2011-01-27 Thread Andrea Scarpino
Date: Thursday, January 27, 2011 @ 05:58:21
  Author: andrea
Revision: 107856

upgpkg: kipi-plugins 1.8.0-2
kdegraphics-libs 4.6 rebuild

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-27 10:49:39 UTC (rev 107855)
+++ PKGBUILD2011-01-27 10:58:21 UTC (rev 107856)
@@ -3,7 +3,7 @@
 
 pkgname=kipi-plugins
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2011-01-26 Thread Tobias Powalowski
Date: Wednesday, January 26, 2011 @ 13:40:31
  Author: tpowa
Revision: 107544

upgpkg: kipi-plugins 1.8.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 18:35:58 UTC (rev 107543)
+++ PKGBUILD2011-01-26 18:40:31 UTC (rev 107544)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install
 }
-md5sums=('d1cc95109d826d651b1ca81e1ebbd6df')
+md5sums=('1e1ad2a3f8328e94ed7c7f92d51a1334')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2011-01-03 Thread Tobias Powalowski
Date: Monday, January 3, 2011 @ 17:02:40
  Author: tpowa
Revision: 104533

upgpkg: kipi-plugins 1.7.0-1
bump to latest version, added more optdepends

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-03 21:37:08 UTC (rev 104532)
+++ PKGBUILD2011-01-03 22:02:40 UTC (rev 104533)
@@ -2,17 +2,21 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.kipi-plugins.org;
-makedepends=('pkgconfig' 'cmake' 'automoc4')
-depends=('kdegraphics-libs' 'kdepimlibs' 'opencv' 'libgpod')
+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')
+'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() {
@@ -30,4 +34,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install
 }
-md5sums=('5c9b68818afab24a7fe31e4c9580b81a')
+md5sums=('d1cc95109d826d651b1ca81e1ebbd6df')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-12-10 Thread Ray Rashif
Date: Friday, December 10, 2010 @ 16:09:12
  Author: schiv
Revision: 102736

upgpkg: kipi-plugins 1.6.0-2
opencv 2.2 rebuild

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-10 19:19:08 UTC (rev 102735)
+++ PKGBUILD2010-12-10 21:09:12 UTC (rev 102736)
@@ -3,7 +3,7 @@
 
 pkgname=kipi-plugins
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -23,11 +23,11 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=$pkgdir install
 }
 md5sums=('5c9b68818afab24a7fe31e4c9580b81a')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-11-23 Thread Tobias Powalowski
Date: Tuesday, November 23, 2010 @ 12:10:10
  Author: tpowa
Revision: 100456

upgpkg: kipi-plugins 1.6.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-23 17:03:14 UTC (rev 100455)
+++ PKGBUILD2010-11-23 17:10:10 UTC (rev 100456)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('7eae767af8c38b6f0220aca2189a2c7a')
+md5sums=('5c9b68818afab24a7fe31e4c9580b81a')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-10-11 Thread Tobias Powalowski
Date: Monday, October 11, 2010 @ 15:56:22
  Author: tpowa
Revision: 94856

upgpkg: kipi-plugins 1.5.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-11 19:53:11 UTC (rev 94855)
+++ PKGBUILD2010-10-11 19:56:22 UTC (rev 94856)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('c4e58884aa8b7bcd815fb1b3d55f144e')
+md5sums=('7eae767af8c38b6f0220aca2189a2c7a')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-08-26 Thread Tobias Powalowski
Date: Thursday, August 26, 2010 @ 11:15:52
  Author: tpowa
Revision: 88945

upgpkg: kipi-plugins 1.4.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-26 14:54:40 UTC (rev 88944)
+++ PKGBUILD2010-08-26 15:15:52 UTC (rev 88945)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('01095ed3d523fbc5e27dc9ba3ee47240')
+md5sums=('c4e58884aa8b7bcd815fb1b3d55f144e')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-06-10 Thread Tobias Powalowski
Date: Thursday, June 10, 2010 @ 11:40:32
  Author: tpowa
Revision: 82376

upgpkg: kipi-plugins 1.3.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-10 14:58:55 UTC (rev 82375)
+++ PKGBUILD2010-06-10 15:40:32 UTC (rev 82376)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,6 @@
 optdepends=('imagemagick: for picture manipulation'
 'qca: for shwup webservice support')
 install=${pkgname}.install
-md5sums=('f11471f680f8efde2fa72b76b68134be')
 
 build() {
   cd $srcdir
@@ -31,3 +30,4 @@
   cd ${srcdir}/build
   make DESTDIR=$pkgdir install || return 1
 }
+md5sums=('01095ed3d523fbc5e27dc9ba3ee47240')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-04-11 Thread Andrea Scarpino
Date: Sunday, April 11, 2010 @ 11:11:53
  Author: andrea
Revision: 77235

upgpkg: kipi-plugins 1.2.0-2
opencv 2.1 rebuild

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-11 15:11:37 UTC (rev 77234)
+++ PKGBUILD2010-04-11 15:11:53 UTC (rev 77235)
@@ -3,17 +3,17 @@
 
 pkgname=kipi-plugins
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.kipi-plugins.org;
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 depends=('kdegraphics-libs' 'kdepimlibs' 'opencv' 'libgpod')
-source=(http://downloads.sourceforge.net/sourceforge/kipi/$pkgname-$pkgver.tar.bz2;)
+source=(http://downloads.sourceforge.net/kipi/$pkgname-$pkgver.tar.bz2;)
 optdepends=('imagemagick: for picture manipulation'
 'qca: for shwup webservice support')
-install=kipi-plugins.install
+install=${pkgname}.install
 md5sums=('f11471f680f8efde2fa72b76b68134be')
 
 build() {
@@ -25,5 +25,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
   make DESTDIR=$pkgdir install || return 1
- }
+}



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-03-31 Thread Giovanni Scafora
Date: Wednesday, March 31, 2010 @ 13:24:16
  Author: giovanni
Revision: 74584

upgpkg: kipi-plugins 1.2.0-1
upstream release

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-31 17:19:23 UTC (rev 74583)
+++ PKGBUILD2010-03-31 17:24:16 UTC (rev 74584)
@@ -2,18 +2,19 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.kipi-plugins.org;
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-depends=('kdegraphics-libs' 'kdepimlibs' 'opencv' 'libgpod=0.7.0')
+depends=('kdegraphics-libs' 'kdepimlibs' 'opencv' 'libgpod')
 
source=(http://downloads.sourceforge.net/sourceforge/kipi/$pkgname-$pkgver.tar.bz2;)
 optdepends=('imagemagick: for picture manipulation'
 'qca: for shwup webservice support')
 install=kipi-plugins.install
+md5sums=('f11471f680f8efde2fa72b76b68134be')
 
 build() {
   cd $srcdir
@@ -26,4 +27,3 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
  }
-md5sums=('f1a92d0fe29bd68de08551a5e607015e')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2010 @ 17:31:53
  Author: tpowa
Revision: 67069

upgpkg: kipi-plugins 1.1.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-02 18:33:58 UTC (rev 67068)
+++ PKGBUILD2010-02-02 22:31:53 UTC (rev 67069)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=(i686 x86_64)
 license=('GPL')
@@ -26,4 +26,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
  }
-md5sums=('4ed822101f0023773361fbe035822934')
+md5sums=('f1a92d0fe29bd68de08551a5e607015e')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:02:25
  Author: pierre
Revision: 64630

upgpkg: kipi-plugins 1.0.0-2
jpng rebuild

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 14:22:08 UTC (rev 64629)
+++ PKGBUILD2010-01-21 15:02:25 UTC (rev 64630)
@@ -3,7 +3,7 @@
 
 pkgname=kipi-plugins
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=(i686 x86_64)
 license=('GPL')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2010-01-17 Thread Andrea Scarpino
Date: Sunday, January 17, 2010 @ 13:38:31
  Author: andrea
Revision: 63517

cleanup build

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 18:38:27 UTC (rev 63516)
+++ PKGBUILD2010-01-17 18:38:31 UTC (rev 63517)
@@ -16,12 +16,13 @@
 install=kipi-plugins.install
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir
   mkdir build
   cd build
-  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined 
-Wl,--as-needed'
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
   make || return 1
   make DESTDIR=$pkgdir install || return 1
  }



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2009-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2009 @ 04:48:56
  Author: tpowa
Revision: 62032

upgpkg: kipi-plugins 1.0.0-1
bump to latest version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-30 22:34:10 UTC (rev 62031)
+++ PKGBUILD2009-12-31 09:48:56 UTC (rev 62032)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=0.9.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=(i686 x86_64)
 license=('GPL')
@@ -25,4 +25,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
  }
-md5sums=('18871b4515720d5ee2581ae52e07858a')
+md5sums=('4ed822101f0023773361fbe035822934')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2009-12-21 Thread Giovanni Scafora
Date: Monday, December 21, 2009 @ 15:41:42
  Author: giovanni
Revision: 61691

upgpkg: kipi-plugins 0.9.0-2
rebuilt against new version of opencv

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-21 19:40:33 UTC (rev 61690)
+++ PKGBUILD2009-12-21 20:41:42 UTC (rev 61691)
@@ -3,7 +3,7 @@
 
 pkgname=kipi-plugins
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=(i686 x86_64)
 license=('GPL')



[arch-commits] Commit in kipi-plugins/trunk (PKGBUILD)

2009-11-02 Thread Tobias Powalowski
Date: Monday, November 2, 2009 @ 07:13:27
  Author: tpowa
Revision: 57805

upgpkg: kipi-plugins 0.8.0-1
bump to new version

Modified:
  kipi-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-02 11:19:35 UTC (rev 57804)
+++ PKGBUILD2009-11-02 12:13:27 UTC (rev 57805)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kipi-plugins
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=(i686 x86_64)
@@ -11,16 +11,18 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 depends=('kdegraphics-libs' 'kdepimlibs' 'opencv' 'libgpod=0.7.0')
 
source=(http://downloads.sourceforge.net/sourceforge/kipi/$pkgname-$pkgver.tar.bz2;)
-optdepends=('imagemagick: for picture manipulation')
+optdepends=('imagemagick: for picture manipulation'
+'qca: for shwup webservice support')
 install=kipi-plugins.install
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined 
-Wl,--as-needed'
-  make
   make || return 1
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install || return 1
  }
-md5sums=('564e766f7afac6169ff0cc591667183c')
+md5sums=('2049c37dd1bff8f818e379d3c7676389')