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

Andrea Scarpino andrea at archlinux.org
Thu Aug 27 12:19:12 UTC 2009


    Date: Thursday, August 27, 2009 @ 08:19:12
  Author: andrea
Revision: 50453

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

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

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

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


Property changes on: strigi/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /strigi/trunk:1-31308
   + /strigi/trunk:1-50452

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-08-27 12:18:49 UTC (rev 50452)
+++ extra-i686/PKGBUILD	2009-08-27 12:19:12 UTC (rev 50453)
@@ -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