[arch-commits] Commit in gammu/repos (4 files)

2017-10-21 Thread Jaroslav Lichtblau
Date: Saturday, October 21, 2017 @ 15:29:33
  Author: jlichtblau
Revision: 263851

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 263850, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 263850, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/PKGBUILD |   39 ---
 3 files changed, 74 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 15:29:03 UTC (rev 263850)
+++ community-i686/PKGBUILD 2017-10-21 15:29:33 UTC (rev 263851)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.4
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8ba1dc52ee82562abd57e9546c409f2f887f45187aae012fe43af0b730611ae')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 263850, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 15:29:33 UTC (rev 263851)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.5
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f8c8f3568189c14eb20d792b759c6f22b6a35f47b4fe4abd52000160c7de2ed')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-21 15:29:03 UTC (rev 263850)
+++ community-x86_64/PKGBUILD   2017-10-21 15:29:33 UTC (rev 263851)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.4
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8ba1dc52ee82562abd57e9546c409f2f887f45187aae012fe43af0b730611ae')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-

[arch-commits] Commit in gammu/repos (4 files)

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 09:49:26
  Author: jlichtblau
Revision: 240748

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 240747, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 240747, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 09:49:12 UTC (rev 240747)
+++ community-i686/PKGBUILD 2017-06-24 09:49:26 UTC (rev 240748)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 240747, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 09:49:26 UTC (rev 240748)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.4
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a8ba1dc52ee82562abd57e9546c409f2f887f45187aae012fe43af0b730611ae')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-24 09:49:12 UTC (rev 240747)
+++ community-x86_64/PKGBUILD   2017-06-24 09:49:26 UTC (rev 240748)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}

[arch-commits] Commit in gammu/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:15:04
  Author: foutrelis
