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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue May 23 19:19:04 UTC 2017


    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 <svetlemodry at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-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 <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+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 <svetlemodry at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-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-x86_64/PKGBUILD (from rev 229826, gammu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-23 19:19:03 UTC (rev 229827)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+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:



More information about the arch-commits mailing list