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

Andrea Scarpino andrea at archlinux.org
Sun Feb 15 14:46:26 UTC 2009


    Date: Sunday, February 15, 2009 @ 09:46:25
  Author: andrea
Revision: 27019

upgpkg: gnokii 0.6.27-4
    FS#13249

Modified:
  gnokii/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-15 14:35:56 UTC (rev 27018)
+++ PKGBUILD	2009-02-15 14:46:25 UTC (rev 27019)
@@ -5,7 +5,7 @@
 
 pkgname=gnokii
 pkgver=0.6.27
-pkgrel=3
+pkgrel=4
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/"
@@ -23,7 +23,11 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in || return 1
   patch -Np1 -i "${srcdir}/gnokii.patch" || return 1
+
   ./configure --prefix=/usr --sysconfdir=/etc --enable-security || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list