[arch-commits] Commit in strigi/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Tue Sep 1 15:30:35 UTC 2009


    Date: Tuesday, September 1, 2009 @ 11:30:34
  Author: pierre
Revision: 50810

Merged revisions 50452 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/strigi/trunk

........
  r50452 | andrea | 2009-08-27 14:18:49 +0200 (Do, 27 Aug 2009) | 2 lines
  
  upgpkg: strigi 0.7.0-1
      upstream release
........

Modified:
  strigi/repos/extra-x86_64/	(properties)
  strigi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)


Property changes on: strigi/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /strigi/trunk:1-31306
   + /strigi/trunk:1-50809

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-09-01 15:24:15 UTC (rev 50809)
+++ extra-x86_64/PKGBUILD	2009-09-01 15:30:34 UTC (rev 50810)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=strigi
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="Strigi Desktop Search"
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
 arch=('i686' 'x86_64')
-url="http://strigi.sourceforge.net"
+url="http://www.vandenoever.info/software/strigi/"
 license=('GPL2')
-depends=('qt' 'clucene' 'bzip2' 'libxml2' 'exiv2')
+depends=('qt' 'clucene' 'bzip2' 'exiv2')
 makedepends=('cmake' 'pkgconfig')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-options=(!libtool)
+source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('6a6b939a70725d5c77bb69eca347889d')
+options=('!libtool')
 
 build() {
-	cd $srcdir
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DENABLE_INOTIFY=ON
-	make
-	make DESTDIR=$pkgdir install
+  cd $srcdir
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_INOTIFY=ON
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('324fd9606ac77765501717ff92c04f9a')




More information about the arch-commits mailing list