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

Pierre Schmitz pierre at archlinux.org
Thu Jun 12 11:45:25 UTC 2008


    Date: Thursday, June 12, 2008 @ 07:45:25
  Author: pierre
Revision: 2698

Merged revisions 2209-2697 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/strigi/trunk

........
  r2697 | pierre | 2008-06-12 11:44:56 +0000 (Do, 12 Jun 2008) | 1 line
  
  upgpkg: strigi 0.5.10-1
........

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

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)


Property changes on: strigi/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /strigi/trunk:1-2208
   + /strigi/trunk:1-2697

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-06-12 11:44:56 UTC (rev 2697)
+++ testing-x86_64/PKGBUILD	2008-06-12 11:45:25 UTC (rev 2698)
@@ -2,27 +2,24 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=strigi
-pkgver=0.5.9.svn813921
+pkgver=0.5.10
 pkgrel=1
 pkgdesc="Strigi Desktop Search"
 arch=('i686' 'x86_64')
 url="http://strigi.sourceforge.net"
 license=('GPL2')
-depends=('qt>=4.3.2' 'clucene' 'bzip2' 'libxml2')
+depends=('qt>=4.3.2' 'clucene' 'bzip2' 'libxml2' 'dbus')
 makedepends=('cmake' 'pkgconfig' 'exiv2' 'dbus')
 #svn snapshot: svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi
-source=(ftp://ftp.archlinux.org/other/strigi/$pkgname-$pkgver.tar.bz2
-	#http://kent.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-	)
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
 options=(!libtool)
-md5sums=('5aa6c24ee522bf2467c5c4f0810f7608')
+md5sums=('cfaa2114ea27f2a00e6773c374e98ec4')
 
 build() {
-  # start building
-  cd $startdir/src/$pkgname
+  cd $srcdir/$pkgname-$pkgver
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
 
-  make VERBOSE=1 || return 1
-  make DESTDIR=$startdir/pkg install || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
 }





More information about the arch-commits mailing list