[arch-commits] Commit in wammu/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Jul 15 17:44:10 UTC 2015


    Date: Wednesday, July 15, 2015 @ 19:44:09
  Author: jlichtblau
Revision: 136958

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
    (from rev 136957, wammu/trunk/PKGBUILD)
Deleted:
  wammu/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-15 17:43:55 UTC (rev 136957)
+++ PKGBUILD	2015-07-15 17:44:09 UTC (rev 136958)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
-# Contributor: cs-cam <me.at.camdaniel.com>
-
-pkgname=wammu
-pkgver=0.38
-pkgrel=1
-pkgdesc="A wxPython-based GUI for Gammu"
-arch=('any')
-url="http://wammu.eu/"
-license=('GPL')
-depends=('gammu' 'wxpython')
-optdepends=('gnome-bluetooth: Bluetooth support'
-            'python2-pybluez: Bluetooth support'
-            'notification-daemon: Notifications support')
-source=("http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2")
-md5sums=('c44f23645f1a7250f9e191a7a89eae03')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 136957, wammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-15 17:44:09 UTC (rev 136958)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: cs-cam <me.at.camdaniel.com>
+
+pkgname=wammu
+pkgver=0.39
+pkgrel=1
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+            'python2-pybluez: Bluetooth support'
+            'notification-daemon: Notifications support')
+source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
+md5sums=('064eefd6477e77193936447826a6afde')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list