[arch-commits] CVS update of extra/gnome/beagle (PKGBUILD beagle.install)

Jan de Groot jgc at archlinux.org
Wed May 16 20:59:03 UTC 2007


    Date: Wednesday, May 16, 2007 @ 16:59:03
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/beagle

Modified: PKGBUILD (1.24 -> 1.25) beagle.install (1.2 -> 1.3)

upgpkg: beagle 0.2.17-1
Do not remove MONO_SHARED_DIR from PKGBUILD, we do not do this with other dirs in src/ either.
Do not remove user on exit, the uidNumber could be taken by some other user, which leaves some files around for this user


----------------+
 PKGBUILD       |   16 +++++++---------
 beagle.install |    5 -----
 2 files changed, 7 insertions(+), 14 deletions(-)


Index: extra/gnome/beagle/PKGBUILD
diff -u extra/gnome/beagle/PKGBUILD:1.24 extra/gnome/beagle/PKGBUILD:1.25
--- extra/gnome/beagle/PKGBUILD:1.24	Tue Feb 13 06:07:10 2007
+++ extra/gnome/beagle/PKGBUILD	Wed May 16 16:59:03 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.24 2007/02/13 11:07:10 jgc Exp $
-# Maintainer: Arjan Timmerman <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.25 2007/05/16 20:59:03 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Shadowhand <woody.gilk at gmail.com>
 pkgname=beagle
-pkgver=0.2.16
-pkgrel=2
+pkgver=0.2.17
+pkgrel=1
 pkgdesc="Search tool that ransacks your personal information space"
 arch=(i686 x86_64)
 url="http://www.gnome.org/projects/beagle/"
 license=('ASL-1.1' 'X11')
-depends=('gnome-sharp' 'gmime>=2.2.3' 'evolution-sharp>=0.12.2' 'libexif' 'librsvg>=2.16.1' 'sqlite3' 'libxss' 'wv>=1.2.4' 'chmlib' 'gsf-sharp>=0.8.1' 'libsm' 'xdg-utils')
+depends=('gnome-sharp' 'gmime>=2.2.8' 'evolution-sharp>=0.12.3' 'libexif' 'librsvg>=2.16.1' 'sqlite3' 'libxss' 'wv>=1.2.4' 'chmlib' 'gsf-sharp>=0.8.1' 'libsm' 'xdg-utils')
 makedepends=('perlxml' 'zip' 'pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 backup=('etc/beagle/crawl-applications' 'etc/beagle/crawl-documentation'
         'etc/beagle/crawl-windows')
 install=beagle.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/beagle/0.2/beagle-${pkgver}.tar.bz2)
-md5sums=('4818ca64dc2311208a27f03893836e49')
+md5sums=('75903ca41fe8b7729d1a02987625e90f')
 
 build() {
   export MONO_SHARED_DIR=${startdir}/src/.wabi
@@ -31,6 +31,4 @@
   make DESTDIR=${startdir}/pkg install
 
   mkdir -p ${startdir}/pkg/var/cache/beagle/indexes
-
-  rm -rf ${MONO_SHARED_DIR}
 }
Index: extra/gnome/beagle/beagle.install
diff -u extra/gnome/beagle/beagle.install:1.2 extra/gnome/beagle/beagle.install:1.3
--- extra/gnome/beagle/beagle.install:1.2	Sat Sep 30 09:32:22 2006
+++ extra/gnome/beagle/beagle.install	Wed May 16 16:59:03 2007
@@ -7,11 +7,6 @@
   post_install $1
 }
 
-post_remove() {
-  usr/sbin/userdel beaglidx &>/dev/null
-  usr/sbin/groupdel beaglidx &>/dev/null
-}
-
 op=$1
 shift
 $op $*




More information about the arch-commits mailing list