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

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 11:55:01 UTC 2012


    Date: Saturday, February 18, 2012 @ 06:55:01
  Author: pierre
Revision: 150512

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

Added:
  gnokii/repos/extra-i686/PKGBUILD
    (from rev 150511, gnokii/trunk/PKGBUILD)
  gnokii/repos/extra-i686/gnokii.patch
    (from rev 150511, gnokii/trunk/gnokii.patch)
  gnokii/repos/extra-x86_64/PKGBUILD
    (from rev 150511, gnokii/trunk/PKGBUILD)
  gnokii/repos/extra-x86_64/gnokii.patch
    (from rev 150511, gnokii/trunk/gnokii.patch)
Deleted:
  gnokii/repos/extra-i686/PKGBUILD
  gnokii/repos/extra-i686/gnokii.patch
  gnokii/repos/extra-x86_64/PKGBUILD
  gnokii/repos/extra-x86_64/gnokii.patch

---------------------------+
 extra-i686/PKGBUILD       |   92 ++++++++++++++++++++++----------------------
 extra-i686/gnokii.patch   |   24 +++++------
 extra-x86_64/PKGBUILD     |   92 ++++++++++++++++++++++----------------------
 extra-x86_64/gnokii.patch |   24 +++++------
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-18 11:54:22 UTC (rev 150511)
+++ extra-i686/PKGBUILD	2012-02-18 11:55:01 UTC (rev 150512)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=gnokii
-pkgver=0.6.30
-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' 'libmysqlclient' '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=('c90137d403febbc16712d64f0eb196de'
-         '4d764727686ee34bc73489c8b1321c82')
-
-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/extra-i686/PKGBUILD (from rev 150511, gnokii/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-18 11:55:01 UTC (rev 150512)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=gnokii
+pkgver=0.6.31
+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-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmysqlclient' '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"
+}

Deleted: extra-i686/gnokii.patch
===================================================================
--- extra-i686/gnokii.patch	2012-02-18 11:54:22 UTC (rev 150511)
+++ extra-i686/gnokii.patch	2012-02-18 11:55:01 UTC (rev 150512)
@@ -1,12 +0,0 @@
-diff -ur gnokii-0.6.7-old/Docs/sample/gnokiirc gnokii-0.6.7/Docs/sample/gnokiirc
---- gnokii-0.6.7-old/Docs/sample/gnokiirc	2005-05-16 20:55:13.000000000 +0200
-+++ gnokii-0.6.7/Docs/sample/gnokiirc	2005-06-03 10:49:42.000000000 +0200
-@@ -112,7 +112,7 @@
- # permissions 4750, owned by root, group gnokii.  Ensure you
- # are in the gnokii group and that the group exists...
- [gnokiid]
--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/extra-i686/gnokii.patch (from rev 150511, gnokii/trunk/gnokii.patch)
===================================================================
--- extra-i686/gnokii.patch	                        (rev 0)
+++ extra-i686/gnokii.patch	2012-02-18 11:55:01 UTC (rev 150512)
@@ -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/gnokiirc	2011-12-02 15:53:04.000000000 +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.

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-18 11:54:22 UTC (rev 150511)
+++ extra-x86_64/PKGBUILD	2012-02-18 11:55:01 UTC (rev 150512)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=gnokii
-pkgver=0.6.30
-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' 'libmysqlclient' '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=('c90137d403febbc16712d64f0eb196de'
-         '4d764727686ee34bc73489c8b1321c82')
-
-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/extra-x86_64/PKGBUILD (from rev 150511, gnokii/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-18 11:55:01 UTC (rev 150512)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=gnokii
+pkgver=0.6.31
+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-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmysqlclient' '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"
+}

Deleted: extra-x86_64/gnokii.patch
===================================================================
--- extra-x86_64/gnokii.patch	2012-02-18 11:54:22 UTC (rev 150511)
+++ extra-x86_64/gnokii.patch	2012-02-18 11:55:01 UTC (rev 150512)
@@ -1,12 +0,0 @@
-diff -ur gnokii-0.6.7-old/Docs/sample/gnokiirc gnokii-0.6.7/Docs/sample/gnokiirc
---- gnokii-0.6.7-old/Docs/sample/gnokiirc	2005-05-16 20:55:13.000000000 +0200
-+++ gnokii-0.6.7/Docs/sample/gnokiirc	2005-06-03 10:49:42.000000000 +0200
-@@ -112,7 +112,7 @@
- # permissions 4750, owned by root, group gnokii.  Ensure you
- # are in the gnokii group and that the group exists...
- [gnokiid]
--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/extra-x86_64/gnokii.patch (from rev 150511, gnokii/trunk/gnokii.patch)
===================================================================
--- extra-x86_64/gnokii.patch	                        (rev 0)
+++ extra-x86_64/gnokii.patch	2012-02-18 11:55:01 UTC (rev 150512)
@@ -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/gnokiirc	2011-12-02 15:53:04.000000000 +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.




More information about the arch-commits mailing list