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

Andrea Scarpino andrea at archlinux.org
Wed Sep 16 07:33:28 UTC 2009


    Date: Wednesday, September 16, 2009 @ 03:33:27
  Author: andrea
Revision: 52122

upgpkg: gnokii 0.6.28.1-1
    postgresql-libs 8.4.1 rebuild

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-16 07:32:22 UTC (rev 52121)
+++ PKGBUILD	2009-09-16 07:33:27 UTC (rev 52122)
@@ -4,33 +4,31 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=gnokii
-pkgver=0.6.27
-pkgrel=6
+pkgver=0.6.28.1
+pkgrel=1
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/"
 license=('GPL')
-depends=('libusb' 'libxpm' 'bluez' 'libical')
-makedepends=('gtk2' 'libmysqlclient>=5.1' 'postgresql-libs>=8.3.3' 'perlxml')
+depends=('libusb' 'libxpm' 'bluez' 'libical' 'postgresql-libs>=8.4.1')
+makedepends=('gtk2' 'libmysqlclient>=5.1' 'perlxml' 'intltool')
 optdepends=('gtk2: xgnokii GUI'
             'libmysqlclient: smsd mysql backend'
 	    'postgresql-libs: smsd postgresql backend')
 backup=('etc/gnokiirc')
 options=('!libtool' '!makeflags')
 source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2
-	'gnokii.patch' 'smsd-mysql-5.1.35.patch')
-md5sums=('fd0ae7996a2e2a2c29e9f3c625df8f3d'
-         '4d764727686ee34bc73489c8b1321c82'
-         'fb7da45d778c1f45031f79ce531a11f9')
+	'gnokii.patch')
+md5sums=('520d300f1838460d374410ea99ff9a11'
+         '4d764727686ee34bc73489c8b1321c82')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-0.6.28"
 
   # FS#13249
   sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in || return 1
 
   patch -Np1 -i "${srcdir}/gnokii.patch" || return 1
-  patch -Np1 -i ${srcdir}/smsd-mysql-5.1.35.patch
 
   ./configure --prefix=/usr \
     --sysconfdir=/etc \




More information about the arch-commits mailing list