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 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: