[arch-commits] Commit in gnokii/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Sunday, February 15, 2009 @ 09:46:48
  Author: andrea
Revision: 27020

Merged revisions 27019 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/gnokii/trunk

........
  r27019 | andrea | 2009-02-15 15:46:25 +0100 (Sun, 15 Feb 2009) | 2 lines
  
  upgpkg: gnokii 0.6.27-4
      FS#13249
........

Modified:
  gnokii/repos/extra-i686/	(properties)
  gnokii/repos/extra-i686/PKGBUILD

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


Property changes on: gnokii/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnokii/trunk:1-27003
   + /gnokii/trunk:1-27019

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-15 14:46:25 UTC (rev 27019)
+++ extra-i686/PKGBUILD	2009-02-15 14:46:48 UTC (rev 27020)
@@ -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