[arch-commits] Commit in gnokii/repos (6 files)

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:33:02
  Author: heftig
Revision: 92349

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnokii/repos/community-staging-i686/
  gnokii/repos/community-staging-i686/PKGBUILD
(from rev 92348, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-i686/gnokii.patch
(from rev 92348, gnokii/trunk/gnokii.patch)
  gnokii/repos/community-staging-x86_64/
  gnokii/repos/community-staging-x86_64/PKGBUILD
(from rev 92348, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-x86_64/gnokii.patch
(from rev 92348, gnokii/trunk/gnokii.patch)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/gnokii.patch   |   12 
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/gnokii.patch |   12 
 4 files changed, 118 insertions(+)

Copied: gnokii/repos/community-staging-i686/PKGBUILD (from rev 92348, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 06:33:02 UTC (rev 92349)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=5
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: 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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
+}

Copied: gnokii/repos/community-staging-i686/gnokii.patch (from rev 92348, 
gnokii/trunk/gnokii.patch)
===
--- community-staging-i686/gnokii.patch (rev 0)
+++ community-staging-i686/gnokii.patch 2013-06-04 06:33:02 UTC (rev 92349)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Copied: gnokii/repos/community-staging-x86_64/PKGBUILD (from rev 92348, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-04 06:33:02 UTC (rev 92349)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=5
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: 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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure 

[arch-commits] Commit in gnokii/repos (6 files)

2013-05-13 Thread Jan Steffens
Date: Monday, May 13, 2013 @ 20:04:36
  Author: heftig
Revision: 90761

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnokii/repos/community-i686/
  gnokii/repos/community-i686/PKGBUILD
(from rev 90760, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-i686/gnokii.patch
(from rev 90760, gnokii/trunk/gnokii.patch)
  gnokii/repos/community-x86_64/
  gnokii/repos/community-x86_64/PKGBUILD
(from rev 90760, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-x86_64/gnokii.patch
(from rev 90760, gnokii/trunk/gnokii.patch)

---+
 community-i686/PKGBUILD   |   46 
 community-i686/gnokii.patch   |   12 ++
 community-x86_64/PKGBUILD |   46 
 community-x86_64/gnokii.patch |   12 ++
 4 files changed, 116 insertions(+)

Copied: gnokii/repos/community-i686/PKGBUILD (from rev 90760, 
gnokii/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 18:04:36 UTC (rev 90761)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=3
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: 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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
+}

Copied: gnokii/repos/community-i686/gnokii.patch (from rev 90760, 
gnokii/trunk/gnokii.patch)
===
--- community-i686/gnokii.patch (rev 0)
+++ community-i686/gnokii.patch 2013-05-13 18:04:36 UTC (rev 90761)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Copied: gnokii/repos/community-x86_64/PKGBUILD (from rev 90760, 
gnokii/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-13 18:04:36 UTC (rev 90761)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=3
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: 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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} 

[arch-commits] Commit in gnokii/repos (6 files)

2013-05-13 Thread Andrea Scarpino
Date: Monday, May 13, 2013 @ 20:21:39
  Author: andrea
Revision: 90763

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gnokii/repos/staging-i686/
  gnokii/repos/staging-i686/PKGBUILD
(from rev 90762, gnokii/trunk/PKGBUILD)
  gnokii/repos/staging-i686/gnokii.patch
(from rev 90762, gnokii/trunk/gnokii.patch)
  gnokii/repos/staging-x86_64/
  gnokii/repos/staging-x86_64/PKGBUILD
(from rev 90762, gnokii/trunk/PKGBUILD)
  gnokii/repos/staging-x86_64/gnokii.patch
(from rev 90762, gnokii/trunk/gnokii.patch)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-i686/gnokii.patch   |   12 ++
 staging-x86_64/PKGBUILD |   47 ++
 staging-x86_64/gnokii.patch |   12 ++
 4 files changed, 118 insertions(+)

Copied: gnokii/repos/staging-i686/PKGBUILD (from rev 90762, 
gnokii/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-13 18:21:39 UTC (rev 90763)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=4
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: 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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
+}

Copied: gnokii/repos/staging-i686/gnokii.patch (from rev 90762, 
gnokii/trunk/gnokii.patch)
===
--- staging-i686/gnokii.patch   (rev 0)
+++ staging-i686/gnokii.patch   2013-05-13 18:21:39 UTC (rev 90763)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Copied: gnokii/repos/staging-x86_64/PKGBUILD (from rev 90762, 
gnokii/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-13 18:21:39 UTC (rev 90763)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=4
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: 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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  

[arch-commits] Commit in gnokii/repos (6 files)

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:40:00
  Author: bpiotrowski
Revision: 179126

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gnokii/repos/staging-i686/
  gnokii/repos/staging-i686/PKGBUILD
(from rev 179125, gnokii/trunk/PKGBUILD)
  gnokii/repos/staging-i686/gnokii.patch
(from rev 179125, gnokii/trunk/gnokii.patch)
  gnokii/repos/staging-x86_64/
  gnokii/repos/staging-x86_64/PKGBUILD
(from rev 179125, gnokii/trunk/PKGBUILD)
  gnokii/repos/staging-x86_64/gnokii.patch
(from rev 179125, gnokii/trunk/gnokii.patch)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-i686/gnokii.patch   |   12 ++
 staging-x86_64/PKGBUILD |   46 ++
 staging-x86_64/gnokii.patch |   12 ++
 4 files changed, 116 insertions(+)

Copied: gnokii/repos/staging-i686/PKGBUILD (from rev 179125, 
gnokii/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 20:40:00 UTC (rev 179126)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=2
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' '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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
+}

Copied: gnokii/repos/staging-i686/gnokii.patch (from rev 179125, 
gnokii/trunk/gnokii.patch)
===
--- staging-i686/gnokii.patch   (rev 0)
+++ staging-i686/gnokii.patch   2013-03-03 20:40:00 UTC (rev 179126)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Copied: gnokii/repos/staging-x86_64/PKGBUILD (from rev 179125, 
gnokii/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 20:40:00 UTC (rev 179126)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=2
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' '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')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644