[arch-commits] Commit in gnome-pilot/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Sep 27 09:43:44 UTC 2010


    Date: Monday, September 27, 2010 @ 05:43:43
  Author: ibiru
Revision: 91505

upgpkg: gnome-pilot 2.32.0-1
update to 2.32.0

Modified:
  gnome-pilot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 09:43:38 UTC (rev 91504)
+++ PKGBUILD	2010-09-27 09:43:43 UTC (rev 91505)
@@ -2,28 +2,28 @@
 # Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-pilot
-pkgver=2.0.17
-pkgrel=2
+pkgver=2.32.0
+pkgrel=1
 pkgdesc="Pilot Support for Gnome"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('pilot-link>=0.12.4' 'libgnomeui>=2.24.2')
-makedepends=('pkgconfig' 'intltool' 'gob2' 'gnome-doc-utils>=0.18.0' 'gnome-panel>=2.28.0')
+depends=('pilot-link>=0.12.5' 'evolution-data-server>=2.31.92')
+makedepends=('pkgconfig' 'intltool' 'gob2' 'gnome-doc-utils>=0.20.1' 'gnome-panel-bonobo>=2.31.92')
 optdepends=('gnome-panel')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org"
 install=gnome-pilot.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6086573332d607ddba06fe705667b240')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2b62b1c3578f51c9eceaed4cb49c841ae700a172787a8bcdc04768c59cb26bbf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gnome-pilot \
       --localstatedir=/var --disable-static \
-      --disable-scrollkeeper || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
+      --without-hal
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   rm -f "${pkgdir}/usr/share/applications/gpilot-applet.desktop"
 




More information about the arch-commits mailing list