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

Giovanni Scafora giovanni at archlinux.org
Mon Feb 16 11:46:10 UTC 2009


    Date: Monday, February 16, 2009 @ 06:46:09
  Author: giovanni
Revision: 27146

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

........
  r27019 | andrea | 2009-02-15 06:46:25 -0800 (dom, 15 feb 2009) | 2 lines
  
  upgpkg: gnokii 0.6.27-4
      FS#13249
........

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

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


Property changes on: gnokii/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnokii/trunk:1-27001
   + /gnokii/trunk:1-27145

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-16 11:17:06 UTC (rev 27145)
+++ extra-x86_64/PKGBUILD	2009-02-16 11:46:09 UTC (rev 27146)
@@ -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