[arch-commits] Commit in wammu/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Aug 20 11:02:20 UTC 2016
Date: Saturday, August 20, 2016 @ 11:02:19
Author: jlichtblau
Revision: 187186
archrelease: copy trunk to community-any
Added:
wammu/repos/community-any/PKGBUILD
(from rev 187185, wammu/trunk/PKGBUILD)
Deleted:
wammu/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-20 11:02:08 UTC (rev 187185)
+++ PKGBUILD 2016-08-20 11:02:19 UTC (rev 187186)
@@ -1,32 +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.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
-}
Copied: wammu/repos/community-any/PKGBUILD (from rev 187185, wammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-08-20 11:02:19 UTC (rev 187186)
@@ -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.42
+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=('6eb4f078b95b83f812ac1f81225858c27decd22a058e779484b2c86b4026e22b')
+
+
+prepare() {
+ 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