[arch-commits] Commit in strigi (repos/kde-unstable-i686 trunk/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jan 7 13:51:06 UTC 2011


    Date: Friday, January 7, 2011 @ 08:51:06
  Author: andrea
Revision: 105196

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  strigi/repos/kde-unstable-i686/
Modified:
  strigi/trunk/PKGBUILD

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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2011-01-07 13:50:49 UTC (rev 105195)
+++ trunk/PKGBUILD	2011-01-07 13:51:06 UTC (rev 105196)
@@ -4,19 +4,25 @@
 
 pkgname=strigi
 pkgver=0.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
 arch=('i686' 'x86_64')
 url="http://www.vandenoever.info/software/strigi/"
 license=('GPL2')
 depends=('qt' 'clucene' 'bzip2' 'exiv2' 'libxml2')
 makedepends=('cmake' 'pkgconfig')
-source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('ca09ba176cf3ffe9afce4d92f38f9a85')
+source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'fix-division-by-zero.patch')
+md5sums=('ca09ba176cf3ffe9afce4d92f38f9a85'
+        'b3cbf6de6f6a44622d6afd044e8f70b5')
 options=('!libtool')
 
 build() {
-  cd $srcdir
+  # Already fixed upstream
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/fix-division-by-zero.patch
+
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \




More information about the arch-commits mailing list