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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat May 28 11:39:46 UTC 2016


    Date: Saturday, May 28, 2016 @ 13:39:46
  Author: jlichtblau
Revision: 177368

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-28 11:39:22 UTC (rev 177367)
+++ PKGBUILD	2016-05-28 11:39:46 UTC (rev 177368)
@@ -1,33 +0,0 @@
-# $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.40
-pkgrel=1
-pkgdesc="A wxPython-based GUI for Gammu"
-arch=('any')
-url="http://wammu.eu/"
-license=('GPL')
-depends=('python2-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)
-sha256sums=('cffd4fc6cc7b9433b3f589d51671a5ac5e188abbf676ebe0ce94011933fdb2ff')
-
-
-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 177367, wammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-28 11:39:46 UTC (rev 177368)
@@ -0,0 +1,32 @@
+# $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.41
+pkgrel=1
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('python2-gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+            'python2-pybluez: Bluetooth support')
+source=(http://dl.cihar.com/$pkgname/v0/$pkgname-$pkgver.tar.xz)
+sha256sums=('a14dd535950d93552b744e0569fd683a5b3585f91e3f170f46f9bff00433f788')
+
+
+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