Revision: 230324

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 230323, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 230323, gammu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 230323, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:15:04 UTC (rev 230324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.3
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadb' 'postgresql-libs' 'libusb' 
'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 230323, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 23:15:04 UTC (rev 230324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.3
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadb' 'postgresql-libs' 'libusb' 
'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gammu/repos (4 files)

2017-05-23 Thread Jaroslav Lichtblau
Date: Tuesday, May 23, 2017 @ 19:19:03
  Author: jlichtblau
Revision: 229827

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 229826, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 229826, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-23 19:18:49 UTC (rev 229826)
+++ community-i686/PKGBUILD 2017-05-23 19:19:03 UTC (rev 229827)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.2
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('28b22f9c9d71d6143bcc8bbb1611d754a581aa818e0554ce828b3ce812915d69')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 229826, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-23 19:19:03 UTC (rev 229827)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-23 19:18:49 UTC (rev 229826)
+++ community-x86_64/PKGBUILD   2017-05-23 19:19:03 UTC (rev 229827)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.2
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('28b22f9c9d71d6143bcc8bbb1611d754a581aa818e0554ce828b3ce812915d69')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  

[arch-commits] Commit in gammu/repos (4 files)

2017-04-11 Thread Jaroslav Lichtblau
Date: Tuesday, April 11, 2017 @ 13:19:07
  Author: jlichtblau
Revision: 20

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 19, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 19, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-11 13:18:56 UTC (rev 19)
+++ community-i686/PKGBUILD 2017-04-11 13:19:07 UTC (rev 20)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('034c688bed41fcd9ce203871194f8cea84ebf70881fd88f0e003af2543c18c5e')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 19, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-11 13:19:07 UTC (rev 20)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.2
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('28b22f9c9d71d6143bcc8bbb1611d754a581aa818e0554ce828b3ce812915d69')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-11 13:18:56 UTC (rev 19)
+++ community-x86_64/PKGBUILD   2017-04-11 13:19:07 UTC (rev 20)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('034c688bed41fcd9ce203871194f8cea84ebf70881fd88f0e003af2543c18c5e')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""

[arch-commits] Commit in gammu/repos (4 files)

2017-01-05 Thread Jaroslav Lichtblau
Date: Thursday, January 5, 2017 @ 20:45:53
  Author: jlichtblau
Revision: 204940

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 204939, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 204939, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-05 20:45:35 UTC (rev 204939)
+++ community-i686/PKGBUILD 2017-01-05 20:45:53 UTC (rev 204940)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.0
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('561cc1f116db604a7a2c29c05f2ef7f23a4e1fff1db187b69b277e5516181071')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 204939, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-05 20:45:53 UTC (rev 204940)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.1
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('034c688bed41fcd9ce203871194f8cea84ebf70881fd88f0e003af2543c18c5e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-05 20:45:35 UTC (rev 204939)
+++ community-x86_64/PKGBUILD   2017-01-05 20:45:53 UTC (rev 204940)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.0
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('561cc1f116db604a7a2c29c05f2ef7f23a4e1fff1db187b69b277e5516181071')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" 

[arch-commits] Commit in gammu/repos (4 files)

2016-12-13 Thread Jaroslav Lichtblau
Date: Tuesday, December 13, 2016 @ 18:40:45
  Author: jlichtblau
Revision: 199249

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 199248, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 199248, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-13 18:40:29 UTC (rev 199248)
+++ community-i686/PKGBUILD 2016-12-13 18:40:45 UTC (rev 199249)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.91
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb353ed465b1ae408485e55c97f3a9e910af2c271b03a5bf3aab61bb4225fe00')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 199248, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-13 18:40:45 UTC (rev 199249)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.0
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('561cc1f116db604a7a2c29c05f2ef7f23a4e1fff1db187b69b277e5516181071')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-13 18:40:29 UTC (rev 199248)
+++ community-x86_64/PKGBUILD   2016-12-13 18:40:45 UTC (rev 199249)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.91
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb353ed465b1ae408485e55c97f3a9e910af2c271b03a5bf3aab61bb4225fe00')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" 

[arch-commits] Commit in gammu/repos (4 files)

2016-10-25 Thread Jaroslav Lichtblau
Date: Tuesday, October 25, 2016 @ 16:47:45
  Author: jlichtblau
Revision: 193353

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

Added:
  gammu/repos/community-testing-i686/
  gammu/repos/community-testing-i686/PKGBUILD
(from rev 193352, gammu/trunk/PKGBUILD)
  gammu/repos/community-testing-x86_64/
  gammu/repos/community-testing-x86_64/PKGBUILD
(from rev 193352, gammu/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   39 
 community-testing-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gammu/repos/community-testing-i686/PKGBUILD (from rev 193352, 
gammu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-25 16:47:45 UTC (rev 193353)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.91
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb353ed465b1ae408485e55c97f3a9e910af2c271b03a5bf3aab61bb4225fe00')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-testing-x86_64/PKGBUILD (from rev 193352, 
gammu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-10-25 16:47:45 UTC (rev 193353)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.91
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb353ed465b1ae408485e55c97f3a9e910af2c271b03a5bf3aab61bb4225fe00')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gammu/repos (4 files)

2016-08-20 Thread Jaroslav Lichtblau
Date: Saturday, August 20, 2016 @ 10:59:29
  Author: jlichtblau
Revision: 187184

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 187183, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 187183, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-20 10:59:13 UTC (rev 187183)
+++ community-i686/PKGBUILD 2016-08-20 10:59:29 UTC (rev 187184)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 187183, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-20 10:59:29 UTC (rev 187184)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.4
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('ee345d9e1a06fd055bca8a4b418778a9568178a2c34082e820f86851c535f869')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-20 10:59:13 UTC (rev 187183)
+++ community-x86_64/PKGBUILD   2016-08-20 10:59:29 UTC (rev 187184)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" 

[arch-commits] Commit in gammu/repos (4 files)

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:31:25
  Author: jlichtblau
Revision: 177364

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 177363, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 177363, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:29:12 UTC (rev 177363)
+++ community-i686/PKGBUILD 2016-05-28 11:31:25 UTC (rev 177364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 177363, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:31:25 UTC (rev 177364)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:29:12 UTC (rev 177363)
+++ community-x86_64/PKGBUILD   2016-05-28 11:31:25 UTC (rev 177364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" 

[arch-commits] Commit in gammu/repos (4 files)

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:29:12
  Author: jlichtblau
Revision: 177363

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 177362, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 177362, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:28:12 UTC (rev 177362)
+++ community-i686/PKGBUILD 2016-05-28 11:29:12 UTC (rev 177363)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 177362, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:29:12 UTC (rev 177363)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:28:12 UTC (rev 177362)
+++ community-x86_64/PKGBUILD   2016-05-28 11:29:12 UTC (rev 177363)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" 

[arch-commits] Commit in gammu/repos (4 files)

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:28:12
  Author: jlichtblau
Revision: 177362

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 177361, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 177361, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:27:57 UTC (rev 177361)
+++ community-i686/PKGBUILD 2016-05-28 11:28:12 UTC (rev 177362)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.0
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 177361, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:28:12 UTC (rev 177362)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:27:57 UTC (rev 177361)
+++ community-x86_64/PKGBUILD   2016-05-28 11:28:12 UTC (rev 177362)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.0
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" 

[arch-commits] Commit in gammu/repos (4 files)

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 08:02:35
  Author: jlichtblau
Revision: 160863

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 160862, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 160862, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-08 07:02:22 UTC (rev 160862)
+++ community-i686/PKGBUILD 2016-02-08 07:02:35 UTC (rev 160863)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.8
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86a296c9c942e74d041f0ce5eef3b13a205d4da05019f06225d7cfd07d263710')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 160862, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-08 07:02:35 UTC (rev 160863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.0
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-08 07:02:22 UTC (rev 160862)
+++ community-x86_64/PKGBUILD   2016-02-08 07:02:35 UTC (rev 160863)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.8
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86a296c9c942e74d041f0ce5eef3b13a205d4da05019f06225d7cfd07d263710')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make 

[arch-commits] Commit in gammu/repos (4 files)

2015-12-09 Thread Jaroslav Lichtblau
Date: Thursday, December 10, 2015 @ 07:27:27
  Author: jlichtblau
Revision: 152145

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 152144, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 152144, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-10 06:27:09 UTC (rev 152144)
+++ community-i686/PKGBUILD 2015-12-10 06:27:27 UTC (rev 152145)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.7
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('61a9371a1c34f6aa9549bb1749d4a9a9c781d5d05f7ea1c7bf5e62e368db33a7')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 152144, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-10 06:27:27 UTC (rev 152145)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.8
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('86a296c9c942e74d041f0ce5eef3b13a205d4da05019f06225d7cfd07d263710')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-10 06:27:09 UTC (rev 152144)
+++ community-x86_64/PKGBUILD   2015-12-10 06:27:27 UTC (rev 152145)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.7
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('61a9371a1c34f6aa9549bb1749d4a9a9c781d5d05f7ea1c7bf5e62e368db33a7')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# 

[arch-commits] Commit in gammu/repos (4 files)

2015-12-01 Thread Jaroslav Lichtblau
Date: Tuesday, December 1, 2015 @ 19:26:35
  Author: jlichtblau
Revision: 148083

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 148082, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 148082, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 18:26:16 UTC (rev 148082)
+++ community-i686/PKGBUILD 2015-12-01 18:26:35 UTC (rev 148083)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.6
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('9047f0598602144a99153f5e61104529')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 148082, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 18:26:35 UTC (rev 148083)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.7
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('61a9371a1c34f6aa9549bb1749d4a9a9c781d5d05f7ea1c7bf5e62e368db33a7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-01 18:26:16 UTC (rev 148082)
+++ community-x86_64/PKGBUILD   2015-12-01 18:26:35 UTC (rev 148083)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.6
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('9047f0598602144a99153f5e61104529')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from 

[arch-commits] Commit in gammu/repos (4 files)

2015-10-12 Thread Jaroslav Lichtblau
Date: Tuesday, October 13, 2015 @ 07:45:12
  Author: jlichtblau
Revision: 143859

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 143858, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 143858, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-13 05:44:51 UTC (rev 143858)
+++ community-i686/PKGBUILD 2015-10-13 05:45:12 UTC (rev 143859)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.5
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
- 'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script'
-   'python2: for python bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 143858, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 05:45:12 UTC (rev 143859)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.6
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('9047f0598602144a99153f5e61104529')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-13 05:44:51 UTC (rev 143858)
+++ community-x86_64/PKGBUILD   2015-10-13 05:45:12 UTC (rev 143859)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.5
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
- 'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script'
-   'python2: for python bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 143858, 
gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD  

[arch-commits] Commit in gammu/repos (4 files)

2015-09-15 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 06:23:06
  Author: fyan
Revision: 140354

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

Added:
  gammu/repos/community-testing-i686/
  gammu/repos/community-testing-i686/PKGBUILD
(from rev 140353, gammu/trunk/PKGBUILD)
  gammu/repos/community-testing-x86_64/
  gammu/repos/community-testing-x86_64/PKGBUILD
(from rev 140353, gammu/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   38 
 community-testing-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: gammu/repos/community-testing-i686/PKGBUILD (from rev 140353, 
gammu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-16 04:23:06 UTC (rev 140354)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.5
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-testing-x86_64/PKGBUILD (from rev 140353, 
gammu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-16 04:23:06 UTC (rev 140354)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.5
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gammu/repos (4 files)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:07:51
  Author: foutrelis
Revision: 135584

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 135583, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 135583, gammu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 135583, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 17:07:51 UTC (rev 135584)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=2
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 135583, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 17:07:51 UTC (rev 135584)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=2
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gammu/repos (4 files)

2015-01-08 Thread Eric Bélanger
Date: Thursday, January 8, 2015 @ 22:58:37
  Author: eric
Revision: 125631

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 125630, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 125630, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-08 21:56:14 UTC (rev 125630)
+++ community-i686/PKGBUILD 2015-01-08 21:58:37 UTC (rev 125631)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.33.0
-pkgrel=1
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3f46afcc16829175d2d9060ac15813e8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # bash completion dir change
-  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 125630, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-08 21:58:37 UTC (rev 125631)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=1
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-08 21:56:14 UTC (rev 125630)
+++ community-x86_64/PKGBUILD   2015-01-08 21:58:37 UTC (rev 125631)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.33.0
-pkgrel=1
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3f46afcc16829175d2d9060ac15813e8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # bash completion dir change
-  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 125630, 
gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-08 21:58:37 UTC (rev 125631)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+

[arch-commits] Commit in gammu/repos (4 files)

2013-07-11 Thread Ray Rashif
Date: Thursday, July 11, 2013 @ 10:52:45
  Author: schiv
Revision: 93846

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 93845, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 93845, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-11 08:52:12 UTC (rev 93845)
+++ community-i686/PKGBUILD 2013-07-11 08:52:45 UTC (rev 93846)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.32.0
-pkgrel=4
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # bash completion dir change
-  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 93845, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-11 08:52:45 UTC (rev 93846)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.33.0
+pkgrel=1
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3f46afcc16829175d2d9060ac15813e8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-11 08:52:12 UTC (rev 93845)
+++ community-x86_64/PKGBUILD   2013-07-11 08:52:45 UTC (rev 93846)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.32.0
-pkgrel=4
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # bash completion dir change
-  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 93845, 
gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-11 08:52:45 UTC (rev 93846)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.33.0
+pkgrel=1
+pkgdesc=GNU All 

[arch-commits] Commit in gammu/repos (4 files)

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:34:00
  Author: heftig
Revision: 92350

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 92349, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 92349, gammu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 92349, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 06:34:00 UTC (rev 92350)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=4
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 92349, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-04 06:34:00 UTC (rev 92350)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=4
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gammu/repos (4 files)

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 15:42:55
  Author: schiv
Revision: 87059

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 87058, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 87058, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-26 14:42:38 UTC (rev 87058)
+++ community-i686/PKGBUILD 2013-03-26 14:42:55 UTC (rev 87059)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.32.0
-pkgrel=2
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'python2' 'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bash completion dir change
-  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 87058, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 14:42:55 UTC (rev 87059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=3
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('bluez' 'curl' 'libmariadbclient'
+ 'postgresql-libs' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-26 14:42:38 UTC (rev 87058)
+++ community-x86_64/PKGBUILD   2013-03-26 14:42:55 UTC (rev 87059)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.32.0
-pkgrel=2
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'python2' 'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bash completion dir change
-  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 87058, 
gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-26 14:42:55 UTC (rev 87059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien 

[arch-commits] Commit in gammu/repos (4 files)

2013-03-05 Thread Bartłomiej Piotrowski
Date: Wednesday, March 6, 2013 @ 06:02:36
  Author: bpiotrowski
Revision: 85742

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 85741, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 85741, gammu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 85741, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-06 05:02:36 UTC (rev 85742)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=2
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('bluez' 'curl' 'libmariadbclient'
+ 'postgresql-libs' 'python2' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # bash completion dir change
+  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 85741, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-06 05:02:36 UTC (rev 85742)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=2
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('bluez' 'curl' 'libmariadbclient'
+ 'postgresql-libs' 'python2' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # bash completion dir change
+  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et: